-
Notifications
You must be signed in to change notification settings - Fork 8
eSTREAM
rc22 edited this page Mar 21, 2017
·
3 revisions
This project analyses security of candidate eSTREAM ciphers. Several usage modes are possible. For more information on eSTREAM candidates ciphers and project background, see the official eSTREAM webpage.
- stream
type
:estream
- project-specific configuration: eSTREAM subtree in configuration
- eSTREAM candidate functions
The project functionality is separated into several files:
-
estream_stream
The main project file, implementsstream
interface. Contains methodnext()
for outputing a test vector. -
estream_cipher
This file contains links all the eSTREAM ciphers and contains factory that initializes the selected cipher for the computation. -
estream_interface
The interface provides unified access to all eSTREAM ciphers. -
ciphers
This folder contains files with general macros used in unified cipher interface and subfolders for cipher source codes.