Contiki-NG
Functions

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. More...
 

Detailed Description

Implementation of True Random Number Generator for CC13xx/CC26xx.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file trng-arch.c.