ssh-key 0.5.1

Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and certificates (including certificate validation and certificate authority support), with further support for the `authorized_keys` and `known_hosts` file formats.
Documentation

ssh-key

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 21 feature flags, 4 of them enabled by default.

default

ecdsa (default)

rand_core (default)

This feature flag does not enable additional features.

std (default)

alloc (default)

aes

This feature flag does not enable additional features.

bcrypt-pbkdf

This feature flag does not enable additional features.

bigint

This feature flag does not enable additional features.

ctr

This feature flag does not enable additional features.

dsa

This feature flag does not enable additional features.

ed25519

ed25519-dalek

This feature flag does not enable additional features.

encryption

getrandom

p256

This feature flag does not enable additional features.

p384

This feature flag does not enable additional features.

rsa

This feature flag does not enable additional features.

sec1

This feature flag does not enable additional features.

serde

This feature flag does not enable additional features.

sha1

This feature flag does not enable additional features.

signature

This feature flag does not enable additional features.

subtle

This feature flag does not enable additional features.