From 8b94d135429a9f3253cc7f25a1453b412065c4a0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 May 2025 08:48:13 +0200 Subject: Refactor solver dispatch and checkdata --- tools/nissy_extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/nissy_extra.h') 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. #include "../src/solvers/tables.h" size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); -long long parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); +long long parse_h48_hk(const char *, uint8_t [static 1], uint8_t [static 1]); long long int nissy_datainfo(uint64_t, const unsigned char *); -- cgit v1.3