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.3.0 (2021-04-29)

Added

  • Encrypt/decrypt-only block cipher traits (#352)
  • Re-export blobby from root (#435)
  • Block cipher trait blanket impls for refs (#441)

Changed

  • Consolidate error types (#373)
  • Change SeekNum impls to fit with the new BlockBuffer (#435)
  • Reorganize modules (#435)
  • Renamed new_var to new_from_slice(s) (#442)

0.2.5 (2020-11-01)

Fixed

  • Nested macros used old deprecated names (#360)

0.2.4 (2020-11-01)

Fixed

  • Macro expansion error (#358)

0.2.3 (2020-11-01) [YANKED]

Fixed

  • Legacy macro wrappers (#356)

0.2.2 (2020-11-01) [YANKED]

Added

  • BlockCipher::{encrypt_slice, decrypt_slice} methods (#351)

Changed

  • Revamp macro names (#350)

0.2.1 (2020-10-16)

Added

  • Re-export generic_array from toplevel (#343)

Fixed

  • dev macro imports (#345)

0.2.0 (2020-10-15) [YANKED]

Changed

  • Unify block-cipher and stream-cipher into cipher (#337)

0.1.1 (2015-06-25)

0.1.0 (2015-06-24)

  • Initial release