Function encrypt

Source
pub fn encrypt(
    shared_secret: &SharedSecret,
    plaintext: &[u8],
) -> Res<EncryptedData>