From 342ac3fd7814767b284e9aad24fb5066c303ec7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 8 Jan 2015 12:24:19 +0000 Subject: [PATCH] Note that rand_bytes() is just a placeholder for the sake of liboath. --- lib/rand/cryb_rand.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/rand/cryb_rand.c b/lib/rand/cryb_rand.c index 513b5cb..e03e4a7 100644 --- a/lib/rand/cryb_rand.c +++ b/lib/rand/cryb_rand.c @@ -37,6 +37,10 @@ #include +/* + * Working placeholder until we come up with a proper API and start adding + * more methods. + */ int rand_bytes(uint8_t *buf, size_t len) {