diff options
Diffstat (limited to 'lib/lib3.h')
| -rw-r--r-- | lib/lib3.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
