ReactOS 0.4.15-dev-7934-g1dc8d80
mbedtls_arc4_context Struct Reference

ARC4 context structure. More...

#include <arc4.h>

Collaboration diagram for mbedtls_arc4_context:

Public Attributes

int x
 
int y
 
unsigned char m [256]
 

Detailed Description

ARC4 context structure.

Warning
ARC4 is considered a weak cipher and its use constitutes a security risk. We recommend considering stronger ciphers instead.

Definition at line 82 of file arc4.h.

Member Data Documentation

◆ m

unsigned char mbedtls_arc4_context::m[256]

permutation table

Definition at line 86 of file arc4.h.

◆ x

int mbedtls_arc4_context::x

permutation index

Definition at line 84 of file arc4.h.

◆ y

int mbedtls_arc4_context::y

permutation index

Definition at line 85 of file arc4.h.


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