e01e12d332601c787868dc64a793f1b6a201b5e4
[gnulib.git] / modules / crypto / gc-rijndael
1 Description:
2 Generic crypto wrappers for rijndael block cipher.
3
4 Files:
5 m4/gc-rijndael.m4
6 lib/rijndael-alg-fst.c
7 lib/rijndael-alg-fst.h
8 lib/rijndael-api-fst.c
9 lib/rijndael-api-fst.h
10
11 Depends-on:
12 stdint
13 crypto/gc
14
15 configure.ac:
16 gl_GC_RIJNDAEL
17 if test "$ac_cv_libgcrypt" != yes; then
18   AC_LIBOBJ([rijndael-alg-fst])
19   AC_LIBOBJ([rijndael-api-fst])
20 fi
21 gl_MODULE_INDICATOR([gc-rijndael])
22
23 Makefile.am:
24
25 Include:
26 "gc.h"
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Simon Josefsson