mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 12:35:51 +00:00
9e13d2251a
* 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.}
|