]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/mfkey.h
1 //-----------------------------------------------------------------------------
6 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
7 // at your option, any later version. See the LICENSE.txt file for the text of
9 //-----------------------------------------------------------------------------
10 // MIFARE Darkside hack
11 //-----------------------------------------------------------------------------
32 extern bool mfkey32(nonces_t data
, uint64_t *outputkey
);
33 extern bool mfkey32_moebius(nonces_t data
, uint64_t *outputkey
);
34 extern int mfkey64(nonces_t data
, uint64_t *outputkey
);