pub fn encode_for_domain<F: PrimeField>(
domain_size: usize,
bytes: &[u8],
) -> Vec<Vec<F>>
Expand description
Same as encode_as_field_elements, but the returned vector is divided in
chunks of domain_size
(except for the last chunk if its size is smaller)