Version 1.19.0
paragonie-security
released this
26 Sep 03:43
·
82 commits
to master
since this release
- Breaking Changes for PHP 8: #152 - We fixed the parameter names for the public API for sodium_compat to conform to the Sodium extension
- If you weren't relying on the Named Parameters feature (which landed after sodium_compat was created), this doesn't affect you at all.
- Added missing
$ignore
parameter tosodium_hex2bin()
polyfill- Apparently we took that parameter at face value. Mea culpa.
- More unit testing