File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.2.0 (UNRELEASED)
8+ ### Changed
9+ - Internal implementation by removing unnecessary buffering ([ #849 ] )
10+ - Serialization format used by ` SerializableState ` implementations ([ #849 ] )
11+
12+ [ #849 ] : https://github.com/RustCrypto/hashes/pull/849
13+
714## 0.1.0 (2026-04-24)
815- Initial release ([ #841 ] )
916
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.2.0 (UNRELEASED)
9+ ### Changed
10+ - Internal implementation by removing unnecessary buffering ([ #849 ] )
11+ - ` Rate: BlockSizes ` generic parameter to ` const RATE: usize ` ([ #849 ] )
12+
13+ [ #849 ] : https://github.com/RustCrypto/hashes/pull/849
14+
815## 0.1.1 (2026-04-19)
916### Fixed
1017- Non-compliant initialization when serialized length of function name and customization string
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.5.0 (UNRELEASED)
9+ ### Changed
10+ - Internal implementation by removing unnecessary buffering ([ #849 ] )
11+ - ` Rate: BlockSizes ` generic parameter to ` const RATE: usize ` ([ #849 ] )
12+
13+ [ #849 ] : https://github.com/RustCrypto/hashes/pull/849
14+
815## 0.4.0 (2026-04-24)
916### Added
1017- ` alloc ` crate feature ([ #678 ] )
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.12.0 (UNRELEASED)
9+ ### Changed
10+ - Internal implementation by removing unnecessary buffering ([ #849 ] )
11+ - Serialization format used by ` SerializableState ` trait implementations ([ #849 ] )
12+
13+ [ #849 ] : https://github.com/RustCrypto/hashes/pull/849
14+
815## 0.11.0 (2026-04-02)
916### Added
1017- ` alloc ` crate feature ([ #678 ] )
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.7.0 (UNRELEASED)
9+ ### Changed
10+ - Internal implementation by removing unnecessary buffering ([ #849 ] )
11+ - ` Rate: BlockSizes ` generic parameter to ` const RATE: usize ` ([ #849 ] )
12+
13+ [ #849 ] : https://github.com/RustCrypto/hashes/pull/849
14+
815## 0.6.0 (2026-04-24)
916Note: the crate was transferred to RustCrypto from https://github.com/itzmeanjan/turboshake
1017
You can’t perform that action at this time.
0 commit comments