diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-18 08:48:13 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-18 08:48:13 +0200 |
| commit | 8b94d135429a9f3253cc7f25a1453b412065c4a0 (patch) | |
| tree | 4a31d6def5421e95fb98505a2bc2653c18fca330 /tools/nissy_extra.h | |
| parent | 30b43f08955158d4f2066f4b50fe8d1241b3177b (diff) | |
| download | nissy-core-8b94d135429a9f3253cc7f25a1453b412065c4a0.tar.gz nissy-core-8b94d135429a9f3253cc7f25a1453b412065c4a0.zip | |
Refactor solver dispatch and checkdata
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index 8b27c3e..9a7df50 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h | |||
| @@ -10,5 +10,5 @@ for testing purposes only. | |||
| 10 | #include "../src/solvers/tables.h" | 10 | #include "../src/solvers/tables.h" |
| 11 | 11 | ||
| 12 | size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); | 12 | size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); |
| 13 | long long parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); | 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 *); | 14 | long long int nissy_datainfo(uint64_t, const unsigned char *); |
