std::hash::hmac {HashAlg, HASH_BYTES, BLOCK_BYTES}

Hmac

struct Hmac
{
	HashAlg a, b;
}

Members

Methods