Skip to content

0.12.4

Compare
Choose a tag to compare
@brycx brycx released this 30 Jan 23:54
· 548 commits to master since this release
05c15ba

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.

  • PartialEq is now implemented for orion::kdf::Salt and Nonce in both chacha20 and xchacha20.

  • Added get_length() for blake2b::Digest.

  • Updated fuzzing dependencies.