summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-pbkdf2-sha1
blob: 576078de6695bb49ef735da260fdf6205fcaa887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Password-Based Key Derivation Function according to PKCS#5/RFC2898 with HMAC-SHA1

Status:
deprecated

Notice:
This module is deprecated. Use the module 'gc-pbkdf2' instead.

Files:
lib/gc-pbkdf2-sha1.c

Depends-on:
crypto/gc-pbkdf2
crypto/gc-hmac-sha1

configure.ac:

Makefile.am:
lib_SOURCES += gc-pbkdf2-sha1.c

Include:
"gc.h"

License:
LGPLv2+

Maintainer:
Simon Josefsson