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

p384: initial test vectors for group operations #567

Merged
merged 1 commit into from
May 27, 2022

Conversation

tarcieri
Copy link
Member

Adds basic test vectors for repeated additions of the generator.

Sourced from:

http://point-at-infinity.org/ecc/nisttv

Adds basic test vectors for repeated additions of the generator.

Sourced from:

http://point-at-infinity.org/ecc/nisttv
@tarcieri tarcieri marked this pull request as ready for review May 27, 2022 01:46
Comment on lines +616 to +619
// TODO(tarcieri): BROKEN!
// assert!(bool::from(
// ProjectivePoint::IDENTITY.to_affine().is_identity()
// ));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jedisct1 @brycx FYI, this test is failing

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I found the issue: #568

@tarcieri tarcieri merged commit d929a5e into master May 27, 2022
@tarcieri tarcieri deleted the p384/group-test-vectors branch May 27, 2022 01:55
@tarcieri tarcieri mentioned this pull request May 28, 2022
6 tasks
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.

None yet

2 participants