Skip to content

0.7.0

Compare
Choose a tag to compare
@brycx brycx released this 17 Sep 21:05
· 1051 commits to master since this release
15287a4

Changelog:

  • Added FinalizationCryptoError which means cshake and hmac now return a Result on finalization and update function calls.

  • Added the ChaCha20 algorithm from the RCF 8439.

  • Fix failed builds for no_std.

  • Fix a bug where a user could call update() after finalization on both cshake and hmac.

  • cshake_verify() function dropped from default API.

  • Documentation improvement.