Expand description
RSA-related trait definitions.
Modulesยง
- encryption ๐
- Encryption-related traits.
- keys ๐
- Traits related to the key components
- padding ๐
- Supported padding schemes.
Traitsยง
- Decryptor
- Decrypt the given message
- Encrypting
Keypair - Encryption keypair with an associated encryption key.
- Padding
Scheme - Padding scheme used for encryption.
- Private
KeyParts - Components of an RSA private key.
- Public
KeyParts - Components of an RSA public key.
- Randomized
Decryptor - Decrypt the given message using provided random source
- Randomized
Encryptor - Encrypt the message using provided random source
- Signature
Scheme - Digital signature scheme.