Reactivate CTL for keccak sponge

This commit is contained in:
Robin Salen 2023-03-31 13:38:38 -04:00
parent d1379ac1e9
commit 524b39e2b3
No known key found for this signature in database
GPG Key ID: FB87BACFB3CB2007

View File

@ -91,7 +91,6 @@ impl Table {
pub(crate) fn all_cross_table_lookups<F: Field>() -> Vec<CrossTableLookup<F>> {
let mut ctls = vec![ctl_keccak_sponge(), ctl_keccak(), ctl_logic(), ctl_memory()];
// TODO: Some CTLs temporarily disabled while we get them working.
disable_ctl(&mut ctls[0]);
disable_ctl(&mut ctls[3]);
ctls
}