7 lines
379 B
Bash
Raw Normal View History

2024-11-14 10:31:32 +01:00
#!/bin/bash
export MAX_DEPTH=32 # maximum depth of the slot tree
export MAX_LOG2_N_SLOTS=8 # Depth of the dataset tree = ceiling_log2(max_slots)
export BLOCK_TREE_DEPTH=5 # depth of the mini tree (block tree)
export N_FIELD_ELEMS_PER_CELL=272 # number of field elements per cell
2025-03-10 14:49:13 +01:00
export N_SAMPLES=100 # number of samples to prove