]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443a.h
1. fixed hf 14a mifare. added functionality to ignore one Nt
[proxmark3-svn] / armsrc / iso14443a.h
index 7b5444fbf2eb05efeda799334e75ac7da9c09bd7..ba86acc522869c0f9a6b9e15c42c75bbc729aa84 100644 (file)
@@ -1,7 +1,20 @@
+//-----------------------------------------------------------------------------
+// Merlok - June 2011
+// Gerhard de Koning Gans - May 2008
+// Hagen Fritsch - June 2010
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Routines to support ISO 14443 type A.
+//-----------------------------------------------------------------------------
+
 #ifndef __ISO14443A_H
 #define __ISO14443A_H
 #include "common.h"
 
+
 typedef struct nestedVector { uint32_t nt, ks1; } nestedVector;
 
 extern byte_t oddparity (const byte_t bt);
Impressum, Datenschutz