diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-19 17:45:14 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-19 17:45:14 +0200 |
| commit | 62d87e063318cc4c842b1b2d8c184f48aeaf6659 (patch) | |
| tree | 832bf338232c477975bea69f7370ca13f350fb07 /tools/nissy_extra.h | |
| parent | 8b94d135429a9f3253cc7f25a1453b412065c4a0 (diff) | |
| download | nissy-core-62d87e063318cc4c842b1b2d8c184f48aeaf6659.tar.gz nissy-core-62d87e063318cc4c842b1b2d8c184f48aeaf6659.zip | |
Refactored checkdata
Relevant changes include:
- Changed the signature of nissy_checkdata().
- Removed expected_distribution.h from tools; this data is now included
in each solver's src/ code.
- Removed distribution check for cocsep; may add back later.
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 *); | ||
