summaryrefslogtreecommitdiff
path: root/modules/crypto/rijndael
blob: 8dd0ae5e02dac46f9666899f168a4be7a406a49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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:
AC_REQUIRE([AC_C_RESTRICT])

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