mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
whitespace
This commit is contained in:
parent
7d5322fc6e
commit
d9045635fb
1 changed files with 4 additions and 3 deletions
|
@ -496,11 +496,12 @@ void des_checkParity(uint8_t* key) {
|
|||
PrintAndLogDevice(FAILED, "parity1 fail, byte %d [%02x] was %d, should be %d", i, key[i], (key[i] & 0x1), parity);
|
||||
}
|
||||
}
|
||||
if(fails)
|
||||
if (fails) {
|
||||
PrintAndLogDevice(FAILED, "parity fails: %d", fails);
|
||||
else
|
||||
} else {
|
||||
PrintAndLogDevice(SUCCESS, "Key syntax is with parity bits inside each byte");
|
||||
}
|
||||
}
|
||||
|
||||
Testcase testcases[] ={
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue