libsodium 0.2.0

Wrapper for the Sodium cryptographic library


A simple, low-level PHP extension for libsodium.

License: BSD 2-Clause License

Changes

- Methods were moved to functions in a \Sodium\ namespace.
- PHP 7 is now fully supported.
- crypto_aead_chacha20poly1305_decrypt() now returns FALSE instead of a PHP error if verification fails.
- multi-part hashing was implemented (crypto_generichash_{init|update|final})
- sealed boxes have been implemented (crypto_seal)