fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfsecurakey.h
blob48db37714c15f466c81d8f2ad063c71c29ebb944
1 //-----------------------------------------------------------------------------
2 //
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency Securakey tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFSECURAKEY_H__
10 #define CMDLFSECURAKEY_H__
12 #include "common.h"
14 int CmdLFSecurakey(const char *Cmd);
16 int demodSecurakey(bool verbose);
17 int detectSecurakey(uint8_t *dest, size_t *size);
19 #endif