Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

80 lines (58 loc) · 2.22 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.6.2 (2021-07-20)

Changed

  • Pin zeroize dependency to v1.3 (#349)

0.6.1 (2021-06-26)

Fixed

  • pmac crate feature (#321)

0.6.0 (2021-04-29)

Added

  • AES-SIV-CMAC Wycheproof test vectors (#276)

Changed

  • Bump aead crate dependency to v0.4 (#270)
  • Bump aes and ctr crate dependencies to v0.7 (#283)
  • Bump cmac and pmac deps to v0.6 releases (#285)

0.5.0 (2020-10-16)

Changed

  • Replace block-cipher/stream-cipher with cipher crate (#229)
  • Bump aes dependency to v0.6 (#229)

0.4.0 (2020-09-17)

Added

  • Optional std feature; disabled by default (#217)

Changed

  • Upgrade aes to v0.5; block-cipher to v0.8 (#209)

0.3.0 (2019-06-06)

Changed

  • Bump aead crate dependency to v0.3.0; MSRV 1.41+ (#143)
  • Use copy_within (#57)

0.2.0 (2019-11-26)

Added

  • heapless feature (#51)

Changed

  • Switch from AeadMut to Aead (#47)
  • Make Siv::new type-safe via typenum arithmetic (#45)
  • Upgrade aead crate to v0.2; alloc now optional (#44)

0.1.2 (2019-11-14)

Changed

  • Upgrade to zeroize 1.0 (#36)

0.1.1 (2019-10-06)

  • Initial release