crypto_evp_hmac( digestname, key, buffer var, digest var )
Returns 1 on success or 0 if an invalid or unsupported "digestname" is specified.
- digestname = an OpenSSL digest identifier, such as "sha256" or "md5".
- buffer = The data that will be process.
- digest = The result of the HMAC function.
|