Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProofVerify ¶
Types ¶
type VerificationKey ¶
type VerificationKey struct { AlphaG1 *bn254.PointG1 BetaG2 *bn254.PointG2 GammaG2 *bn254.PointG2 DeltaG2 *bn254.PointG2 Ic []*bn254.PointG1 }
func GetVerificationKeyFromCompressed ¶
func GetVerificationKeyFromCompressed(vk []byte) (*VerificationKey, error)
func (*VerificationKey) ToCompressed ¶ added in v0.10.0
func (v *VerificationKey) ToCompressed() []byte
Click to show internal directories.
Click to hide internal directories.