1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/tweetnacl: Remove unused includes in randombytes

This commit is contained in:
Koen Zandberg 2018-04-14 12:46:20 +02:00
parent dbccf06c5e
commit d59a311b1f
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -7,12 +7,8 @@
*/
#include <stdint.h>
#include <string.h>
#include "random.h"
#include <stdio.h>
void randombytes(uint8_t *target, uint64_t n)
{
/* tweetnacl needs uint64_t as "n" parameter, random provides uint32 */