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/pjw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hash/pjw.c') diff --git a/src/hash/pjw.c b/src/hash/pjw.c index ce2c38c..ca3341a 100644 --- a/src/hash/pjw.c +++ b/src/hash/pjw.c @@ -27,6 +27,7 @@ uint32_t pjw(uint8_t* in, size_t len){ return pjw_final(&a); } +common_hash_clone(pjw); common_hash_init_update(pjw); int l_pjw_final(lua_State* L){ -- cgit v1.2.3