Module blake2_c::blake2s[][src]

The less common version of BLAKE2, optimized for smaller 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.