0.12.4
Changelog:
-
Fixes a bug where hashing, with BLAKE2b, over 2^64-1 bytes of data would cause an overflowing addition on debug builds.
-
Fixes a bug where hashing, with SHA512, over 2^64-1 bytes of data would not result in the counter being correctly incremented.
-
Added property-based testing, using QuickCheck, to most of the library and improved testing for the library in general.
-
PartialEqis now implemented fororion::kdf::SaltandNoncein bothchacha20andxchacha20. -
Added
get_length()forblake2b::Digest. -
Updated fuzzing dependencies.