1Description:
2Password-Based Key Derivation Function according to PKCS#5/RFC2898
3
4Files:
5lib/gc-pbkdf2-sha1.c
6
7Depends-on:
8crypto/gc
9crypto/gc-hmac-sha1
10
11configure.ac:
12
13Makefile.am:
14lib_SOURCES += gc-pbkdf2-sha1.c
15
16Include:
17"gc.h"
18
19License:
20LGPLv2+
21
22Maintainer:
23Simon Josefsson
24