Version 1.1.0
paragonie-scott
released this
05 Jul 18:19
·
543 commits
to master
since this release
- Fixed #35 which would have broken PHP 5.2 compatibility.
- Fixed #36 which adds fallthrough methods for
crypto_pwhash
if available, and throws an error if not. - UNFIXED: #38 -- sodium_compat produces incorrect results on 32-bit operating systems. For the time being, we are documenting the error and will fix it in a future release. If you attempt to use sodium_compat on a system that doesn't support 64-bit integers, a
RuntimeException
will be thrown.