22#ifndef ENTROPY_MBEDTLS_RIOT_H
23#define ENTROPY_MBEDTLS_RIOT_H
int entropy_mbedtls_riot_init(void)
Initialize the Mbed TLS entropy module.
int entropy_mbedtls_riot_get(unsigned char *output, size_t len)
Get entropy values.
void entropy_mbedtls_riot_uninit(void)
Uninitialize the Mbed TLS entropy module.
int entropy_mbedtls_riot_retrieve(unsigned char *output, size_t len)
Retrieve entropy values after initialization.