PyNacl v1.1.0 Release Notes

Release Date: 2017-03-14 // about 7 years ago
    • ⬇️ Dropped support for Python 2.6.
    • ➕ Added shared_key() method on Box.
    • You can now pass None to nonce when encrypting with Box or SecretBox and it will automatically generate a random nonce.
    • ➕ Added support for siphash24.
    • ➕ Added support for blake2b.
    • ➕ Added support for scrypt.
    • ⚡️ Update libsodium to 1.0.11.
    • 0️⃣ Default to the bundled libsodium when compiling.
    • All raised exceptions are defined mixing-in nacl.exceptions.CryptoError