curve25519-dalek icon indicating copy to clipboard operation
curve25519-dalek copied to clipboard

`curve25519_dalek::SubgroupPoint`: missing traits

Open survived opened this issue 5 months ago • 0 comments

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 avatar Jan 25 '24 11:01 survived