Example program to test AES-GCM functionality. Used for a workshop

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

entropy_context Struct Reference

entropy_context Struct Reference

Entropy context structure. More...

#include <entropy.h>

Data Fields

threading_mutex_t mutex

Detailed Description

Entropy context structure.

Definition at line 121 of file entropy.h.


Field Documentation

threading_mutex_t mutex

mutex

Definition at line 134 of file entropy.h.