Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Groth16Proof ¶
type Groth16Proof struct { A [2]*big.Int `json:"a"` B [2][2]*big.Int `json:"b"` C [2]*big.Int `json:"c"` Input hexutil.Bytes `json:"input,omitempty"` Output hexutil.Bytes `json:"output,omitempty"` }
func (*Groth16Proof) Export ¶
func (g *Groth16Proof) Export(file string) error
Export saves the proof to a file.
Click to show internal directories.
Click to hide internal directories.