pub fn zeroizing_bytes_from_slice(data: &[u8]) -> ZeroizingBytesExpand description
Copy bytes into exact-size storage that clears itself on drop.
pub fn zeroizing_bytes_from_slice(data: &[u8]) -> ZeroizingBytesCopy bytes into exact-size storage that clears itself on drop.