Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2.26 KB

CHANGES.md

File metadata and controls

59 lines (47 loc) · 2.26 KB

0.4.0 (2020-02-08)

  • Add Clone and Debug impls on key/encoding types (#32)
  • Initial hkdfsha256 (and alg combination) support (#30, #31)

0.3.0 (2020-01-29)

  • ChaCha20Poly1305 support (#26, #27)
  • Replace object ::new methods with TryFrom<&[u8]> (#24)
  • Use anomaly and thiserror for error handling (#23)
  • Use the secrecy crate (#22)
  • Update zeroize requirement from 1.0.0-pre to 1.0 (#21)
  • Re-export types at toplevel (#18)
  • Update subtle-encoding requirement from 0.4 to 0.5 (#17)

0.2.0 (2019-10-07)

  • Remove failure (#15)
  • Upgrade zeroize to 1.0.0-pre (#15)
  • Redo toplevel namespace with shorter prefixes (#14)
  • Upgrade subtle-encoding to 0.4 (#12)
  • Upgrade generic-array to 0.13 (#11)

0.1.1 (2019-06-04)

  • Upgrade zeroize to v0.9.1 (#8)

0.1.0 (2019-03-14)

  • Update to Rust 2018 edition (#4)
  • Use generic-array to support generic AES key sizes (#3)

0.0.1 (2018-08-28)

  • Initial release