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

curve: support zeroizing for SubgroupPoint #682

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AaronFeickert
Copy link
Contributor

@AaronFeickert AaronFeickert commented Aug 2, 2024

This PR adds Zeroizing support to SubgroupPoint, as it was missing.

Closes #617.

@AaronFeickert AaronFeickert force-pushed the zeroize-subgrouppoint branch from 117ee9d to 4bba214 Compare August 2, 2024 22:08
@AaronFeickert
Copy link
Contributor Author

Unless there's a desire to implement TryFrom<EdwardsPoint> for SubgroupPoint (the functionality for which exists via CofactorGroup already), this closes #617.

@AaronFeickert AaronFeickert changed the title edwards: support zeroizing for SubgroupPoint curve: support zeroizing for SubgroupPoint Aug 2, 2024
@rozbb rozbb requested review from tarcieri and rozbb January 3, 2025 18:07
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.

curve25519_dalek::SubgroupPoint: missing traits
3 participants