Equate

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > THMACManaged class >

Equate

Previous pageReturn to chapter overviewNext page

HMACMethodEnum               EQUATE(LONG)

HMACMethod::SHA1             EQUATE(1) !HMACSHA1 accepts keys of any size, and produces a hash sequence that is 160 bits in length (20 bytes).

HMACMethod::SHA256           EQUATE(2) !HMACSHA256 accepts keys of any size, and produces a hash sequence 256 bits in length (32 bytes).

HMACMethod::SHA384           EQUATE(3) !HMACSHA384 accepts all key sizes and produces a hash sequence that is 384 bits long (48 bytes).

HMACMethod::SHA512           EQUATE(4) !HMACSHA512 accepts keys of any size, and produces a hash sequence of length 512 bits (64 bytes).

HMACMethod::MD5               EQUATE(5) !HMACMD5 accepts keys of any size, and produces a hash sequence that is 128 bits in length (16 bytes).

HMACMethod::RIPEMD160         EQUATE(6) !The RIPEMD-160 hash algorithm produces a 160-bit hash value (20 bytes). The algorithm's designers have placed it in the public domain.