Docs.rs
blake2-rfc-0.2.18
blake2-rfc 0.2.18
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cesarb
Dependencies
arrayvec ^0.4.6
normal
clippy ^0.0.41
normal
optional
constant_time_eq ^0.1.0
normal
data-encoding ^2.0.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
blake2_
rfc
0.2.18
All Items
Crate Items
Modules
Functions
Crate
blake2_rfc
Copy item path
Source
Expand description
A pure Rust implementation of BLAKE2 based on RFC 7693.
Modules
§
blake2b
The BLAKE2b hash function.
blake2s
The BLAKE2s hash function.
Functions
§
selftest
Runs the self-test for both BLAKE2b and BLAKE2s.