mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
This commit is contained in:
parent
71435fb824
commit
2d932e49ac
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ int CmdHFFidoAuthenticate(const char *cmd) {
|
||||||
|
|
||||||
// public key
|
// public key
|
||||||
CLIGetHexWithReturn(8, hdata, &hdatalen);
|
CLIGetHexWithReturn(8, hdata, &hdatalen);
|
||||||
if (hdatalen && hdatalen != 130) {
|
if (hdatalen && hdatalen != 65) {
|
||||||
PrintAndLog("ERROR: public key length must be 65 bytes only.");
|
PrintAndLog("ERROR: public key length must be 65 bytes only.");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue