mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-19 02:54:55 +00:00
Note that rand_bytes() is just a placeholder for the sake of liboath.
This commit is contained in:
parent
a33f58cad7
commit
342ac3fd78
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue