Arnaud 2dddc26015
chore: status L2 Linea test deployment (#226)
* Statis L2 Linea test deployment

* Fix config when private key is empty

* Remove circuit files
2025-06-20 08:14:39 +02:00

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);