Function sp1_lib::utils::bytes_to_words_le

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

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