Function universal_hash::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.
pub(crate) fn to_blocks<T, N: ArrayLength<T>>(
data: &[T],
) -> (&[GenericArray<T, N>], &[T])
Split message into slice of blocks and leftover tail.