[][src]Function ssb_crypto::utils::memzero

pub fn memzero(x: &mut [u8])

memzero() tries to effectively zero out the data in x even if optimizations are being applied to the code.