summaryrefslogtreecommitdiff
path: root/modules/crypto/des
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-04-01 08:38:41 +0000
committerSimon Josefsson <simon@josefsson.org>2007-04-01 08:38:41 +0000
commit0527d3651d8b32bc93e0250d9181b9d74ab5f5b2 (patch)
treea7b44a0b5b38041b961d824953cd25bc483a64b1 /modules/crypto/des
parenta03613b6836443ac6ac2fa8b2037a1b6644dcc4c (diff)
downloadgnulib-0527d3651d8b32bc93e0250d9181b9d74ab5f5b2.tar.gz
Move crypto modules to crypto/.
Diffstat (limited to 'modules/crypto/des')
-rw-r--r--modules/crypto/des25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/crypto/des b/modules/crypto/des
new file mode 100644
index 0000000000..107796c0fa
--- /dev/null
+++ b/modules/crypto/des
@@ -0,0 +1,25 @@
+Description:
+DES block cipher.
+
+Files:
+lib/des.c
+lib/des.h
+m4/des.m4
+
+Depends-on:
+stdint
+stdbool
+
+configure.ac:
+gl_DES
+
+Makefile.am:
+
+Include:
+"des.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson