log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / crypto / hmac-sha256
blob8bd47e8fe9d8684543064f74ff9ec1067fcc8e9e
1 Description:
2 Compute hashed message authentication codes with SHA256.
4 Files:
5 lib/hmac.h
6 lib/hmac.c
7 lib/hmac-sha256.c
9 Depends-on:
10 memxor
11 crypto/sha256
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += hmac-sha256.c
18 Include:
19 "hmac.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 Simon Josefsson