Use this tag for questions related to Apple's CCHMac HMAC algorithm interfaces.
CCHMac
provides interfaces for following HMAC algorithms:
kCCHmacAlgSHA1 - HMAC with SHA1 digest
kCCHmacAlgMD5 - HMAC with MD5 digest
kCCHmacAlgSHA256 - HMAC with SHA256 digest
kCCHmacAlgSHA384 - HMAC with SHA384 digest
kCCHmacAlgSHA224 - HMAC with SHA224 digest
kCCHmacAlgSHA512 - HMAC with SHA512 digest