![]() |
Contiki-NG
|
Implementation of True Random Number Generator for CC13xx/CC26xx. More...
#include "contiki.h"#include "trng-arch.h"#include <Board.h>#include <ti/drivers/TRNG.h>#include <ti/drivers/cryptoutils/cryptokey/CryptoKeyPlaintext.h>#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Functions | |
| bool | trng_rand (uint8_t *entropy_buf, size_t entropy_len, uint32_t timeout_us) |
| Generates a stream of entropy from which you can create a true random number from. | |
Implementation of True Random Number Generator for CC13xx/CC26xx.
Definition in file trng-arch.c.