Re-exports§
pub use cubehash::CubeHashAuto;pub use cubehash::CubeHashBest;pub use cubehash::CubeHash256;pub use cubehash::CubeHash384;pub use cubehash::CubeHash512;
Modules§
Structs§
- Cube
Hash - Generic streaming hasher; monomorphized per backend
B. - Cube
Hash Params - 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).