Module thrussh::key [] [src]

Key generation and use.

Structs

Name

Name of a public key algorithm.

RSAPublicKey

An RSA public key + hash function.

Enums

Algorithm

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.

Functions

parse_public_key

Parse a public key from a byte slice.