Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 02 Jun 20:21
· 15 commits to master since this release
v1.0.0
  • Added support for NIST P-521 (secp521r1)
  • #5 - Encryption enhancements
    • Added seal() / unseal() to the Defuse integration
    • Created interface ParagonIE\EasyECC\EncryptionInterface (which the Defuse integration now implements) for extensions
  • Test on PHP 8.1
  • Expanded unit test coverage