Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

55 lines (38 loc) · 1.46 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.

UNRELEASED

Added

  • Sealed BlockSizes trait implemented for types from U1 to U255

Changed

  • BlockUser::BlockSize is now bounded by the BlockSizes trait
  • Edition changed to 2021 and MSRV bumped to 1.56

0.1.6 (2022-07-16)

Added

  • Move ParBlocks/ParBlocksSizeUser from cipher crate (#1052)

0.1.5 (2022-07-09)

Fixed

  • Support on-label MSRV (#1049)

0.1.4 (2022-07-02)

Added

  • getrandom feature (#1034)

0.1.3 (2022-02-16)

Fixed

  • Minimal versions build (#940)

0.1.2 (2022-02-10)

Added

  • Re-export generic-array and typenum. Enable more_lengths feature on generic-array. Add key_size, iv_size, block_size, and output_size helper methods. (#849)

0.1.1 (2021-12-14)

Added

  • rand_core re-export and proper exposure of key/IV generation methods on docs.rs (#847)

0.1.0 (2021-12-07)

  • Initial release