Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/rijndael @ 6424:2a4ec3c897cc
.
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Sun, 23 Oct 2005 07:30:40 +0000 |
parents | 835ee57992f1 |
children | d445de86b311 |
rev | line source |
---|---|
6378 | 1 Description: |
2 Rijndael block cipher. | |
3 | |
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 | |
9 m4/rijndael.m4 | |
10 | |
11 Depends-on: | |
12 stdint | |
13 | |
14 configure.ac: | |
15 gl_RIJNDAEL | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 "rijndael-alg-fst.h" | |
21 "rijndael-api-fst.h" | |
22 | |
23 License: | |
24 LGPL | |
25 | |
26 Maintainer: | |
27 Simon Josefsson |