#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

#2552 in Cryptography

Download history 8199/week @ 2024-03-14 8312/week @ 2024-03-21 8900/week @ 2024-03-28 9542/week @ 2024-04-04 10605/week @ 2024-04-11 10553/week @ 2024-04-18 9612/week @ 2024-04-25 11635/week @ 2024-05-02 10929/week @ 2024-05-09 12468/week @ 2024-05-16 12465/week @ 2024-05-23 13726/week @ 2024-05-30 11632/week @ 2024-06-06 13853/week @ 2024-06-13 13109/week @ 2024-06-20 11740/week @ 2024-06-27

53,032 downloads per month
Used in 85 crates (4 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