universal_hash

Function to_blocks

Source
pub(crate) fn to_blocks<T, N: ArrayLength<T>>(
    data: &[T],
) -> (&[GenericArray<T, N>], &[T])
Expand description

Split message into slice of blocks and leftover tail.