HMAC.initialize
void initialize(const(ubyte)[] key)Initializes (or re-initializes) the HMAC with the given secret key.
Parameters
key | The secret key bytes. HMAC accepts keys of any length. |
void initialize(const(ubyte)[] key)Initializes (or re-initializes) the HMAC with the given secret key.
key | The secret key bytes. HMAC accepts keys of any length. |