Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

The First Major Release

Latest
Compare
Choose a tag to compare
@Dylan-DPC-zz Dylan-DPC-zz released this 07 Jun 06:55
· 418 commits to master since this release

Additions:

  • Added unit tests & test vectors from libsodium, commit
  • Add crypto_kx_* functions to libsodium-sys (#189)

Fixes:

  • fix std libraries being pulled in even in no_std environments (#214)

Changes:

  • Use tuple-struct indexing (#217)
  • Change to rust-bindgen (#208)
  • API Improvements (#185)
  • Make AEAD Nonce type a nonce new_type (#183)

Deletions:

  • libsodium-sys/lib.rs removed, we now use bindgen (#218)