mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-09 22:05:50 +00:00
bbd57ab876
* Add Codex Devnet and Testnet networks (#112) * Add circuit assets for Codex Devnet and Testnet (#112)
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);
|