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

Setup helper function that also provides s1 in evaluation form #6

Closed gballet closed 3 years ago

protolambda commented 3 years ago

I think it's better not to duplicate the code, and instead wrap the existing setup function in the verkle-trie implementation, to add the FFT step.

gballet commented 3 years ago

No problem, closing.