KECCAK.blockSize

Digest size in bits.

struct KECCAK(uint digestSize, uint shake = 0)
@safe @nogc nothrow pure
enum blockSize = (1600 - digestSize * 2);

Meta