![]() |
Contiki-NG
|
An OFB-AES-128-based CSPRNG. More...
Go to the source code of this file.
Data Structures | |
| struct | csprng_seed |
| This is the structure of a seed. More... | |
Functions | |
| void | csprng_feed (struct csprng_seed *new_seed) |
| Mixes a new seed with the current one. More... | |
| bool | csprng_rand (uint8_t *result, unsigned len) |
| Generates a cryptographic random number. More... | |
An OFB-AES-128-based CSPRNG.
Definition in file csprng.h.