Releases: dd86k/blake2-d
Releases · dd86k/blake2-d
0.3
Minor release featuring a rewrite in the structure template API and support for keying using the OOP API.
⚠️ If you have defined custom digest size definitions using the BLAKE2 structure template, you may have to redo them using the new proper BLAKE2s or BLAKE2b structure templates.
No changes made to the API when using the default settings.
Changelogs
- Added: Support for keying in digest wrappers (OOP API).
- Some minor performance improvements.
- Documentation update.
0.2
Supports the built-in keying mechanism.
0.1
Initial release that supports BLAKE2b and BLAKE2s hashing algorithms.
Sadly, HMAC doesn't work yet. (And it's really an odd one here!)