Module osshkeys::keys::rsa[][src]

Expand description

RSA key type

Structs

Represent the RSA key pair

Represent the RSA public key

Enums

An enum determining the hash function which used to sign or verify

Constants

The default name of RSA key returned by Key::keyname()

The sha2-256 algorithm name of RSA key returned by Key::keyname()

The sha2-512 algorithm name of RSA key returned by Key::keyname()