Function sodalite::crypto_secretbox_open [] [src]

pub fn crypto_secretbox_open(m: &mut [u8], c: &[u8], n: &[u8; 24], k: &[u8; 32]) -> Result<()()>