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 bool mfkey32(nonces_t data
, uint64_t *outputkey
);
33 bool mfkey32_moebius(nonces_t data
, uint64_t *outputkey
);
34 int mfkey64(nonces_t data
, uint64_t *outputkey
);