mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Reactivate CTL for keccak sponge
This commit is contained in:
parent
d1379ac1e9
commit
524b39e2b3
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user