pub fn crypto_box_open_detached_afternm_inplace(
    data: &mut [u8],
    mac: &Mac,
    nonce: &Nonce,
    key: &Key
) -> Result<(), Error>
Expand description

In-place variant of crypto_box_open_detached_afternm.