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

Releases: sodiumoxide/sodiumoxide

The First Major Release

07 Jun 06:55
Compare
Choose a tag to compare

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)

sodiumoxide-0.0.12

10 Jul 08:04
Compare
Choose a tag to compare
Bumped version numbers to 0.0.12

sodiumoxide-0.0.10

04 Apr 19:29
Compare
Choose a tag to compare
Bumped version numbers to 0.0.10

sodiumoxide-0.0.8

26 Aug 10:50
Compare
Choose a tag to compare
Bumped version numbers to 0.0.8, closes #83

sodiumoxide-0.0.7

26 Aug 08:19
Compare
Choose a tag to compare
Bumped version numbers to 0.0.7, #84