Function sp1_core::utils::bytes_to_words_le

source ยท
pub fn bytes_to_words_le<const W: usize>(bytes: &[u8]) -> [u32; W]
Expand description

Converts a byte array in little endian to a slice of words.