Skip to content

Version 1.17.1

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 23 Mar 19:39
· 109 commits to master since this release
v1.17.1
  • #140 Fix issues with 32-bit integers and floats on PHP 8.1
  • Curve25519 field elements will now be normalized (overflow bits cleared unless numbers are negative) to prevent this float/int weirdness on PHP 8.1. This adds a very small performance hit on Curve25519 operations, but adds a guardrail against incorrect results.