Crate cubehash

Crate cubehash 

Source

Re-exports§

pub use cubehash::CubeHashAuto;
pub use cubehash::CubeHashBest;
pub use cubehash::CubeHash256;
pub use cubehash::CubeHash384;
pub use cubehash::CubeHash512;

Modules§

cubehash

Structs§

CubeHash
Generic streaming hasher; monomorphized per backend B.
CubeHashParams

Constants§

BLOCKSIZE
MAXHASHLEN
ROUNDS

Traits§

Backend
Every backend must expose the same surface (monomorphized).