This commit is contained in:
2026-07-28 20:13:50 -04:00
parent 49c9e5e37c
commit 56646625c0
71 changed files with 638 additions and 103 deletions
+3 -1
View File
@@ -315,7 +315,9 @@ end
-- CRC-16/CRC-32 computation
local band, bnot, xor, lshift, rshift
local bit32
local ok, temp = pcall(require, "bit32")
if ok then bit32=temp end
if bit ~= nil then
band = bit.band
bnot = bit.bnot