Mbed TLS v2.28.9
Loading...
Searching...
No Matches
mbedtls_des3_context Struct Reference

Triple-DES context structure. More...

#include <des.h>

Data Fields

uint32_t sk [96]
 

Detailed Description

Triple-DES context structure.

Warning
DES/3DES are considered weak ciphers and their use constitutes a security risk. We recommend considering stronger ciphers instead.

Definition at line 67 of file des.h.

Field Documentation

◆ sk

uint32_t mbedtls_des3_context::sk[96]

3DES subkeys

Definition at line 68 of file des.h.


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