0.7.0
Changelog:
-
Added
FinalizationCryptoErrorwhich meanscshakeandhmacnow return aResulton 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 bothcshakeandhmac. -
cshake_verify()function dropped from default API. -
Documentation improvement.