mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-26 19:35:10 +00:00
style
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define __LEGIC_PRNG_H
|
||||
|
||||
#include <stdint.h>
|
||||
extern void legic_prng_init(uint8_t init);
|
||||
extern void legic_prng_init(uint8_t iv);
|
||||
extern void legic_prng_forward(int count);
|
||||
extern uint32_t legic_prng_count();
|
||||
extern uint8_t legic_prng_get_bit();
|
||||
|
||||
Reference in New Issue
Block a user