Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 1.39 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 (2023-06-10)

Added

  • Support for heapless no_std targets (#353)

Changed

  • Use TurboSHAKE implementation from sha3 (#353)
  • Properly implement XofReader (#353)
  • 2021 edition upgrade; MSRV 1.56 (#487)

0.2.1 (2022-02-17)

Fixed

  • Minimal versions build (#363)

0.2.0 (2021-12-07)

Changed

  • Update to digest v0.10 (#217)

0.1.0 (2020-06-09)

Changed

  • Update to digest v0.9 release; MSRV 1.41+ (#155)
  • Use digest crate's alloc feature (#150)
  • Impl the ExtendableOutput trait (#149)
  • Rename *result* to finalize (#148)
  • Upgrade to Rust 2018 edition (#123)

0.0.1 (2020-05-24)

  • Initial release