bls12381

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProofVerify

func ProofVerify(vk *VerificationKey, proof *Proof, inputs []*big.Int) (bool, error)

Types

type Proof

type Proof struct {
	A *bls.PointG1
	B *bls.PointG2
	C *bls.PointG1
}

func GetProofFromCompressed

func GetProofFromCompressed(proof []byte) (*Proof, error)

type VerificationKey

type VerificationKey struct {
	AlphaG1 *bls.PointG1
	BetaG2  *bls.PointG2
	GammaG2 *bls.PointG2
	DeltaG2 *bls.PointG2
	Ic      []*bls.PointG1
}

func GetVerificationKeyFromCompressed

func GetVerificationKeyFromCompressed(vk []byte) (*VerificationKey, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL