Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Supported HMAC algorthms for signing:

SH_MD2 - 128 bit (RFC 1319)

SH_MD4 - 128 bit (RFC 1320)

SH_MD5 - 128 bit (RFC 1321)

SH_SHA1 - 160 bit (RFC 3174)

SH_SHA224 - 224 bit (FIPS PUB 180-2 http://csrc.nist.gov/encryption/tkhash.html)

SH_SHA256 - 256 bit (FIPS PUB 180-2 http://csrc.nist.gov/encryption/tkhash.html)

SH_SHA384 - 384 bit (FIPS PUB 180-2 http://csrc.nist.gov/encryption/tkhash.html)

SH_SHA512 - 512 bit (FIPS PUB 180-2 http://csrc.nist.gov/encryption/tkhash.html)

SH_RIPEMD160 - 160 bit

Enumerator
SH_MD2 
SH_MD4 
SH_MD5 
SH_SHA1 
SH_SHA224 
SH_SHA256 
SH_SHA384 
SH_SHA512 
SH_RIPEMD160 
SH_MAX 

Definition at line 45 of file p6sign.h.