Module rsa

Module rsa 

Source
Expand description

RSA signing and verification

Enums§

PrivateKey
RSA private key source
PrivateKeyBytes
Binary form of a raw RSA key
PublicKey
A public key source for RSA
PublicKeyBytes
Binary form of a raw RSA public key

Functions§

sign
Sign
sign_base64
Sign and return a base64 encoded signature
verify
Verify
verify_base64
Verify where the signature is base64 encoded