Skip to main content

words_from_u64

Function words_from_u64 

Source
pub fn words_from_u64(raw: u64, byte_big: bool, word_big: bool, out: &mut [u16])
Expand description

Split a raw big-endian integer into out registers (inverse of assemble_u64); out.len() defines the width.