ssh-key 0.5.0

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 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 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.