Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 1.02 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.3.0 (UNRELEASED)

Changed

  • Edition changed to 2024 and MSRV bumped to 1.85 (#652)
  • Relax MSRV policy and allow MSRV bumps in patch releases
  • Update to digest v0.11

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.