mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
textual
This commit is contained in:
parent
853d2e14e6
commit
b574db169e
1 changed files with 2 additions and 2 deletions
|
@ -152,10 +152,10 @@ int roca_self_test(void) {
|
||||||
|
|
||||||
|
|
||||||
if (emv_rocacheck(keyp, 64, false)) {
|
if (emv_rocacheck(keyp, 64, false)) {
|
||||||
PrintAndLogEx(SUCCESS, "Weak modulus [ %s]", _GREEN_("PASS"));
|
PrintAndLogEx(SUCCESS, "Weak modulus [ %s]", _GREEN_("PASS"));
|
||||||
} else {
|
} else {
|
||||||
ret++;
|
ret++;
|
||||||
PrintAndLogEx(FAILED, "Weak modulus [ %s]", _RED_("Fail"));
|
PrintAndLogEx(FAILED, "Weak modulus [ %s]", _RED_("Fail"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// negative
|
// negative
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue