Function dryoc::classic::crypto_box::crypto_box_detached_afternm[][src]

pub fn crypto_box_detached_afternm(
    ciphertext: &mut [u8],
    mac: &mut Mac,
    message: &[u8],
    nonce: &Nonce,
    key: &Key
)
Expand description

Precalculation variant of crypto_box_easy.

Compatible with libsodium’s crypto_box_detached_afternm.