std.digest.hmac

This package implements the hash-based message authentication code (HMAC) algorithm as defined in RFC2104. See also the corresponding Wikipedia article.

Members

Structs

HMAC
struct HMAC(H, size_t hashBlockSize)
hmac
template hmac(H)
template hmac(H, size_t blockSize)

Overload of HMAC to be used if H doesn't provide information about its block size.

Templates

Meta

Suggestion Box / Bug Report