Hash :
7c69c587
Author :
Date :
2020-02-23T13:27:35
crypto/hmac-*: Use 'restrict'. * lib/hmac.h (hmac_md5, hmac_sha1, hmac_sha256, hmac_sha512): Use 'restrict'. * modules/crypto/hmac-md5 (configure.ac): Require AC_C_RESTRICT. * modules/crypto/hmac-sha1 (configure.ac): Likewise. * modules/crypto/hmac-sha256 (configure.ac): Likewise. * modules/crypto/hmac-sha512 (configure.ac): Likewise.
Description:
Compute hashed message authentication codes with SHA256.
Files:
lib/hmac.h
lib/hmac.c
lib/hmac-sha256.c
Depends-on:
memxor
crypto/sha256
configure.ac:
AC_REQUIRE([AC_C_RESTRICT])
Makefile.am:
lib_SOURCES += hmac-sha256.c
Include:
"hmac.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson