12#ifndef ZPAL_ENTROPY_H_
13#define ZPAL_ENTROPY_H_
uint8_t zpal_get_pseudo_random(void)
Returns a pseudo random byte.
zpal_status_t zpal_get_random_data(uint8_t *data, size_t len)
Generate true random array of bytes based on the given length and fill a data buffer....
void zpal_entropy_init(void)
Initialize entropy module.
zpal_status_t
ZPAL statuses to be used by ZPAL APIs.
Definition zpal_status.h:38