Skip to content

v0.9.0

Compare
Choose a tag to compare
@return return released this 22 Jul 17:43
· 37 commits to master since this release
  • Replaced Ring and chacha20-poly1305 crates with Orion by @brycx (#1)
    • Brings Unofficial Windows / WSL Support. (A Windows CI will be added to support this.)
    • Secret key comparison runs in constant-time with manual PartialEq implementation.
    • Also removes the internal hChaCha20 implementation.
  • (Breaking Change) Removed set_nonce() API.
  • Examples and tests now integrated into library.
  • Various Documentation fixes (Rustdoc friendly).