mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-06 16:05:41 +00:00
* rework backend to instantiate key at initialization * add groth16 convertes for solidity * prover taks num samples on construction * add zkey file * rework helpers * rename types * update tests * reworked test helpers * rename types * rework test * test all slots artifacts * bump to latest version
8 lines
174 B
Nim
8 lines
174 B
Nim
import ./slots/testslotbuilder
|
|
import ./slots/testsampler
|
|
import ./slots/testconverters
|
|
import ./slots/testbackends
|
|
import ./slots/testprover
|
|
|
|
{.warning[UnusedImport]: off.}
|