readme
来自「LiLi,一个可以用于数字签名、数据完整性、加密的流密码算法源代码」· 代码 · 共 30 行
TXT
30 行
This is the README file for the Lili reference implementation.
Lili is a stream cipher candidate for NESSIE (New European
Schemes for Signature, Integrity and Encryption).
The following files should accompany this file:
lili.c The reference implementation of Lili in C.
lili.h A C header file containing a truth table used in the
reference implementaton.
nessie.h The C header file provided on the NESSIE web site.
This file has been modified to include the Lili-specific
structure which contains the current state of the system.
testvecs.txt Test vectors for implementors of Lili.
An optimised implementation is not available at this time.
Lili Project Team
Information Security Research Centre
Queensland University of Technology
GPO Box 2434
Brisbane 4000
Australia.
Email: e.dawson@qut.edu.au
26 September 2000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?