You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 86fd37b8b3 Add initial implementation, simple flow works 2 years ago
.golangci.yml Add initial implementation, simple flow works 2 years ago
LICENSE Init 2 years ago
README.md Add initial implementation, simple flow works 2 years ago
arithmetic.go Add initial implementation, simple flow works 2 years ago
arithmetic_test.go Add initial implementation, simple flow works 2 years ago
go.mod Add initial implementation, simple flow works 2 years ago
go.sum Add initial implementation, simple flow works 2 years ago
kzg.go Add initial implementation, simple flow works 2 years ago
kzg_test.go Add initial implementation, simple flow works 2 years ago

README.md

kzg-commitments-study

Doing this to study and learn KZG commitments, do not use in production.

Thanks to Dankrad Feist, Alin Tomescu, Tom Walton-Pocock for their articles, which helped me understand a bit the KZG Commitments.