Function dryoc::classic::crypto_box::crypto_box_open_detached_afternm_inplace   
source · 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.