mirror of
https://github.com/albertobsd/keyhunt.git
synced 2025-03-29 11:01:43 +01:00
commit
6300610894
@ -37,8 +37,11 @@ email: albertobsd@gmail.com
|
||||
#endif
|
||||
|
||||
#ifdef __unix__
|
||||
#ifdef __CYGWIN__
|
||||
#else
|
||||
#include <linux/random.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define CRYPTO_NONE 0
|
||||
#define CRYPTO_BTC 1
|
||||
|
@ -24,8 +24,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef __unix__
|
||||
#ifdef __CYGWIN__
|
||||
#else
|
||||
#include <linux/random.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define RK_STATE_LEN 624
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user