Package Information |
Summary |
Wrapper for the Sodium cryptographic library |
Maintainers |
Frank Denis (lead)
[details]
|
License |
BSD 2-Clause License |
Description |
A simple, low-level PHP extension for libsodium. |
Homepage |
https://github.com/jedisct1/libsodium-php
|
Release notes
Version 2.0.0
(stable)
|
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. |