SHA512_CBLOCK

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

version(!OPENSSL_NO_SHA512)
extern (C) nothrow @nogc
enum SHA512_CBLOCK = .SHA_LBLOCK * 8;

Meta