Skip to content

Commit f91fa86

Browse files
committed
chores: fix comment
1 parent 8edd0cc commit f91fa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpcs/src/basefold/structure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ where
8989
circuit_codeword_index: BTreeMap<usize, usize>,
9090
) -> Self {
9191
let mmcs = poseidon2_merkle_tree::<E>();
92-
// size = height * 2 because we concat pi[left]/pi[right] under same row index
92+
// size = height * 2 because we split codeword leafs into left/right, concat and commit under same row index
9393
let log2_max_codeword_size = log2_strict_usize(
9494
mmcs.get_matrices(&codeword)
9595
.iter()

0 commit comments

Comments
 (0)