Module thrussh_keys::key

source ·

Re-exports

pub use signature::*;

Modules

Keys for elliptic curve Ed25519 cryptography.

Structs

Name of a public key algorithm.
A public key from OpenSSL.

Enums

Public key exchange algorithms.
Public key
The hash function used for hashing buffers.

Constants

The name of the Ed25519 algorithm for SSH.
The generic name of RSA algorithms.
The name of the ssh-sha2-256 algorithm for SSH.
The name of the ssh-sha2-512 algorithm for SSH.

Traits

Named algorithms.

Functions

Parse a public key from a byte slice.