Module blake2b

Source
Expand description

The more common version of BLAKE2, optimized for 64-bit processors.

Structs§

Builder
A builder for State that lets you set all the various BLAKE2 parameters.
State
Computes a BLAKE2 hash incrementally.

Constants§

BLOCKBYTES
The size of an input block, mostly an implementation detail.
KEYBYTES
The maximum secret key length.
OUTBYTES
The maximum digest length.
PERSONALBYTES
The maximum personalization length.
SALTBYTES
The maximum salt length.