Skip to main content

zeroizing_bytes_from_slice

Function zeroizing_bytes_from_slice 

Source
pub fn zeroizing_bytes_from_slice(data: &[u8]) -> ZeroizingBytes
Expand description

Copy bytes into exact-size storage that clears itself on drop.