ring icon indicating copy to clipboard operation
ring copied to clipboard

Add ECDSA for the secp256k1 curve

Open briansmith opened this issue 6 years ago • 2 comments

We can probably add support for the secp256k1 curve pretty easily mostly by copy/pasting the P-384 code and changing the constants (number of limbs: 4, new q and n values). It probably won't be as fast as libsecp256k1 but it would be good enough for most uses.

briansmith avatar May 16 '18 16:05 briansmith

I suppose this is still available, mind if I take a look @briansmith?

Zeromika avatar Jun 15 '21 21:06 Zeromika

Any chance this is in the works? I was looking to use implementation over others.

except avatar Jun 28 '22 01:06 except

Do you need signing or just verification?

briansmith avatar Oct 14 '23 16:10 briansmith

Closing this since I think people who want secp256k1 support already are satisfied with other solutions

briansmith avatar Oct 31 '23 00:10 briansmith