From 42f272940438d2198fc322edc5199a4e58900c24 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sat, 3 Jul 2010 10:06:34 +0000 Subject: [PATCH] Add TODO file. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..0bc2f94 --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ + - Enforce valid parameters. + Some functions will cause a crash when called with invalid parameters (e.g. + mifare_classic_authenticate() with a NULL key). + - MAD and MifareApplication functions are tied to mifare_clasic_* ones and + some refactoring is required to have a consistent API.