Module public

Source
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§

DerPrivateKey
A private key which can be encoded as a DER object.
DerPublicKey
A public key which can be encoded as a DER object.
PrivateKey
The private component of a public/private key pair.
PublicKey
The public component of a public/private key pair.
Signature
A cryptographic signature generated by a private key.