Expand description
This module contains cryptographic proof primitives used in the proof system.
It includes commitment schemes, sumcheck protocols, and inner product arguments that form the building blocks for zero-knowledge proofs.
Modulesยง
- dory
- Dory is the commitment scheme described in https://eprint.iacr.org/2020/1274.pdf.
- hyperkzg
- Implementation of
HyperKZGPCS for usage with proof-of-sql. - inner_
product - Module for inner product argument proofs used in commitment verification.