Skip to main content

bytes16

Function bytes16 

Source
pub fn bytes16(data: &[u8], off: usize) -> [u8; 16]
Expand description

Copies a fixed 16-byte array (a UUID / key half) at off, zero-filled if the range is out of bounds.