dcrypt.crypto.macs.hmac

Undocumented in source.

Public Imports

dcrypt.crypto.macs.mac
public import dcrypt.crypto.macs.mac;

Members

Functions

testHMac
void testHMac(string[] hexKeys, string[] hexData, string[] hexHashes)

Tests Digest d with given input data and reference hashes.

Structs

HMac
struct HMac(D, uint blockSize = D.blockSize)
Undocumented in source.

Meta