Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Definition at line 45 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/arc4.h.
Field Documentation
| unsigned char m[256] | 
permutation table
Definition at line 49 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/arc4.h.
| int x | 
permutation index
Definition at line 47 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/arc4.h.
| int y | 
permutation index
Definition at line 48 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/arc4.h.
Generated on Sun Dec 4 2022 15:54:40 by
 1.7.2
 1.7.2