]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfepa.h
Basic support for EAC documents (e.g. German Identification Card)
[proxmark3-svn] / client / cmdhfepa.h
diff --git a/client/cmdhfepa.h b/client/cmdhfepa.h
new file mode 100644 (file)
index 0000000..94ad7d2
--- /dev/null
@@ -0,0 +1,18 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2012 Frederik Möllers
+//
+// 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.
+//-----------------------------------------------------------------------------
+// Commands related to the German electronic Identification Card
+//-----------------------------------------------------------------------------
+
+#ifndef CMDHFEPA_H__
+#define CMDHFEPA_H__
+
+int CmdHFEPA(const char *Cmd);
+
+int CmdHFEPACollectPACENonces(const char *Cmd);
+
+#endif // CMDHFEPA_H__
Impressum, Datenschutz