projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
87354dff5dc0b627395ac1f1f89a216322e304f2
[proxmark3-svn]
/
include
/
legic_prng.h
1
#ifndef __LEGIC_PRNG_H
2
#define __LEGIC_PRNG_H
3
4
#include <stdint.h>
5
extern
void
legic_prng_init
(
uint8_t
init
);
6
extern
void
legic_prng_forward
(
int
count
);
7
extern
uint8_t
legic_prng_get_bit
();
8
9
#endif
10
Impressum
,
Datenschutz