Function dryoc::classic::crypto_box::crypto_box_open_detached_afternm
source · pub fn crypto_box_open_detached_afternm(
message: &mut [u8],
mac: &Mac,
ciphertext: &[u8],
nonce: &Nonce,
key: &Key
) -> Result<(), Error>
Expand description
Precalculation variant of crypto_box_open_easy
.
Compatible with libsodium’s crypto_box_open_detached_afternm
.