hmac_sha256 top-level constant

HMAC<BlockHashBase<BlockHashSink>> const hmac_sha256

The HMAC/SHA-256 algorithm

Implementation

// ignore: constant_identifier_names
const hmac_sha256 = HMAC(sha256);