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

kzg with bn254 #19

Closed gballet closed 1 year ago

gballet commented 3 years ago

This is a quick hack to test verkle trees with BN254, I'm hoping to get feedback on it so that it can be polished.

gballet commented 3 years ago

Replace will definitely work for now. I wanted to share and get some feedback, thanks for your comments.