forked from matter-labs/anvil-zksync
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
P256verify audit fixes (matter-labs#200)
* Validate curve point evaluation output (matter-labs#186) Not infinity * Optimize and clarify REDC (matter-labs#187) * Remove unnecassary variables storing in `currentB` and `currentC` (matter-labs#189) * Remove redundant check in `projectiveAdd` (matter-labs#195) * Improve ec constants docs (matter-labs#196) * Remove unnecessary `r` conversion from Montgomery form (matter-labs#188) * Fix doc comment mismatch (matter-labs#197) * Redundant opposite point addition case (matter-labs#198) * reuse computation (matter-labs#199) * Add tests for special hash values (matter-labs#202) --------- Co-authored-by: Ivan Litteri <67517699+ilitteri@users.noreply.github.com>
- Loading branch information
1 parent
d047659
commit 80f543f
Showing
2 changed files
with
124 additions
and
41 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