Docs.rs
blake2-0.10.6
blake2 0.10.6
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
newpavlov
github:rustcrypto:hashes
Dependencies
digest ^0.10.3
normal
digest ^0.10.3
dev
hex-literal ^0.2.2
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
x86_64-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Blake2s
In blake2
?
Type Definition
blake2
::
Blake2s
source
·
[
−
]
pub type Blake2s<OutSize> =
CoreWrapper
<
Blake2sCore
<OutSize>>;
Expand description
BLAKE2s generic over output size.