diff options
| author | ame <[email protected]> | 2024-04-06 16:50:38 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-06 16:50:38 -0500 |
| commit | d3f3a8a1f3e786965ae473c046db2c34d7d3adb6 (patch) | |
| tree | 639c6d618b44f0ff2a4fcac9f557b906f37cbec3 /src/hash/xor.c | |
| parent | 6dbb6dc2104237299cca414cd3a86256122e4abf (diff) | |
changed the add metamethod
Diffstat (limited to 'src/hash/xor.c')
| -rw-r--r-- | src/hash/xor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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){ |
