Version 1.12.0
paragonie-scott
released this
19 Oct 15:38
·
216 commits
to master
since this release
-
#100 - Fixed sodium_compat on PHP 5.2.4 - 5.2.17. We now include 5.2 on Travis CI so any changes that would break 5.2 will be caught early.
- As part of this fix, we now include a
SplFixedArray
polyfill for PHP 5.2.
- As part of this fix, we now include a
-
We now include
php74-snapshot
on Travis CI (to ensure our code works on PHP 7.4 when it comes out). PHP 8 will be our focus soon after 7.4 is out. -
Fixed BLAKE2b on 32-bit platforms.
-
The previous fixes in the
1.11
series have been resolved (and hopefully no more Windows weirdness happens).If anyone else encounters any weird Windows behavior, please upgrade to the latest patch release for your version of PHP (i.e. PHP 7.3.10 is currently fine to report bugs on while 7.3.9 is not).
-
#98 - Implemented an Ed25519 optimization discovered by Isus Lovecruft in ed25519-dalek.