Function sp1_core::utils::words_to_bytes_le

source ยท
pub fn words_to_bytes_le<const B: usize>(words: &[u32]) -> [u8; B]
Expand description

Converts a slice of words to a slice of bytes in little endian.