Module osshkeys::keys[][src]

Expand description

Representing different types of public/private keys

Modules

DSA key type

EcDSA key type

Ed25519 key type

RSA key type

Structs

General key pair type

General public key type

Enums

An enum representing the hash function used to generate fingerprint

An enum representing the type of key being stored

Traits

The basic trait of a key

A trait for operations of a private key

A trait for operations of a public key