From 62d87e063318cc4c842b1b2d8c184f48aeaf6659 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 19 May 2025 17:45:14 +0200 Subject: 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. --- tools/nissy_extra.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/nissy_extra.h (limited to 'tools/nissy_extra.h') 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 @@ -/* -This header file exposes certain functions that are meant to be used -for testing purposes only. -*/ - -#define STATIC static -#define LOG printf - -#include "../src/solvers/tables_types_macros.h" -#include "../src/solvers/tables.h" - -size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); -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