mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 16:48:23 +00:00
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…
x
Reference in New Issue
Block a user