Module thrussh_keys::key[][src]

Re-exports

pub use crate::signature::*;

Modules

ed25519

Keys for elliptic curve Ed25519 cryptography.

Structs

Name

Name of a public key algorithm.

Enums

KeyPair

Public key exchange algorithms.

PublicKey

Public key

SignatureHash

The hash function used for hashing buffers.

Constants

ED25519

The name of the Ed25519 algorithm for SSH.

RSA_SHA2_256

The name of the ssh-sha2-256 algorithm for SSH.

RSA_SHA2_512

The name of the ssh-sha2-512 algorithm for SSH.

SSH_RSA

Functions

parse_public_key

Parse a public key from a byte slice.