-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: define public, private structs for spend, nullifier derivat…
…ion and delegator vote circuits (#3571) * refactor: define `NullifierDerivationProof` public and private data * refactor: define `SpendProof` public and private data * refactor: define `DelegatorVoteProof` public and private data * refactor: make new methods private, use DummyWitness in benches and remove no longer needed clippy exceptions
- Loading branch information
1 parent
b3204b1
commit d471aa3
Showing
15 changed files
with
520 additions
and
457 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
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.