X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/040a7baad0fa7c2901e44e5f5f63f0918d29ae97..8e220a91260072f1483f1fb41d6ce64459667e4c:/include/legic_prng.h diff --git a/include/legic_prng.h b/include/legic_prng.h new file mode 100644 index 00000000..edcf49cc --- /dev/null +++ b/include/legic_prng.h @@ -0,0 +1,5 @@ +#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();