Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

79 lines (55 loc) · 2.28 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.9.2 (2022-09-30)

Changed

  • Implement Clone directly for CtrCore, so it would work with non-Clone flavors (#24)

0.9.1 (2022-02-17)

Fixed

  • Minimal versions build (#9)

0.9.0 (2022-02-10)

Changed

0.8.0 (2021-07-08)

Changed

  • Make implementation generic over block size (previously it was generic only over 128-bit block ciphers). Breaking changes in the CtrFlavor API. (#252).

0.7.0 (2020-04-29)

Changed

  • Generic implementation of CTR (#195)
  • Removed Ctr32LE mask bit (#197)
  • Bump cipher dependency to v0.3 (#226)

0.6.0 (2020-10-16)

Added

  • Ctr32BE and Ctr32LE (#170)

Changed

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

0.5.0 (2020-08-26)

Changed

  • Bump stream-cipher dependency to v0.7, implement the FromBlockCipher trait (#161, #164)

0.4.0 (2020-06-06)

Changed

  • Upgrade to the stream-cipher v0.4 crate (#116, #138)
  • Upgrade to Rust 2018 edition (#116)

0.3.2 (2019-03-11)

0.3.0 (2018-11-01)

0.2.0 (2018-10-13)

0.1.1 (2018-10-13)

0.1.0 (2018-07-30)