SHA_CBLOCK

SHA treats input data as a contiguous array of 32 bit wide big-endian values.

extern (C) nothrow @nogc
enum SHA_CBLOCK = .SHA_LBLOCK * 4;

Meta