somesocks / lua-lockbox

A collection of cryptographic primitives written in pure Lua
MIT License
357 stars 74 forks source link

no bitwise support found #37

Closed striveQiao closed 1 year ago

striveQiao commented 2 years ago

when i run lua RunTest.lua image how to fix it

tst2005 commented 2 years ago

You just have to find another Lua version because you probably use the only one that have no bitwise support at all.

Enjoy!

somesocks commented 1 year ago

Closing this issue, as @tst2005 said this is a Lua version problem, not a library issue

mecampbellsoup commented 1 year ago

doesn't seem to work w/ lua 5.4 either:

[api-gateway] /usr/local/share/lua/5.4/lockbox/util/bit.lua:12: no bitwise support found