indutny / elliptic

Fast Elliptic Curve Cryptography in plain javascript
1.7k stars 381 forks source link

Support of NIST (FIPS 186-4) Standard P256 Elliptic Curve Support #183

Open notorious-clay opened 5 years ago

notorious-clay commented 5 years ago

I'm trying to use the Lib with the P256 EC. I have the x and the y value of the Public Key and I have the r and s of the Signature + the message hash in SHA256. The Signature + Public Key are in the big-endian format.

Does this Lib support the NIST Standard Format?