mbedtls_arc4_context Struct Reference

ARC4 context structure. More...

#include <arc4.h>

Data Fields

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 56 of file arc4.h.


Field Documentation

unsigned char mbedtls_arc4_context::m[256]

permutation table

Definition at line 60 of file arc4.h.

permutation index

Definition at line 58 of file arc4.h.

permutation index

Definition at line 59 of file arc4.h.


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

Generated on 3 Mar 2020 for mbed TLS v2.7.14 by  doxygen 1.6.1