[go: up one dir, main page]

to_u32

Function to_u32 

Source
pub fn to_u32<const N: usize>(src: &[u8]) -> [u32; N]
Expand description

Helper function for transforming BelT keys and blocks from a byte array to an array of u32s.

ยงPanics

If length of src is not equal to 4 * N.