docbase: fix info filename; don't remove doc/updated-stamp
[gnulib.git] / modules / crypto / des
1 Description:
2 DES block cipher.
3
4 Files:
5 lib/des.c
6 lib/des.h
7
8 Depends-on:
9 stdint
10 stdbool
11 memcmp
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += des.c
17
18 Include:
19 "des.h"
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Simon Josefsson