bin/crypto.lua
Ryan c069a981cd Maor Bugs Fixed!!!
the bits library had a bug where numbers were not being converted correctly... This was VERY BAD!!!

Funny thing is that infinabits was correctly coded and worked!
2017-11-22 17:51:41 -05:00

7 lines
177 B
Lua

package.path="?/init.lua;"..package.path
require("bin")
--~ test=bin.load("test.dat")
--~ print(test:getBlock("n",4))
--~ print(test:getBlock("n",4))
--~ tab=test:getBlock("t")