-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(RLN): Add verify against multiple roots (#1250)
* update zerokit submodule * fix(rln): allow Buffer creation on empty arrays * feat(rln): use verify_with_root * fix(rln): update test to work with verify_with_root
- Loading branch information
Showing
5 changed files
with
32 additions
and
8 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
Submodule zerokit
updated
6 files
+1 −0 | Cargo.toml | |
+8 −0 | private-settlement/Cargo.toml | |
+4 −0 | private-settlement/README.md | |
+8 −0 | private-settlement/src/lib.rs | |
+152 −2 | rln/src/ffi.rs | |
+177 −1 | rln/src/public.rs |
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