sponges/ascon/CHANGELOG.md
2023-02-25 21:12:23 -07:00

1.0 KiB

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.2.0 (2023-02-25)

Added

  • no_std support (#36)
  • Ascon permutation type (#39)
  • Key type alias (#42)
  • Nonce type alias (#43)

Changed

  • 2021 edition (#40)
  • Use aead crate for AEAD API (#44)
  • MSRV 1.60 (#44)

Removed

  • byteorder dependency (#37)

0.1.4 (2017-03-27)

0.1.3 (2016-11-13)

0.1.2 (2016-11-01)

0.1.1 (2016-11-01)

0.1.0 (2016-07-26)