Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for special hash values #202

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

ilitteri
Copy link
Collaborator

@ilitteri ilitteri commented Nov 8, 2023

Resolves #201

How to run

make run
make test PRECOMPILE=p256verify_hash_edge_case_valid

@ilitteri ilitteri self-assigned this Nov 8, 2023
@ilitteri ilitteri linked an issue Nov 8, 2023 that may be closed by this pull request
@jrchatruc jrchatruc merged commit 63a2ab9 into p256verify_audit_fixes Nov 8, 2023
3 checks passed
@jrchatruc jrchatruc deleted the audit_fix_9 branch November 8, 2023 15:53
ilitteri added a commit that referenced this pull request Nov 8, 2023
* Validate curve point evaluation output (#186)

Not infinity

* Optimize and clarify REDC (#187)

* Remove unnecassary variables storing in `currentB` and `currentC` (#189)

* Remove redundant check in `projectiveAdd` (#195)

* Improve ec constants docs (#196)

* Remove unnecessary `r` conversion from Montgomery form (#188)

* Fix doc comment mismatch (#197)

* Redundant opposite point addition case (#198)

* reuse computation (#199)

* Add tests for special hash values (#202)

---------

Co-authored-by: Ivan Litteri <67517699+ilitteri@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for special hash values
2 participants