Skip to content

Commit d75b170

Browse files
committed
fix typos
1 parent 72e47e4 commit d75b170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/mfc/card_only/staticnested_2x1nt_rf08s_1key.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// * keyA and keyB are different for the targeted sector
66
//
77
// Strategy:
8-
// * Use f08s_nested_known_collision to crack keyA
8+
// * Use staticnested_2x1nt_rf08s to crack keyA
99
// * If keyB not readable, find keyB in its dictionary based on the obscure relationship between keyA, keyB and their nT
1010
//
1111
// Doegox, 2024, cf https://eprint.iacr.org/2024/1275 for more info
@@ -89,7 +89,7 @@ int main(int argc, char *const argv[]) {
8989

9090
if (argc != 4) {
9191
printf("Usage:\n %s <nt1:08x> <key1:012x> keys_<uid:08x>_<sector:02>_<nt2:08x>.dic\n"
92-
" where dict file is produced by rf08s_nested_known *for the same UID and same sector* as provided nt and key\n",
92+
" where dict file is produced by staticnested_1nt *for the same UID and same sector* as provided nt and key\n",
9393
argv[0]);
9494
return 1;
9595
}

0 commit comments

Comments
 (0)