ssh-key 0.5.0-pre.0

Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4251 and RFC4253 as well as the OpenSSH key formats, certificates (including certificate validation and certificate authority support), and the `authorized_keys` and `known_hosts` file formats. Supports a `no_std` profile for embedded targets.
Documentation

ssh-key

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 19 feature flags, 8 of them enabled by default.

default

ecdsa (default)

fingerprint (default)

rand_core (default)

This feature flag does not enable additional features.

std (default)

sec1 (default)

This feature flag does not enable additional features.

sha2 (default)

This feature flag does not enable additional features.

alloc (default)

signature (default)

This feature flag does not enable additional features.

aes

This feature flag does not enable additional features.

bcrypt-pbkdf

This feature flag does not enable additional features.

ctr

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.

rsa

This feature flag does not enable additional features.

serde

This feature flag does not enable additional features.

subtle

This feature flag does not enable additional features.