mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/gc-pbkdf2-sha1.m4: Remove file. * modules/crypto/gc-pbkdf2-sha1 (Files): Remove it. (configure.ac): Remove gl_GC_PBKDF2_SHA1 call. (Makefile.am): Augment lib_SOURCES.
24 lines
277 B
Plaintext
24 lines
277 B
Plaintext
Description:
|
|
Password-Based Key Derivation Function according to PKCS#5/RFC2898
|
|
|
|
Files:
|
|
lib/gc-pbkdf2-sha1.c
|
|
|
|
Depends-on:
|
|
crypto/gc
|
|
crypto/gc-hmac-sha1
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gc-pbkdf2-sha1.c
|
|
|
|
Include:
|
|
"gc.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|