1Description:
2Password-Based Key Derivation Function according to PKCS#5/RFC2898 with HMAC-SHA1
3
4Status:
5deprecated
6
7Notice:
8This module is deprecated. Use the module 'gc-pbkdf2' instead.
9
10Files:
11lib/gc-pbkdf2-sha1.c
12
13Depends-on:
14crypto/gc-pbkdf2
15crypto/gc-hmac-sha1
16
17configure.ac:
18
19Makefile.am:
20lib_SOURCES += gc-pbkdf2-sha1.c
21
22Include:
23"gc.h"
24
25License:
26LGPLv2+
27
28Maintainer:
29Simon Josefsson
30