1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

tests: Add random.c and random.h files

The purpose of random.c file is to contain the helper
functions to generate random numbers that have been
in helpers.function so far.

The purpose of random.h is to contain the interface
exposed by random.c thus helper function prototypes.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2020-06-09 16:57:42 +02:00
parent f40529d5f4
commit b7eb67fb74
3 changed files with 62 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <test/macros.h>
#include <test/helpers.h>
#include <test/random.h>
#include <stdlib.h>