paragonie / phpecc

Pure PHP Elliptic Curve Cryptography Library
16 stars 3 forks source link

Implement secp256k1 in constant-time #15

Closed paragonie-security closed 5 months ago

paragonie-security commented 5 months ago

This is the same treatment as the NIST curves received in v2.1.0.

Closes #13

I also took the liberty of cleaning up redundant code.