[][src]Function libhydrogen::secretbox::encrypt

pub fn encrypt(
    input: &[u8],
    msg_id: u64,
    context: &Context,
    key: &Key
) -> Vec<u8>