Rc4Context Struct Reference

RC4 algorithm context. More...

#include <rc4.h>

Data Fields

uint_t i
 
uint_t j
 
uint8_t s [256]
 

Detailed Description

RC4 algorithm context.

Definition at line 50 of file rc4.h.

Field Documentation

◆ i

uint_t i

Definition at line 52 of file rc4.h.

◆ j

uint_t j

Definition at line 53 of file rc4.h.

◆ s

uint8_t s[256]

Definition at line 54 of file rc4.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/cipher/rc4.h