Crate blake_hash

Source
Expand description

BLAKE, the SHA-3 hash finalist based on the ChaCha cipher

Re-exports§

pub extern crate digest;
pub extern crate simd;

Modules§

u32x4
u64x4

Structs§

Blake224
Blake256
Blake384
Blake512
Compressor256
Compressor512

Traits§

Digest
The Digest trait specifies an interface common for digest functions.