34 releases (6 breaking)
0.7.0 |
|
---|---|
0.5.1 | Nov 4, 2021 |
#11 in #polynomials
100 downloads per month
72KB
2K
SLoC
kzg
This code has not beed audited - use it at your own risk.
kzg
is a simple implementation of the Kate-Zaverucha-Goldberg polynomial commitment scheme over the zkcrypto
ecosystem's primitives, mainly their pairing
abstraction.
kzg
implements the "simple" variant described in the paper as "DL", including batched openings.
Author's Note
I wrote this mostly to learn and partly because the arkworks-polycommit
is hard to use and only implements the pederson variant of KZG, which is unnecessary for many use cases, in particular vector commitment schemes that don't care about the unconditional hiding property the pederson variant of KZG provides like this.
Dependencies
~0.5–1.5MB
~31K SLoC