Module blake2_c::blake2b [] [src]

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.