This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-dagger
Watch
2
Star
0
Fork
0
You've already forked nim-dagger
mirror of
https://github.com/status-im/nim-dagger.git
synced
2025-03-01 06:40:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nim-dagger
/
codex
/
slots
/
proofs
/
backends.nim
7 lines
87 B
Nim
Raw
Normal View
History
Unescape
Escape
wire in circom backend (#698) * wire in circom backend * should contain leafs * adding circom compad and circuits deps * update windows build * fix windows build * improve test names * move proving defaults to codextypes * remove unnedded inmports and move defaults to codextypes * capture error code on backend failure
2024-02-09 15:40:30 -06:00
import
.
/
backends
/
circomcompat
export
circomcompat
Extracts backend initialization to backend-factory
2024-03-01 14:02:57 +01:00
type
AnyBackend
*
=
CircomCompat
Reference in New Issue
Copy Permalink