mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-02-21 22:13:10 +00:00
circuit: fix comment
This commit is contained in:
parent
3bc1000045
commit
6d4abb8215
@ -104,7 +104,7 @@ log("top root check = ", mtop.recRoot == dataSetRoot);
|
||||
lg.inp <== nCellsPerSlot;
|
||||
lg.out ==> log2N;
|
||||
|
||||
// NOTE: in general we need the for Merkle prover the binary decomposition
|
||||
// NOTE: in general we need for the Merkle prover the binary decomposition
|
||||
// of `nLeaves - 1`. But currently this is in fact a power of two, so we
|
||||
// can reuse the binary mask for this. Later we may change this?
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user