mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
26 lines
249 B
Plaintext
26 lines
249 B
Plaintext
Description:
|
|
Compute hashed message authentication codes with SHA1.
|
|
|
|
Files:
|
|
lib/hmac.h
|
|
lib/hmac-sha1.c
|
|
m4/hmac-sha1.m4
|
|
|
|
Depends-on:
|
|
memxor
|
|
sha1
|
|
|
|
configure.ac:
|
|
gl_HMAC_SHA1
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"hmac.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|