Class CircomProvingManagerThread

Hierarchy

  • CircomProvingManagerThread

Constructors

Properties

circuitWasm: any

Circom requires a circuit.

ctx: "worker" | "direct-call" = 'direct-call'

Context of the Proving manager - prove in a worker or on the main thread.

treeDepth: number

Methods

  • Generate the Zero-knowledge proof from the proof input

    Type Parameters

    Parameters

    • protocol: T
    • pmSetupInput: WorkerProvingManagerSetupInput<T>

    Returns Promise<WorkerProofInterface<T>>

Generated using TypeDoc