Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

58 lines (39 loc) · 1.42 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.4.3 (2021-07-20)

Changed

  • Pin subtle dependency to v2.4 (#349)

0.4.2 (2021-07-13)

Added

  • Add support of 64 bit block ciphers (#343)

0.4.1 (2021-05-20)

Changed

  • Remove unnecessary NewBlockCipher bounds (#314)

0.4.0 (2021-04-29)

Changed

  • Bump aead dependency to v0.4.0 release (#270)

0.3.0 (2020-10-16)

Changed

  • Replace block-cipher/stream-cipher with cipher crate (#229)

0.2.1 (2020-08-14)

Added

  • Clone and fmt::Debug trait implementations ([#192])

0.2.0 (2020-08-12)

Changed

  • Bump block-cipher crate dependency to v0.8 ([#191])

Added

  • From<BlockCipher> trait implementation ([#191])

0.1.1 (2020-08-01)

  • Fix README ([#187])

0.1.0 (2020-08-01)

  • Initial release