Function sodalite::secretbox_open [] [src]

pub fn secretbox_open(m: &mut [u8], c: &[u8], n: &SecretboxNonce, k: &SecretboxKey) -> Result<()()>