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

edwards: add SubgroupPoint traits #672

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

AaronFeickert
Copy link
Contributor

This PR adds the Default, ConstantTimeEq, and ConditionallySelectable traits to SubgroupPoint. Each simply uses the underlying Edwards point functionality.

Closes #580.

@rozbb rozbb merged commit 83a57e5 into dalek-cryptography:main Jul 30, 2024
22 checks passed
@rozbb
Copy link
Contributor

rozbb commented Jul 30, 2024

Nice, thank you!

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.

SubgroupPoint doesn't implement Default/subtle traits
2 participants