aboutsummaryrefslogtreecommitdiff
path: root/src/hash/blake2.c
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-04-16 13:09:46 -0500
committeramelia squires <[email protected]>2025-04-16 13:09:46 -0500
commit009eb7d43d9582856c275ad3b16f7e3ff94209cc (patch)
tree6d1f5ea000a6d72164a5b6e05b68dfbe0371ae06 /src/hash/blake2.c
parentdd7a8af4050454c3901987bff24a77334f892cc4 (diff)
merge thingy
Diffstat (limited to 'src/hash/blake2.c')
-rw-r--r--src/hash/blake2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/blake2.c b/src/hash/blake2.c
index 5f38bba..adb1419 100644
--- a/src/hash/blake2.c
+++ b/src/hash/blake2.c
@@ -3,7 +3,6 @@
#include <string.h>
#include <stdlib.h>
#include "../crypto.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){
*a = *a + *b + x;