use size_of;
use KeccakCols;
use AlignedBorrow;
/// KeccakMemCols is the column layout for the keccak permutation.
///
/// The columns defined in the `slop_keccak_air` crate are embedded here as `keccak`. Other columns
/// are used to track the VM context.
pub const NUM_KECCAK_MEM_COLS: usize = ;