]>
git.zerfleddert.de Git - proxmark3-svn/blob - include/legic_prng.h
1 //-----------------------------------------------------------------------------
2 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 // at your option, any later version. See the LICENSE.txt file for the text of
5 //-----------------------------------------------------------------------------
6 // LEFIC's obfuscation function
7 //-----------------------------------------------------------------------------
10 #define __LEGIC_PRNG_H
13 extern void legic_prng_init(uint8_t init
);
14 extern void legic_prng_forward(int count
);
15 extern uint8_t legic_prng_get_bit();