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 1.0.1
(stable)
|
- Added crypto_aead_aes256gcm_*() - Added crypto_box_seed_keypair() - Added crypto_sign_ed25519_sk_to_curve25519() and crypto_sign_ed25519_pk_to_curve25519() - Added compare() - On PHP7, make memzero() and increment() avoid zeroing an object if it is not a reference or if its reference count is > 1 |