mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Merge 83b63bea29
into f5ecd97b15
This commit is contained in:
commit
3323633a27
1 changed files with 19 additions and 19 deletions
|
@ -57,7 +57,7 @@ end
|
||||||
local function cardHex(i,f)
|
local function cardHex(i,f)
|
||||||
fac = bit32.lshift(f,16)
|
fac = bit32.lshift(f,16)
|
||||||
id = bit32.bor(i, fac)
|
id = bit32.bor(i, fac)
|
||||||
stream=toBits(id,26)
|
stream=toBits(id,24)
|
||||||
|
|
||||||
--As the function defaults to even parity and returns a boolean,
|
--As the function defaults to even parity and returns a boolean,
|
||||||
--perform a 'not' function to get odd parity
|
--perform a 'not' function to get odd parity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue