-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: schnorr signature verification in noir (#5188)
# Description ## Problem\* Resolves #5054 and #4929 ## Summary\* Schnorr signature verification in Noir, using the MSM blackbox. ## Additional Context The code is added to the schnorr test case, and it has also an assert version. This should be moved to the stdlib once we have numeric generics. Meanwhile you need to pass a message with 32 additional bytes so we can create an 'hash_input' array of the proper size. ## Documentation\* Check one: - [X] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [X] I have tested the changes locally. - [X] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information
Showing
1 changed file
with
104 additions
and
0 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