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