SHA256_CBLOCK

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

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

Meta