-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: derive transcript structure between non-zk and zk flavors and b…
…etween Ultra and UltraKeccak (#11086) The Transcript Classes were duplicated between base and derived flavors which resulted at times in inconsistencies. This PR addresses the issue: * ZK flavors' Transcript is now a derived class of the corresponding non-ZK Transcript class * `UltraFlavor` Transcript is now templated so in UltraKeccak we can just instantiate it with different parameters corresponding to Keccak rather than duplicate it. * the transcript tests are run for all flavor variations.
- Loading branch information
1 parent
fed44a5
commit 48286c6
Showing
19 changed files
with
581 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
204 changes: 85 additions & 119 deletions
204
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/mega_zk_flavor.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.