Compare commits

...

2 Commits

Author SHA1 Message Date
6be02db2a9 feat: v1.2.1, pgp-card-make print-*-keys 2022-04-14 23:26:49 +08:00
b2e83b1c71 feat: v1.2.1, pgp-card-make print-*-keys 2022-04-14 23:26:22 +08:00

View File

@@ -47,7 +47,7 @@ impl Command for CommandImpl {
index_of_00_from_index_1 = i + 1;
break;
}
};
}
if index_of_00_from_index_1 == 0 {
return simple_error!("Not valid encrypted data, cannot find 0x00");
}