[][src]Function rcmixed::encrypt_public_key::decrypt

pub fn decrypt<P: PublicKeyAlgorithm, S: SymmetricAlgorithm, H: HashAlgorithm, I: SignatureAlgorithm>(
    data: Vec<u8>,
    sender_vk: &I::VerifyKey,
    self_sk: &P::SecretKey
) -> Result<Vec<u8>, ()>