Add pointers to the implementation sources.
This commit is contained in:
parent
bb486e4318
commit
967f9822e9
1 changed files with 12 additions and 0 deletions
|
@ -17,6 +17,18 @@
|
||||||
* $Id$
|
* $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
|
#define _BSD_SOURCE
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
Loading…
Reference in a new issue