Docs.rs
ssh-packet-0.11.0
ssh-packet 0.11.0
Docs.rs crate page
GPL-3.0
23 July 2026
Links
Repository
crates.io
Source
Owners
lowlevl
Dependencies
binrw ^0.15.0
normal
digest ^0.11.3
normal
optional
futures ^0.3.31
normal
optional
signature ^2.2.0
normal
optional
zeroize ^1.8.2
normal
optional
async-std ^1.13.2
dev
rstest ^0.26.1
dev
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module kex
ssh_
packet
0.11.0
Module kex
Module Items
Structs
In crate ssh_
packet
ssh_packet
Module
kex
Copy item path
Source
Expand description
Facilities to produce some of the
exchange hashes
.
Structs
§
Ecdh
The exchange hash for ECDH, computed as the hash of the concatenation of the following.
Lengthed
An helper to prefix a serializable value with it’s
size
.