Function pgp::crypto::ecdh::decrypt

source ·
pub fn decrypt(
    priv_key: &ECDHSecretKey,
    mpis: &[Mpi],
    fingerprint: &[u8]
) -> Result<Vec<u8>>
Expand description

ECDH decryption.