Docs.rs
radicle-crypto-0.15.0
radicle-crypto 0.15.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cloudhead
FintanH
lorenzleutgeb
Dependencies
amplify ^4.0.0
normal
cyphernet ^0.5.2
normal
optional
ec25519 ^0.1.0
normal
fastrand ^2.0.0
normal
optional
git-ref-format-core ^0.6.0
normal
optional
multibase ^0.9.1
normal
qcheck ^1
normal
optional
radicle-ssh ^0.10
normal
optional
schemars ^1.0.4
normal
optional
serde ^1.0
normal
signature ^2.2
normal
sqlite ^0.32.0
normal
optional
ssh-key ^0.6.3
normal
optional
thiserror ^2
normal
zeroize ^1.5.7
normal
fastrand ^2.0.0
dev
qcheck ^1
dev
qcheck-macros ^1
dev
tempfile ^3.3.0
dev
Versions
54.17%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
SharedSecret
radicle_
crypto
0.15.0
radicle_crypto
Type Alias
Shared
Secret
Copy item path
Source
pub type SharedSecret = [
u8
;
32
];
Expand description
Output of a Diffie-Hellman key exchange.