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_des_context Struct Reference
DES context structure. More...
#include <des.h>
Data Fields | |
| uint32_t | sk [32] |
Detailed Description
DES context structure.
- Warning:
- DES is considered a weak cipher and its use constitutes a security risk. We recommend considering stronger ciphers instead.
Definition at line 64 of file mbedtls/inc/mbedtls/des.h.
Field Documentation
| uint32_t sk[32] |
DES subkeys
Definition at line 66 of file mbedtls/inc/mbedtls/des.h.
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
