integration

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetIntegrationBinLoc

func GetIntegrationBinLoc() string

Types

type Prover

type Prover struct {
	// contains filtered or unexported fields
}

func NewProver

func NewProver(circuitDir string, filename string, maxConcurrency int, releaseFlag bool) (*Prover, error)

format from external specification, maxConcurrency and releaseFlags are not used now

func (*Prover) Prove

func (p *Prover) Prove(witnessData []byte) ([]byte, error)

func (*Prover) Verify

func (p *Prover) Verify(witnessData []byte, proof_and_claim []byte) (bool, error)

Jump to

Keyboard shortcuts

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