New
Version 1.23.0
We backported some optimizations from #198 by replacing the array in the Curve25519 field element with 10 integer object properties instead. The result is a 7% to 12% speedup for the overall PHPUnit suite.
What's Changed
- Backport #198 to v1.x by @paragonie-security in https://github.com/paragonie/sodium_compat/pull/199
- Backport Fixes from v2 ro v1.x branch by @paragonie-security in https://github.com/paragonie/sodium_compat/pull/203
Full Changelog: https://github.com/paragonie/sodium_compat/compare/v1.22.0...v1.23.0