5 lines
235 B
Plaintext
5 lines
235 B
Plaintext
|
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);
|