 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package kzg_bls12377 provides a ZKP-circuit function to verify BLS12_377 KZG inside a BW6_761 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_bls12377.G1Affine
	// ClaimedValue purported value
	ClaimedValue frontend.Variable
}
    OpeningProof KZG proof for opening at a single point.
type VK ¶
type VK struct {
	G2 [2]sw_bls12377.G2Affine // [G₂, [α]G₂]
}
    VK verification key (G2 part of SRS)
 Click to show internal directories. 
   Click to hide internal directories.