BLAKE2.blockSize

Digest size in bits

struct BLAKE2(BLAKE2Variant var, uint digestSize)
@safe @nogc nothrow pure
enum blockSize = digestSize;

Meta