merlokk 2018-11-30 20:28:34 +02:00
parent 71435fb824
commit 2d932e49ac

View file

@ -456,7 +456,7 @@ int CmdHFFidoAuthenticate(const char *cmd) {
// public key
CLIGetHexWithReturn(8, hdata, &hdatalen);
if (hdatalen && hdatalen != 130) {
if (hdatalen && hdatalen != 65) {
PrintAndLog("ERROR: public key length must be 65 bytes only.");
return 1;
}