Module blake2b

Module blake2b 

Source
Expand description

A Blake2b HashSuite.

Structs§

Blake2bCpuImpl
Implementation of blake2b using CPU.
Blake2bHashSuite
Blake2b HashSuite. We are using a generic hasher to allow different implementations.
Blake2bRng
Blake2b-based random number generator.

Traits§

Blake2b
Hash function trait.

Type Aliases§

Blake2bCpuHashSuite
Type alias for Blake2b HashSuite using CPU.