Skip to content

v0.5.0

Compare
Choose a tag to compare
@return return released this 29 Dec 03:50
· 63 commits to master since this release
  • Implementation is now written in Pure Rust (Zero unsafe code or FFI usage)
    • Migrated to chacha-poly1305-aead crate with in-tree hchacha20 implementation by @tarcieri
  • Message data type changed from String --> &str.
  • Removed sodiumoxide.
  • Switched from chrono --> std::time for timestamps.
  • Added more tests and examples.
  • Typical bug fixes and bounds checks for the keys and nonces.