Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractKeys ¶
func ExtractSplitKeys ¶
Types ¶
type VerifyingKey ¶
type VerifyingKey struct { G1 struct { Alpha bn254.G1Affine Beta, Delta bn254.G1Affine // unused, here for compatibility purposes K []bn254.G1Affine // The indexes correspond to the public wires } G2 struct { Beta, Delta, Gamma bn254.G2Affine } CommitmentKey pedersen.Key CommitmentInfo constraint.Commitment // since the verifier doesn't input a constraint system, this needs to be provided here }
Click to show internal directories.
Click to hide internal directories.