sp1_lib::utils

Function bytes_to_words_le

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

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