Skip to content
Snippets Groups Projects
Unverified Commit d59a311b authored by Koen Zandberg's avatar Koen Zandberg
Browse files

pkg/tweetnacl: Remove unused includes in randombytes

parent dbccf06c
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,8 @@ ...@@ -7,12 +7,8 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <string.h>
#include "random.h" #include "random.h"
#include <stdio.h>
void randombytes(uint8_t *target, uint64_t n) void randombytes(uint8_t *target, uint64_t n)
{ {
/* tweetnacl needs uint64_t as "n" parameter, random provides uint32 */ /* tweetnacl needs uint64_t as "n" parameter, random provides uint32 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment