Note that rand_bytes() is just a placeholder for the sake of liboath.

This commit is contained in:
Dag-Erling Smørgrav 2015-01-08 12:24:19 +00:00 committed by des
parent a33f58cad7
commit 342ac3fd78

View file

@ -37,6 +37,10 @@
#include <cryb/rand.h>
/*
* Working placeholder until we come up with a proper API and start adding
* more methods.
*/
int
rand_bytes(uint8_t *buf, size_t len)
{