diff options
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h deleted file mode 100644 index 9a7df50..0000000 --- a/tools/nissy_extra.h +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This header file exposes certain functions that are meant to be used | ||
| 3 | for testing purposes only. | ||
| 4 | */ | ||
| 5 | |||
| 6 | #define STATIC static | ||
| 7 | #define LOG printf | ||
| 8 | |||
| 9 | #include "../src/solvers/tables_types_macros.h" | ||
| 10 | #include "../src/solvers/tables.h" | ||
| 11 | |||
| 12 | size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); | ||
| 13 | long long parse_h48_hk(const char *, uint8_t [static 1], uint8_t [static 1]); | ||
| 14 | long long int nissy_datainfo(uint64_t, const unsigned char *); | ||
