From 7fbafae25ca81e9acb745fd75ef7f1be55ad7d92 Mon Sep 17 00:00:00 2001 From: ame Date: Sat, 6 Apr 2024 16:50:38 -0500 Subject: changed the add metamethod --- src/hash/xor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hash/xor.c') diff --git a/src/hash/xor.c b/src/hash/xor.c index f2e4ff0..205408f 100644 --- a/src/hash/xor.c +++ b/src/hash/xor.c @@ -21,6 +21,7 @@ uint8_t xor8(uint8_t* aa, size_t len){ return xor8_final(&a); } +common_hash_clone(xor8) common_hash_init_update(xor8); int l_xor8_final(lua_State* L){ -- cgit v1.2.3