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