Function pgp::encrypt

source ·
pub async fn encrypt(
    pkeys: Vec<SignedPublicKey>,
    plain_bytes: Vec<u8>
) -> Result<Vec<u8>>
Expand description

Encrypts given bytes using the given list of public keys.