style
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#define __LEGIC_PRNG_H
|
#define __LEGIC_PRNG_H
|
||||||
|
|
||||||
#include <stdint.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 void legic_prng_forward(int count);
|
||||||
extern uint32_t legic_prng_count();
|
extern uint32_t legic_prng_count();
|
||||||
extern uint8_t legic_prng_get_bit();
|
extern uint8_t legic_prng_get_bit();
|
||||||
|
|||||||
Reference in New Issue
Block a user