words_to_bytes_le

Function words_to_bytes_le 

Source
pub fn words_to_bytes_le(words: &[u32]) -> Vec<u8> 
Expand description

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