posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / crypto / gc-pbkdf2-sha1
blob576078de6695bb49ef735da260fdf6205fcaa887
1 Description:
2 Password-Based Key Derivation Function according to PKCS#5/RFC2898 with HMAC-SHA1
4 Status:
5 deprecated
7 Notice:
8 This module is deprecated. Use the module 'gc-pbkdf2' instead.
10 Files:
11 lib/gc-pbkdf2-sha1.c
13 Depends-on:
14 crypto/gc-pbkdf2
15 crypto/gc-hmac-sha1
17 configure.ac:
19 Makefile.am:
20 lib_SOURCES += gc-pbkdf2-sha1.c
22 Include:
23 "gc.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 Simon Josefsson