Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

74 lines (52 loc) · 1.96 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.7.2 (2022-03-14)

Changed

  • Do not include large CAVP test vectors in published packages (#128)

0.7.1 (2022-02-17)

Fixed

  • Minimal versions build (#108)

0.7.0 (2022-02-10)

Changed

  • Migrate from crypto-mac dependency to digest v0.10 (#103)
  • Bump cipher dependency to v0.4 (#103)

0.6.0 (2021-04-29)

Changed

  • Bump crypto-mac crate dependency to v0.11 (#73)

0.5.1 (2020-10-16)

Added

  • Zulip badge (#64)

0.5.0 (2020-10-16)

Changed

  • Bump crypto-mac dependency to v0.10 (#62)

0.4.0 (2020-08-12)

Changed

  • Bump crypto-mac dependency to v0.9, implement the FromBlockCipher trait (#57)

0.3.1 (2020-08-12)

Added

  • Implement From<BlockCipher> (#54)
  • Implement io::Write (#55)

0.3.0 (2020-06-06)

Changed

  • Bump aes crate dependency to v0.4 (#40)
  • Bump dbl crate dependency to v0.3 (#39)
  • Bump crypto-mac dependency to v0.8; MSRV 1.41+ (#30)
  • Rename result methods to finalize (#38)
  • Upgrade to Rust 2018 edition (#30)

0.2.0 (2018-10-03)

0.1.0 (2017-11-26)