Function sp1_lib::utils::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.