Documentation ¶
Overview ¶
Package kzg_bls24315 provides a ZKP-circuit function to verify BLS24_315 KZG inside a BW6_633 circuit.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OpeningProof ¶
type OpeningProof struct { // H quotient polynomial (f - f(z))/(x-z) H sw_bls24315.G1Affine // ClaimedValue purported value ClaimedValue frontend.Variable }
OpeningProof KZG proof for opening at a single point.
type VK ¶
type VK struct { G1 sw_bls24315.G1Affine // G₁ G2 [2]sw_bls24315.G2Affine // [G₂, [α]G₂] }
VK verification key (G2 part of SRS)
Click to show internal directories.
Click to hide internal directories.