libsodium 1.0.0

Wrapper for the Sodium cryptographic library


A simple, low-level PHP extension for libsodium.

License: BSD 2-Clause License

Changes

- The extension can now be statically compiled.
- crypto_sign_publickey_from_secretkey(), and crypto_auth() have been added.
- The extension and its API are now marked stable.