ARC4 context structure.
Definition at line 45 of file arc4.h.
#include <arc4.h>
|
| int | x |
| |
| int | y |
| |
| unsigned char | m [256] |
| |
| unsigned char mbedtls_arc4_context::m[256] |
permutation table
Definition at line 49 of file arc4.h.
| int mbedtls_arc4_context::x |
permutation index
Definition at line 47 of file arc4.h.
| int mbedtls_arc4_context::y |
permutation index
Definition at line 48 of file arc4.h.
The documentation for this struct was generated from the following file: