orion v0.14.3 Release Notes

Release Date: 2019-07-31 // over 4 years ago
  • Date: August 1, 2019.

    ๐Ÿ”„ 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 Vince Mutolo).
    • Switched to stable rustfmt.
    • ๐Ÿ›  Fix use of now deprecated (since v0.1.7) getrandom errors.
    • โšก๏ธ Updated fuzzing targets in orion-fuzz.