Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 721 Bytes

File metadata and controls

22 lines (17 loc) · 721 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • add cosey-v0.4 feature to enable support for cosey v0.4

[0.3.0] - 2023-10-21

  • accept any 32 byte array as X25519 public key per RFC 7748
    • breaking as TryFrom turned to From
  • bump edition to 2021 throughout
  • cargo clippy + fmt
  • bump dependency versions
  • make dependency on RustCrypto/ed25519 a feature
  • run wycheproof on signing, not just verification (#28)
  • check more in ci.yml
  • ZeroizeOnDrop secrets (#26)
  • reorganize wycheproof