mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-03 14:03:06 +00:00
11 lines
186 B
Haskell
11 lines
186 B
Haskell
|
|
|
||
|
|
module Main where
|
||
|
|
|
||
|
|
import Slot
|
||
|
|
import Sampling
|
||
|
|
|
||
|
|
main :: IO ()
|
||
|
|
main = do
|
||
|
|
let slotCfg = exSlotCfg
|
||
|
|
circomMainComponentV1 "slot_main.circom" slotCfg
|
||
|
|
samplingTest "input_example.json"
|