nim-codex/tests/codex/testslots.nim
Dmitriy Ryajov 9e13d2251a
Prover works with zkey (#711)
* 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
2024-02-19 18:58:39 +00:00

8 lines
174 B
Nim

import ./slots/testslotbuilder
import ./slots/testsampler
import ./slots/testconverters
import ./slots/testbackends
import ./slots/testprover
{.warning[UnusedImport]: off.}