Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 1.91 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.6.0 (UNRELEASED)

Added

  • serpent_no_unroll configuration flag (#476)

Changed

  • Bump cipher dependency to v0.5
  • Edition changed to 2024 and MSRV bumped to 1.85 (#472)
  • Relax MSRV policy and allow MSRV bumps in patch releases (#477)
  • Improve bitslicing implementation (#474)

0.5.1 (2022-02-17)

Fixed

  • Minimal versions build (#303)

0.5.0 (2022-02-10)

Changed

  • Bump cipher dependency to v0.4 (#284)

0.4.0 (2021-04-29)

Changed

  • Bump cipher dependency to v0.3 (#235)

0.3.0 (2020-10-16)

Changed

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

0.2.0 (2020-08-07)

Changed

  • Bump block-cipher dependency to v0.8 (#138)
  • Bump opaque-debug dependency to v0.3 (#140)

0.1.0 (2020-06-08)

Added

Changed

  • Bump block-cipher dependency to v0.7 (#95)
  • Upgrade to Rust 2018 edition (#95)

0.0.1 (2020-05-23)

  • Initial release