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.
Fork of OmniWheels by
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 mbedtls/inc/mbedtls/arc4.h.
Field Documentation
| unsigned char m[256] |
permutation table
Definition at line 60 of file mbedtls/inc/mbedtls/arc4.h.
| int x |
permutation index
Definition at line 58 of file mbedtls/inc/mbedtls/arc4.h.
| int y |
permutation index
Definition at line 59 of file mbedtls/inc/mbedtls/arc4.h.
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
