Timothy Beight / Mbed 2 deprecated 6_songs-from-the-cloud

Dependencies:   mbed Socket lwip-eth lwip-sys lwip

Fork of 6_songs-from-the-cloud by MakingMusicWorkshop

Embed: (wiki syntax)

« Back to documentation index

mbedtls_xtea_context Struct Reference

mbedtls_xtea_context Struct Reference

XTEA context structure. More...

#include <xtea.h>

Data Fields

uint32_t k [4]

Detailed Description

XTEA context structure.

Definition at line 51 of file xtea.h.


Field Documentation

uint32_t k[4]

key

Definition at line 53 of file xtea.h.