Versions in this module Expand all Collapse all v0 v0.0.3 Aug 16, 2024 v0.0.2 Aug 14, 2024 Changes in this version + func GetIntegrationBinLoc() string + type Prover struct + func NewProver(circuitDir string, filename string, maxConcurrency int, releaseFlag bool) (*Prover, error) + func (p *Prover) Prove(witnessData []byte) ([]byte, error) + func (p *Prover) Verify(witnessData []byte, proof_and_claim []byte) (bool, error)