crate-crypto / rust-eth-kzg

Apache License 2.0
12 stars 5 forks source link

chore: Initial impl for KZG10 #234

Open kevaundray opened 4 weeks ago

kevaundray commented 4 weeks ago

This provides an initial impl for some of the methods needed in Deneb, however we compute the quotient commitment using the "conventional" strategy of commiting to the quotient polynomial in monomial form.

kevaundray commented 4 weeks ago

This is related to #162 -- one can use this branch to check that the difference in using monomial form is actually negligible while it results in much simpler code