indutny / elliptic

Fast Elliptic Curve Cryptography in plain javascript
1.68k stars 373 forks source link

Custom Curves #300

Open nanaknihal opened 1 year ago

nanaknihal commented 1 year ago

I see it is possible to instantiate a curve by with an already-supported parameters, e.g. new EC('secp256k1') Is there a way to use custom parameters? I would be interested in using elliptic with the BabyJubJub curve.

serdarde commented 3 months ago

I also need it for bp256r1 curve, I would love if anyone can help