Ordo  0.3.4
Symmetric Cryptography Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
RC4_PARAMS Struct Reference

RC4 stream cipher parameters. More...

#include <stream_params.h>

Data Fields

unsigned int drop
 

Detailed Description

RC4 stream cipher parameters.

Field Documentation

unsigned int drop

The number of keystream bytes to drop prior to encryption.

Remarks
Setting this implements the given RC4-drop variant.
If this RC4_PARAMS structure is not passed to the RC4 stream cipher primitive, the default drop amount is 2048.

The documentation for this struct was generated from the following file: