Releases: paragonie/easy-ecc
Releases · paragonie/easy-ecc
Version 1.2.0
Version 1.1.2
Updated dependencies
Version 1.1.1
- Increased minimum version for paragonie/ecc to 2.2.0.
Version 1.1.0
- Updated minimum version of phpecc to
v2.1.0
Version 1.0.2
Replaced dependency on phpecc with PIE's fork. Recommended reading.
Version 1.0.1
What's Changed
- Update sodium_compat dependency by @paragonie-security in #7
Full Changelog: v1.0.0...v1.0.1
Version 1.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
- Added
- Test on PHP 8.1
- Expanded unit test coverage
Version 0.5.0
Provides constant-time algorithms for ECC key generation and signing. See #4 for more info.
Version 0.4.0
- Throws an exception if you attempt to decode a compressed public key with the wrong curve.
- Re-enabled sodium tests.
- Moved EasyECC exceptions to a new base class.
Version 0.3.0
- Added ECDSA-specific features.