Skip to content

v0.3.0

Compare
Choose a tag to compare
@ureeves ureeves released this 24 Apr 14:01
· 13 commits to main since this release
948f1b8

0.3.0 - 2024-04-24

Changed

  • Check validity of PublicKey and Signature points in signature verification [#7]
  • Check validity of PublicKey points when aggregating them [#8]

Added

  • Add is_valid check for PublicKey [#7]
  • Add Error::InvalidPoint variant for invalid PublicKey and Signature points [#7]
  • Add Zeroize trait for SecretKey [#5]

Removed

  • Remove Copy trait for SecretKey [#5]
  • Remove separate checks for point validity in PublicKey and Signature in favor of a singular is_valid