Skip to content

Releases: paragonie/easy-ecc

Version 1.2.0

03 Sep 23:45
v1.2.0
0af6405
Compare
Choose a tag to compare
  • #10 / #11 - Use the corresponding hash function for hedged randomness, rather than relying on SHA384 everywhere.

Version 1.1.2

08 May 16:47
v1.1.2
Compare
Choose a tag to compare

Updated dependencies

Version 1.1.1

30 Apr 19:25
v1.1.1
Compare
Choose a tag to compare
  • Increased minimum version for paragonie/ecc to 2.2.0.

Version 1.1.0

28 Apr 09:00
v1.1.0
3d05396
Compare
Choose a tag to compare
  • Updated minimum version of phpecc to v2.1.0

Version 1.0.2

24 Apr 04:36
v1.0.2
Compare
Choose a tag to compare

Replaced dependency on phpecc with PIE's fork. Recommended reading.

Version 1.0.1

20 Apr 00:12
v1.0.1
c3933d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

02 Jun 20:21
v1.0.0
Compare
Choose a tag to compare
  • 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

Version 0.5.0

31 Jul 19:24
v0.5.0
63d8e32
Compare
Choose a tag to compare

Provides constant-time algorithms for ECC key generation and signing. See #4 for more info.

Version 0.4.0

27 Jul 20:19
v0.4.0
Compare
Choose a tag to compare
  • 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

18 Jul 06:39
v0.3.0
Compare
Choose a tag to compare