mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 22:00:34 +08:00
6 lines
163 B
C
6 lines
163 B
C
|
#include "unistd.h"
|
||
|
#include "stdint.h"
|
||
|
extern void legic_prng_init(uint8_t init);
|
||
|
extern void legic_prng_forward(int count);
|
||
|
extern uint8_t legic_prng_get_bit();
|