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