[][src]Function tox_crypto::seal_precomputed

pub fn seal_precomputed(
    m: &[u8],
    n: &Nonce,
    k: &PrecomputedKey
) -> Vec<u8, Global>

seal_precomputed() encrypts and authenticates a message m using a precomputed key k, and a nonce n. It returns a ciphertext c.