LOKI97

所属分类:加密解密
开发工具:Visual C++
文件大小:17KB
下载次数:8
上传日期:2006-06-17 12:30:16
上 传 者jw5200
说明:  LOKI97加密解密算法,可以参考其中的思想方法
(LOKI97 encryption and decryption algorithms, which can refer to the way of thinking)

文件列表:
LOKI97\aestest.c (15793, 1998-05-26)
LOKI97\aestime.c (2975, 1998-06-12)
LOKI97\loki97.c (32258, 1998-06-12)
LOKI97\loki97.h (3293, 1998-05-22)
LOKI97\Makefile (629, 1998-05-25)
LOKI97\test_cbc.c (4541, 1998-05-22)
LOKI97\test_cfb1.c (3440, 1998-05-22)
LOKI97\test_ecb.c (329, 1998-05-07)
LOKI97 (0, 2006-06-17)

LOKI97 C Source (Reference) =========================== loki97.c - LOKI97 Algorithm C source loki97.h - LOKI97 Algorithm C header (adapted from aes.h) aestest.c - main program to run all AES test files on LOKI97 aestime.c - main program to compute timing stats on LOKI97 test_cbc.c - simple LOKI97 CBC mode test harness test_cfb1.c - simple LOKI97 CFB1 mode test harness test_ecb.c - simple LOKI97 ECB mode test harness Makefile - Unix makefile to compile and link above programs To build programs either use do: make or alternatively, compile and link each main program with loki97.o, ie do something like: cc -c loki97.c cc -o aestest aestest.c loki97.o cc -o aestime aestime.c loki97.o cc -o test_ecb test_ecb.c loki97.o etc To run the main programs: aestest: change into the directory with the test files, and run aestest aestest -h lists other options available aestime: just run with no arguments to print timing stats, aestime test_ecb, test_cbc, test_cfb1: all run with no args for a single test

近期下载者

相关文件


收藏者