nim-codex/tests/circuits/fixtures/proof_main.circom

5 lines
235 B
Plaintext
Raw Normal View History

2024-01-25 18:37:57 -06:00
pragma circom 2.0.0;
include "sample_cells.circom";
// SampleAndProven( maxDepth, maxLog2NSlots, blockTreeDepth, nFieldElemsPerCell, nSamples )
component main {public [entropy,dataSetRoot,slotIndex]} = SampleAndProve(32, 8, 5, 67, 5);