secured.mac

Undocumented in source.

Members

Functions

hmac
ubyte[] hmac(ubyte[] key, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
hmac_ex
ubyte[] hmac_ex(ubyte[] key, ubyte[] data, HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.
hmac_verify
bool hmac_verify(ubyte[] test, ubyte[] key, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
hmac_verify_ex
bool hmac_verify_ex(ubyte[] test, ubyte[] key, ubyte[] data, HashAlgorithm func)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta