This commit is contained in:
Dmitriy Ryajov 2024-02-14 12:29:33 -06:00
parent 65a1f19626
commit a001b69633
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -1,4 +0,0 @@
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);