indutny/elliptic

Custom Curves

nanaknihal opened this issue · 1 comments

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.

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