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