From 27c7cd92175e351f07d28d08e072f97e24d132ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 11 May 2015 18:49:31 +0200 Subject: [PATCH] Sort and fix names. --- HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index 964362c..d732e4f 100644 --- a/HACKING +++ b/HACKING @@ -12,10 +12,10 @@ you started: not break other features. http://cutter.sourceforge.net/ To cover all tests you'll need several blank cards: + * MIFARE Classic 4k with default keys (FFFFFFFFFF) + * MIFARE DESFire EV1 4k with default PICC key (0000000000000000) * MIFARE Ultralight * MIFARE Ultralight C with default key (BREAKMEIFYOUCAN!) - * MIFARE Classic 4k with default keys (FFFFFFFFFF) - * DESFire EV1 4k with default PICC key (0000000000000000) After "make check", you can run sub-sets of tests directly with cutter: $ cutter -n /ultralight/ test $ cutter -n /classic/ test @@ -91,4 +91,4 @@ Various guidelines cryptographic schemes, or if an evolution of the card provides more cryptographic possibilities, when adding support for a new cypher, the compiler can warn the developer about unhandled values in switch - statements. Please refer to the Mifare DESFire code for an example. + statements. Please refer to the MIFARE DESFire code for an example.