StableLib / stablelib

A stable library of useful TypeScript/JavaScript code
https://www.stablelib.com
Other
173 stars 35 forks source link

Support for BLS12-381 curve #61

Closed dsawali closed 9 months ago

dsawali commented 1 year ago

Hello there, just wondering if Stablelib could support BLS12-381 curve. It's a quite popular cryptography curve used in ETH as well as Tezos blockchain.

It would be great to have support for this.

relevant links:

paulmillr commented 1 year ago

I don't think elliptic curves are in scope of stablelib.

https://github.com/paulmillr/noble-curves supports bls12-381.