mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-02-18 02:55:49 +00:00
Fix dirty prototypes: crapto1 3.2 version now exposes these functions.
This commit is contained in:
parent
eddd55c6fc
commit
0de043935d
@ -187,10 +187,6 @@
|
|||||||
|
|
||||||
// Crapto1
|
// Crapto1
|
||||||
#include "crapto1.h"
|
#include "crapto1.h"
|
||||||
// FIXME: For some reason (reason=I am dumb perhaps), these two prototypes are not visible form crapto1.h, so I put them here
|
|
||||||
struct Crypto1State* lfsr_common_prefix(uint32_t pfx, uint32_t rr, uint8_t ks[8], uint8_t par[8][8]);
|
|
||||||
uint32_t lfsr_rollback_word(struct Crypto1State* s, uint32_t in, int fb);
|
|
||||||
// :FIXME
|
|
||||||
|
|
||||||
// imported from libnfc's examples
|
// imported from libnfc's examples
|
||||||
#include "mifare.h"
|
#include "mifare.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user