libsodium 2.0.0

Wrapper for the Sodium cryptographic library


A simple, low-level PHP extension for libsodium.

License: BSD 2-Clause License

Changes

This is a major release, featuring a new API identical to the one of sodium extension included with PHP 7.2.

Functions are now in the global namespace, and return exceptions.

Note that PHP 5 is not supported any more.

Support for the key exchange API (crypto_kx), key derivation (crypto_kdf) and
for the xchacha20-poly1305 construction have been added.

Many bugs have been squashed.