Expand description
Public key cryptography.
Modules§
- ec
- Elliptic Curve-based cryptographic algorithms over NIST P curves.
- ed25519
- The Ed25519 signature algorithm.
- rsa
- The RSA public-key cryptosystem.
Traits§
- DerPrivate
Key - A private key which can be encoded as a DER object.
- DerPublic
Key - A public key which can be encoded as a DER object.
- Private
Key - The private component of a public/private key pair.
- Public
Key - The public component of a public/private key pair.
- Signature
- A cryptographic signature generated by a private key.