[][src]Module pgp::crypto::rsa

Functions

decrypt

RSA decryption using PKCS1v15 padding.

encrypt

RSA encryption using PKCS1v15 padding.

generate_key

Generate an RSA KeyPair.

sign

Sign using RSA, with PKCS1v15 padding.

verify

Verify a RSA, PKCS1v15 padded signature.