summaryrefslogtreecommitdiff
path: root/gnulib/modules/crypto/rijndael
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/crypto/rijndael')
m---------gnulib0
-rw-r--r--gnulib/modules/crypto/rijndael26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/crypto/rijndael b/gnulib/modules/crypto/rijndael
new file mode 100644
index 0000000..c5feae6
--- /dev/null
+++ b/gnulib/modules/crypto/rijndael
@@ -0,0 +1,26 @@
+Description:
+Rijndael block cipher.
+
+Files:
+lib/rijndael-alg-fst.c
+lib/rijndael-alg-fst.h
+lib/rijndael-api-fst.c
+lib/rijndael-api-fst.h
+
+Depends-on:
+stdint
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += rijndael-alg-fst.c rijndael-api-fst.c
+
+Include:
+"rijndael-alg-fst.h"
+"rijndael-api-fst.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson