Function pgp::verify

source ·
pub async fn verify(
    pkey: SignedPublicKey,
    signature: StandaloneSignature,
    signed_bytes: Vec<u8>
) -> Result<()>
Expand description

Verifies given standalone signature using the given public key.