proxmark3/client/lualibs
iceman1001 a75d63f19b ADD: added the crc8legic to Lua. call it with core.crc8legic
also a helper function to take a hexstring and calc the crc on it, was added inside utils.lua

   Call it inside a lua-script like this:

        local utils = require('utils')
        local data = '01020304'
	local crc = utils.Crc8Legic(data)
	print (uid,  ('%02x'):format(crc))
2016-02-22 17:50:32 +01:00
..
commands.lua
default_toys.lua ADD: added superchargers types, Thanks to rmaisonneuve for compiling it. 2016-02-07 15:54:25 +01:00
getopt.lua
hf_reader.lua
html_dumplib.lua
htmlskel.lua
md5.lua
mf_default_keys.lua ADD: another key found 2016-01-18 23:28:34 +01:00
precalc.lua
read14a.lua
taglib.lua
utils.lua ADD: added the crc8legic to Lua. call it with core.crc8legic 2016-02-22 17:50:32 +01:00