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 d7a6a4b2b7 Add GHA 2 years ago
.github/workflows Add GHA 2 years ago
.golangci.yml Add initial implementation, simple flow works 2 years ago
LICENSE Init 2 years ago
README.md Add GHA 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 GoDoc Go Report Card Test

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.