Available on crate feature
kzg
only.Expand description
This module contains functions and types used for parsing and utilizing the Trusted Setup for the KzgSettings
.
Structs§
- A newtype over list of G1 point from kzg trusted setup.
- A newtype over list of G2 point from kzg trusted setup.
Enums§
- KZG custom Error types
Constants§
- Default G1 points.
- Default G2 points.
- Number of G1 Points.
- Number of G2 Points.
Functions§
- Parses the contents of a KZG trusted setup file into a list of G1 and G2 points.