hmacSha512DigestSize constant

int const hmacSha512DigestSize

Define the size of HMAC-SHA-512 digests, which is 64 bytes (512 bits)

Implementation

static const int hmacSha512DigestSize = 64;