Skip to content
Karel Kubicek edited this page Mar 12, 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.

Project configuration

Developer documentation

The project functionality is separated into several files:

  • estream_stream
    The main project file, implements stream interface. Contains method next() 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
    Provides unified access to all eSTREAM ciphers.
  • ciphers
    Contains files with general macros used in unified cipher interface and subfolders for cipher source codes.
Clone this wiki locally