add asynccircom backend
This commit is contained in:
parent
41167c6a74
commit
2af5ed1490
|
@ -24,6 +24,9 @@ type
|
|||
signal: ThreadSignalPtr
|
||||
params: CircomCompatParams
|
||||
|
||||
ProveTaskResult = object
|
||||
AnyProofInputs, AnyProof
|
||||
|
||||
proc proveTask[H](args: ProveTaskArgs, data: ProofInputs[H]): EncodeTaskResult =
|
||||
discard
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ type
|
|||
AnyBuilder* = Poseidon2Builder
|
||||
|
||||
AnyProofInputs* = ProofInputs[Poseidon2Hash]
|
||||
|
||||
Prover* = ref object of RootObj
|
||||
backend: AnyBackend
|
||||
store: BlockStore
|
||||
|
|
Loading…
Reference in New Issue