mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 16:48:23 +00:00
make more egonomic
This commit is contained in:
parent
9f1ec4b02f
commit
f20218d92a
@ -19,6 +19,8 @@ import ../../../stores
|
||||
import ../../types
|
||||
import ../../../merkletree
|
||||
|
||||
import pkg/constantine/math/arithmetic
|
||||
|
||||
export circomcompat
|
||||
|
||||
type
|
||||
@ -135,7 +137,7 @@ proc prove*(
|
||||
cfg: self.backendCfg,
|
||||
backend: backend)
|
||||
|
||||
proc verify*(proof: CircomProof): ?!bool =
|
||||
proc verify*(self: CircomCompat, proof: CircomProof): ?!bool =
|
||||
## Verify a proof using a backend
|
||||
##
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user