Expand description
An implementation of hyper-kzg PCS. This is a wrapper around nova’s hyper-kzg implementation.
Structs§
- A newtype wrapper of nova’s hyperkzg commitment. This is the commitment type used in the hyperkzg proof system.
- The
HyperKZG
engine that implememts nova’sEngine
trait.
Type Aliases§
- The scalar used in the
HyperKZG
PCS. This is the BN254 scalar. - The evaluation proof for the
HyperKZG
PCS.