Skip to content

Version 1.19.0

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 26 Sep 03:43
· 82 commits to master since this release
v1.19.0
  • 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 to sodium_hex2bin() polyfill
    • Apparently we took that parameter at face value. Mea culpa.
  • More unit testing