27 lines
296 B
Plaintext
27 lines
296 B
Plaintext
Description:
|
|
Compute hashed message authentication codes with SHA1.
|
|
|
|
Files:
|
|
lib/hmac.h
|
|
lib/hmac.c
|
|
lib/hmac-sha1.c
|
|
|
|
Depends-on:
|
|
memxor
|
|
crypto/sha1
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += hmac-sha1.c
|
|
|
|
Include:
|
|
"hmac.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|