Skip to content

Releases: dd86k/blake2-d

0.3

26 Aug 23:51
Compare
Choose a tag to compare

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

01 Jan 17:38
Compare
Choose a tag to compare
0.2

Supports the built-in keying mechanism.

0.1

23 Dec 19:01
Compare
Choose a tag to compare
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!)