sodiumoxide v0.2.0 Release Notes

Release Date: 2018-12-02 // over 5 years ago
    • ➕ Add binding for sodium_add function (#210)
    • ➕ Add bindings for crypto_generichash (#196)
    • ➕ Add #[derive(Clone)] to State struct in hash_macros.rs (#228)
    • Add bindings for keypair_from_seed for authenticated encryption (#230)
    • Instruct OSX users to install pkg-config in README (#243)
    • Mark libsodium-sys as a member of workspace (#247)
    • ⚡️ Update README w/ Clang + Sodium version (#248)
    • ➕ Add xchacha20-poly1305 support (#253)
    • 🛠 Fix tests for no_std (#257)
    • ✂ Removes allow_failures in Travis config (#259)
    • ➕ Add CONTRIBUTING.md (#261)
    • Add CODE_OF_CONDUCT.md (#264)
    • 📄 Typo fix in docs (#266)
    • 🛠 Fix libsodium linking for MSVC (#265)
    • ➕ Add Windows support (MSVC) (#269)
    • 🛠 Fix redundant linker flag specified for libsodium (#274)
    • ✂ Remove gh-pages support in favor of docs.rs (#270)
    • ➕ Add OSX build in TravisCI (#271)
    • 🛠 Fix build on Win using vcpkg (#276)
    • ⚡️ Updated Argon2 Support (#239)
    • Option to download / compile libsodium (#279)
    • 🛠 Fix warning about unused macro definition (#282)
    • Static bindings - no bindgen (#281)
    • Format all code using cargo fmt (#285)
    • Happy clippy (#287)
    • ➕ Add cargo-coveralls to TravisCI (#289)
    • Take code format from rust_sodium (#290)