This package implements the hash-based message authentication code (HMAC) algorithm as defined in RFC2104. See also the corresponding Wikipedia article.
Overload of HMAC to be used if H doesn't provide information about its block size.
See Source File std/digest/hmac.d
Boost License 1.0.
This package implements the hash-based message authentication code (HMAC) algorithm as defined in RFC2104. See also the corresponding Wikipedia article.