This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Releases: mollie/polyfill-libsodium
Releases · mollie/polyfill-libsodium
Release 1.1.1
Two constants were missing in the polyfill, these have been added.
Release 1.1
sodium_randombytes_buf()
andsodium_randombytes_random16()
didn't make it into PHP 7.2. These two functions are replaced with pure PHP 7.0 implementations (usingrandom_bytes()
andrandom_int()
.
Release 1.0
- Added a polyfill for libsodium namespaced constants
- Added a polyfill for libsodium namespaced functions
- Autoload the bootstrap to define the polyfills automatically