fix comment

This commit is contained in:
M Alghazwi 2025-07-03 09:23:53 +02:00
parent 659d0bd145
commit fa0bc48855
No known key found for this signature in database
GPG Key ID: 646E567CAD7DB607

View File

@ -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());
for k in 0..max_depth {
let diff = builder.sub(mask_bit_corrected[k].target, mask_bit_corrected[k+1].target);