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

curve25519_dalek::SubgroupPoint: missing traits #617

Open
survived opened this issue Jan 25, 2024 · 0 comments
Open

curve25519_dalek::SubgroupPoint: missing traits #617

survived opened this issue Jan 25, 2024 · 0 comments

Comments

@survived
Copy link

survived commented Jan 25, 2024

curve25519_dalek::SubgroupPoint does not implement certain traits, although it only wraps curve25519_dalek::EdwardsPoint which does implement these traits:

  • Zeroize
  • ConstantTimeEq
  • ConditionallySelectable
  • TryFrom<EdwardsPoint>
@survived survived changed the title Missing implementation of Zeroize for curve25519_dalek::SubgroupPoint Missing traits implementations for curve25519_dalek::SubgroupPoint Jan 25, 2024
@survived survived changed the title Missing traits implementations for curve25519_dalek::SubgroupPoint curve25519_dalek::SubgroupPoint: missing traits Jan 25, 2024
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

No branches or pull requests

1 participant