Skip to content
Compare
Choose a tag to compare
@dd86k dd86k released this 26 Aug 23:51
· 4 commits to master since this release

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.