Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 30 Nov 05:16
· 344 commits to master since this release
v1.8.0
  • Added ParagonIE_Sodium_Compat::polyfill_is_fast() for runtime decision-making. It will return FALSE if the 32-bit implementation is going to be invoked.
  • Added missing version constants #81
  • sodium_crypto_box_seal_open() will no longer silently catch all exceptions and return false, only the ones necessary for behavior compatibility with ext/sodium