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
Parameters controlling the CubeHash instance.

Constants§

BLOCKSIZE
Size of a single message block absorbed per step, in bytes.
MAXHASHLEN
Maximum digest size in bits supported by this implementation.
ROUNDS
Number of rounds per absorb/finalization group.

Traits§

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