int hmac_sha1_160(const char *, size_t, const char *, size_t, unsigned char *)
Message Authentication Code based on SHA1-160 hash algorithm.
int hmac_sha2_256(const char *, size_t, const char *, size_t, unsigned char *)
Message Authentication Code based on SHA2-256 hash algorithm.