protolambda / go-kzg

FFT, data-recovery and KZG commitments, a.k.a. Kate commitments, in Go - *super experimental*
MIT License
90 stars 26 forks source link

add batch mod inverse for kilic/bls #24

Closed Inphi closed 1 year ago

Inphi commented 2 years ago

kilic/bls now supports batch mod inv in Fr. We rely on the function for eip-4844 to do fast barycentric evals.

Only the kilic backend supports this. But we can emulate batch mod with a suboptimal implementation for the other backends.

protolambda commented 1 year ago

This was included in #25