aboutsummaryrefslogtreecommitdiff
path: root/src/hash/blake2.c
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-26 16:13:19 -0500
committerame <[email protected]>2024-08-26 16:13:25 -0500
commitfda120441cabfefc511786d7a6af40eec9f181fa (patch)
tree5d6e80abc948ba0034d3b4f32bba6746d95735e5 /src/hash/blake2.c
parent90c4b7dcbc57d2f86a77c997069d96158d54ca55 (diff)
use integer format macros
Diffstat (limited to 'src/hash/blake2.c')
-rw-r--r--src/hash/blake2.c3
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){