mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Sanity check
This commit is contained in:
parent
29f750ed51
commit
b9265ccf0e
@ -585,6 +585,7 @@ pub(crate) fn verify_cross_table_lookups<
|
||||
);
|
||||
}
|
||||
}
|
||||
debug_assert!(ctl_zs_openings.iter_mut().all(|iter| iter.next().is_none()));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
@ -646,4 +647,5 @@ pub(crate) fn verify_cross_table_lookups_circuit<
|
||||
}
|
||||
}
|
||||
}
|
||||
debug_assert!(ctl_zs_openings.iter_mut().all(|iter| iter.next().is_none()));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user