paulmillr / noble-curves

Audited & minimal JS implementation of elliptic curve cryptography.
https://paulmillr.com/noble
MIT License
623 stars 56 forks source link

Multi-scalar-multiplication for BLS #48

Open paulmillr opened 1 year ago

paulmillr commented 1 year ago

Useful for ETH, which will use KZG proofs in danksharding.

We don't need FFT: it is no longer used in KZG.