0.14.3
Changelog:
- Improved performance for ChaCha20Poly1305/XChaCha20Poly1305 when AAD is empty.
- Refactoring of streaming contexts used by SHA512, BLAKE2b and Poly1305.
- Implement
PartialEq<&[u8]>
for all newtypes and provide documentation for usage of such (by @vlmutolo). - Switched to stable rustfmt.
- Fix use of now deprecated (since
v0.1.7
)getrandom
errors. - Updated fuzzing targets in orion-fuzz.