annotate crypt_cipher_descriptor.c @ 143:5d99163f7e32
libtomcrypt-orig
import of libtomcrypt 0.99
author |
Matt Johnston <matt@ucc.asn.au> |
date |
Sun, 19 Dec 2004 11:34:45 +0000 |
parents |
7faae8f46238 |
children |
7ed585a2c53b |
rev |
line source |
3
|
1 /* LibTomCrypt, modular cryptographic library -- Tom St Denis |
|
2 * |
|
3 * LibTomCrypt is a library that provides various cryptographic |
|
4 * algorithms in a highly modular and flexible manner. |
|
5 * |
|
6 * The library is free for all purposes without any express |
|
7 * guarantee it works. |
|
8 * |
|
9 * Tom St Denis, [email protected], http://libtomcrypt.org |
|
10 */ |
|
11 #include "mycrypt.h" |
|
12 |
143
|
13 struct _cipher_descriptor cipher_descriptor[TAB_SIZE]; |
3
|
14 |