Function dryoc::classic::crypto_box::crypto_box_detached_afternm_inplace   
source · pub fn crypto_box_detached_afternm_inplace(
    ciphertext: &mut [u8],
    mac: &mut Mac,
    nonce: &Nonce,
    key: &Key
)Expand description
In-place variant of crypto_box_detached_afternm.