Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 2.13 KB

File metadata and controls

64 lines (49 loc) · 2.13 KB

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.

0.2.0 (UNRELEASED)

Added

  • pkcs8 support (#867)
  • Zeroize support for SigningKey (#938)
  • no_std support (#956)
  • Implement MultipartSigner/Verifier (#982)

Changed

  • Upgrade to the 2024 edition; bump MSRV to 1.85 (#913)
  • Bump zerocopy to v0.8 (#1071)
  • Bump rand_core to v0.10 (#1197)
  • Bump digest to v0.11 (#1263)
  • Bump sha2 to v0.11 (#1267)
  • Bump hmac to v0.13 (#1274)
  • Bump pkcs8 to v0.11 (#1316)
  • Bump signature to v3 (#1321)
  • Migrate from sha3 to shake (#1359)

Fixed

  • PK.SEed state caching (#1116)

0.1.0 (2024-08-18)

Changed

  • Implement changes from FIP 205 Initial Public Draft -> FIPS 205 Final (#844)

Fixed

  • no_std support (#845)
  • Enable derive feature of zerocopy (#847)

0.0.3 (2025-05-10)

  • Backport release with legacy signature v2 support

0.0.2 (2024-05-31) [YANKED]

  • Initial release