HMAC.this
this
(Hash hash, const(ubyte)[] key)Constructs a new HMAC instance.
Parameters
hash | The hash algorithm to use. This instance will be used exclusively by HMAC. |
key | The secret key. |
(Hash hash, const(ubyte)[] key)Constructs a new HMAC instance.
hash | The hash algorithm to use. This instance will be used exclusively by HMAC. |
key | The secret key. |