#data-encoding #ssh #openssh #certificate #key #crypto

no-std ssh-encoding

Pure Rust implementation of SSH data type decoders/encoders as described in RFC4251

4 releases

0.2.0 Aug 11, 2023
0.2.0-pre.0 Jun 20, 2023
0.2.0-pre Mar 30, 2023
0.1.0 Oct 24, 2022
0.0.0 Oct 21, 2022

#2442 in Cryptography

Download history 7353/week @ 2023-12-18 4242/week @ 2023-12-25 4097/week @ 2024-01-01 8745/week @ 2024-01-08 7865/week @ 2024-01-15 8570/week @ 2024-01-22 7091/week @ 2024-01-29 6547/week @ 2024-02-05 7669/week @ 2024-02-12 5844/week @ 2024-02-19 5878/week @ 2024-02-26 8782/week @ 2024-03-04 8065/week @ 2024-03-11 7962/week @ 2024-03-18 7804/week @ 2024-03-25 10472/week @ 2024-04-01

34,885 downloads per month
Used in 62 crates (3 directly)

Apache-2.0 OR MIT

34KB
624 lines

RustCrypto: SSH Encoding

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Documentation

About

Pure Rust implementation of SSH data type decoders/encoders as described in RFC4251.

Minimum Supported Rust Version

This crate requires Rust 1.60 at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~150KB