diff options
Diffstat (limited to 'src/hash/blake2.c')
| -rw-r--r-- | src/hash/blake2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hash/blake2.c b/src/hash/blake2.c index 95d878f..5f38bba 100644 --- a/src/hash/blake2.c +++ b/src/hash/blake2.c @@ -2,10 +2,7 @@ #include <stdint.h>
#include <string.h>
#include <stdlib.h>
-#include <math.h>
#include "../crypto.h"
-//#include "blake2.h"
-#include "../util.h"
#include "lua5.4/lua.h"
void mix2b(uint64_t* a, uint64_t* b, uint64_t* c, uint64_t* d, int64_t x, int64_t y){
|
