From 967f9822e920161b7630da0bec1be5192babfc25 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Fri, 18 Dec 2009 21:13:09 +0000 Subject: [PATCH] Add pointers to the implementation sources. --- mifare_classic.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mifare_classic.c b/mifare_classic.c index d7a79e4..ad19d2f 100644 --- a/mifare_classic.c +++ b/mifare_classic.c @@ -17,6 +17,18 @@ * $Id$ */ +/* + * This implementation was written based on information provided by the + * following documents: + * + * MF1ICS50 Functional specification + * Rev. 5.3 — 29 January 2008 + * + * Making the Best of Mifare Classic + * Wouter Teepe (Radboud University Nijmegen) + * October 6, 2008 + */ + #define _BSD_SOURCE #include #include