summaryrefslogtreecommitdiff
path: root/lib/lib3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib3.h')
-rw-r--r--lib/lib3.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/lib3.h b/lib/lib3.h
index 8adbbb9..ee11a15 100644
--- a/lib/lib3.h
+++ b/lib/lib3.h
@@ -5,6 +5,8 @@
#include <string.h>
#include <stdlib.h>
#include <openssl/aes.h>
+#include <unistd.h>
+#include <time.h>
#define BLOCKSIZE 16
@@ -29,5 +31,6 @@ int aes_ctr(char *in, int length_in, char *out, char *string_key, char *nonce);
void mt_19937_seed(unsigned int seed);
int mt_19937();
-
+int mt_19937_timestamp_orcale();
+void mt_19937_brute_force_timestamp();
#endif