arsd.hmac

Implementation of the HMAC algorithm. Do not use on new things because std.digest.hmac now exists in Phobos.

Members

Functions

hmac
auto hmac(void[] keyv, void[] messagev)
Suggestion Box / Bug Report