Function o1vm::keccak::pad_blocks

source ·
pub fn pad_blocks<F: Field>(pad_bytelength: usize) -> [F; 5]
Expand description

This function returns a vector of field elements that represent the 5 padding suffixes. The first one uses at most 12 bytes, and the rest use at most 31 bytes.