Docs.rs
nomad-protocol-0.2.0
nomad-protocol 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DanEscher98
Dependencies
blake2 ^0.10
normal
optional
chacha20poly1305 ^0.10
normal
optional
hkdf ^0.12
normal
optional
rand ^0.8
normal
optional
sha2 ^0.10
normal
optional
snow ^0.9
normal
optional
thiserror ^2
normal
tokio ^1
normal
optional
x25519-dalek ^2
normal
optional
zeroize ^1
normal
optional
zstd ^0.13
normal
optional
hex ^0.4
dev
tokio ^1
dev
Versions
100%
of the crate is documented
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
SESSION_KEY_SIZE
nomad_
protocol
0.2.0
In nomad_
protocol::
crypto
nomad_protocol
::
crypto
Constant
SESSION_
KEY_
SIZE
Copy item path
Source
pub const SESSION_KEY_SIZE:
usize
= 32;
Available on
crate feature
crypto
only.
Expand description
Size of the session key (32 bytes for XChaCha20)