mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-03 22:33:08 +00:00
fix comment
This commit is contained in:
parent
659d0bd145
commit
fa0bc48855
@ -170,7 +170,7 @@ impl<
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// select the right layer using the mask bits
|
// select the right layer using the corrected mask bits
|
||||||
let mut reconstructed_root = HashOutTarget::from_vec([zero;4].to_vec());
|
let mut reconstructed_root = HashOutTarget::from_vec([zero;4].to_vec());
|
||||||
for k in 0..max_depth {
|
for k in 0..max_depth {
|
||||||
let diff = builder.sub(mask_bit_corrected[k].target, mask_bit_corrected[k+1].target);
|
let diff = builder.sub(mask_bit_corrected[k].target, mask_bit_corrected[k+1].target);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user