pub fn bytes_to_words_le(bytes: &[u8]) -> Vec<u32>
Converts a byte array in little endian to a slice of words.