Docs.rs
crabgraph-0.3.3
crabgraph 0.3.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
AriajSarkar
Dependencies
aes-gcm ^0.10.3
normal
aes-kw ^0.2.1
normal
argon2 ^0.5.3
normal
base64 ^0.22.1
normal
blake2 ^0.10.6
normal
optional
blake3 ^1.8.2
normal
optional
bytes ^1.11.0
normal
optional
chacha20poly1305 ^0.10.1
normal
ed25519-dalek ^2.2
normal
getrandom ^0.3.4
normal
hex ^0.4.3
normal
hkdf ^0.12.4
normal
hmac ^0.12.1
normal
pbkdf2 ^0.12.2
normal
pkcs8 ^0.10.2
normal
rand_core ^0.6.4
normal
rsa ^0.9.8
normal
optional
serde ^1.0.228
normal
optional
sha2 ^0.10.9
normal
sha3 ^0.10.8
normal
optional
subtle ^2.6.1
normal
thiserror ^1.0.69
normal
x25519-dalek ^2.0.1
normal
zeroize ^1.8.2
normal
bincode ^1.3.3
dev
criterion ^0.7.0
dev
hex-literal ^1.1.0
dev
proptest ^1.9.0
dev
quickcheck ^1.0.3
dev
serde_bytes ^0.11.19
dev
serde_json ^1.0.145
dev
toml ^0.8.23
dev
getrandom ^0.3.4
normal
Versions
100%
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
Sha512Digest
crabgraph
0.3.3
In crabgraph::
hash
crabgraph
::
hash
Type Alias
Sha512
Digest
Copy item path
Source
pub type Sha512Digest = [
u8
;
64
];
Expand description
SHA-512 digest output (64 bytes).