ssh-key 0.3.0

Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4253 and RFC4716 as well as the OpenSSH key formats and `authorized_keys`. Supports "heapless" `no_std` embedded targets with an optional `alloc` feature.
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 7 feature flags, 6 of them enabled by default.

default

ecdsa (default)

fingerprint (default)

std (default)

sec1 (default)

This feature flag does not enable additional features.

sha2 (default)

This feature flag does not enable additional features.

alloc (default)

subtle

This feature flag does not enable additional features.