add asynccircom backend

This commit is contained in:
Jaremy Creechley 2024-05-17 00:11:52 +03:00
parent 41167c6a74
commit 2af5ed1490
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@ type
signal: ThreadSignalPtr
params: CircomCompatParams
ProveTaskResult = object
AnyProofInputs, AnyProof
proc proveTask[H](args: ProveTaskArgs, data: ProofInputs[H]): EncodeTaskResult =
discard

View File

@ -41,6 +41,7 @@ type
AnyBuilder* = Poseidon2Builder
AnyProofInputs* = ProofInputs[Poseidon2Hash]
Prover* = ref object of RootObj
backend: AnyBackend
store: BlockStore