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.4.4 (2021-08-27)

Changed

  • Relax zeroize constraints (#141)

0.4.3 (2021-07-20)

Changed

  • Pin zeroize dependency to v1.3 (#134)

0.4.2 (2021-05-31)

Added

  • Nightly-only ARMv8 intrinsics support gated under the armv8 feature (#126)

0.4.1 (2021-05-05)

Added

  • force-soft feature (#121)

0.4.0 (2021-04-29)

Changed

  • Bump polyval crate dependency to v0.5; MSRV 1.49+ (#114, #119)

0.3.1 (2020-12-26)

Added

  • Debug impl using opaque-debug (#105)

Changed

  • Use polyval::mulx (#109)

0.3.0 (2020-06-06)

Changed

  • Bump polyval dependency to v0.4 (#59)
  • Bump universal-hash dependency to v0.4; MSRV 1.41 (#52, #57)
  • Rename result methods to to finalize (#56)

0.2.3 (2019-11-14)

Changed

  • Upgrade to zeroize 1.0 (#33)

0.2.2 (2019-10-06)

Fixed

  • Revert mulX_POLYVAL changes from #28 (#31)

0.2.1 (2019-10-05)

Changed

  • Upgrade to polyval v0.3 (#28, #29)

0.2.0 (2019-10-04)

Changed

  • Upgrade to polyval v0.2 and universal-hash crate v0.3 (#22)

0.1.0 (2019-09-19)

  • Initial release