2.0 KiB
2.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.5.1 (2023-05-19)
Changed
- Loosen
subtleversion requirement to^2.4(#1260)
0.5.0 (2022-07-30)
Added
UhfBackendtrait (#1051, #1059)UhfClosuretrait (#1051)UniversalHash::update_with_backendmethod (#1051)
Changed
- Replace
NewUniversalHashtrait withKeyInitfromcrypto-common(#1051) - Source
BlockandKeytypes fromcrypto-common(#1051) UniversalHash::updateis now provided takes a slice of blocks (#1051)UniversalHash::finalizenow returns aBlock(#1051)- Rust 2021 edition; MSRV 1.56 (#1051)
Removed
Ouputreplaced byBlock(#1051)UniversalHash::resetreplaced withResettrait fromcrypto-common(#1051)
0.4.1 (2021-07-20)
Changed
- Pin
subtledependency to v2.4 (#689)
0.4.0 (2020-06-04)
Added
KeyandBlocktype aliases (#128)
Changed
- Split
UniversalHashinitialization intoNewUniversalHashtrait (#135) - Rename
update_block=>update(#129) - Bump
generic-arraydependency to v0.14 (#95)
0.3.0 (2019-10-03)
- Rename
OutputSize->BlockSize(#57)
0.2.0 (2019-08-31)
Changed
- Split KeySize/OutputSize (#55)
0.1.0 (2019-08-30)
- Initial release