Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 809 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 809 Bytes

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-03-21)

Changed

  • Drop MSRV back to 1.56 and keep it in sync with ascon (#459)
  • Relicense as Apache-2.0 or MIT (#459)
  • Renamed public types to follow UpperCamelCase naming convention (#459)
    • AsconXOF -> AsconXof
    • AsconXOFReader -> AsconXofReader
    • AsconAXOF -> AsconAXof
    • ASconAXOFReader-> AsconAXofReader

0.1.1 (2023-03-17)

  • Use aead instead of aead-core.
  • Bump MSRV to 1.60.
  • Add benchmarks.

0.1 (2022-06-03)

  • Initial release.