This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-codex
mirror of
https://github.com/codex-storage/nim-codex.git
Watch
1
Star
0
Fork
You've already forked nim-codex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
45e760a7a3
nim-codex
/
codex
/
slots
/
proofs
/
backends.nim
5 lines
97 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 21:40:30 +00:00
import
.
/
backends
/
circomcompat
add asynccircom backend
2024-05-16 18:41:24 +00:00
import
.
/
backends
/
asynccircoms
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 21:40:30 +00:00
add asynccircom backend
2024-05-16 18:41:24 +00:00
export
circomcompat
,
asynccircoms