]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/mfkey.h
fb7f575b2ce53603d51b7c7c24a20b0b818df719
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 //-----------------------------------------------------------------------------
19 extern bool mfkey32(nonces_t data
, uint64_t *outputkey
);
20 extern bool mfkey32_moebius(nonces_t data
, uint64_t *outputkey
);
21 extern int mfkey64(nonces_t data
, uint64_t *outputkey
);