posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / crypto / rijndael
blob8dd0ae5e02dac46f9666899f168a4be7a406a49d
1 Description:
2 Rijndael block cipher.
4 Files:
5 lib/rijndael-alg-fst.c
6 lib/rijndael-alg-fst.h
7 lib/rijndael-api-fst.c
8 lib/rijndael-api-fst.h
10 Depends-on:
11 stdint
13 configure.ac:
14 AC_REQUIRE([AC_C_RESTRICT])
16 Makefile.am:
17 lib_SOURCES += rijndael-alg-fst.c rijndael-api-fst.c
19 Include:
20 "rijndael-alg-fst.h"
21 "rijndael-api-fst.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 Simon Josefsson