Docs.rs
cyphernet-0.3.0
cyphernet 0.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cloudhead
dr-orlovsky
Dependencies
cypheraddr ^0.2.0
normal
cyphergraphy ^0.2.0
normal
eidolon-auth ^0.2.0
normal
noise-framework ^0.3.0
normal
socks5-client ^0.2.0
normal
Versions
25%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
KeyedDigest
Required Associated Types
Key
Required Methods
with_key
Implementors
In cyphernet
?
Trait
cyphernet
::
KeyedDigest
source
·
[
−
]
pub trait KeyedDigest:
Digest
{ type
Key
; // Required method fn
with_key
(key: Self::
Key
) -> Self; }
Required Associated Types
§
source
type
Key
Required Methods
§
source
fn
with_key
(key: Self::
Key
) -> Self
Implementors
§