Sort and fix names.

This commit is contained in:
Romain Tartière 2015-05-11 18:49:31 +02:00
parent 42b21ff42f
commit 27c7cd9217

View file

@ -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.