mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 21:43:11 +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.}
|