aboutsummaryrefslogtreecommitdiff
path: root/tools/nissy_extra.h
blob: f9baf00789dd1be67d0f269c527eb7f6c78c853d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
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.h"

size_t gendata_h48_derive(uint8_t, const void *, void *);
int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *);

Generated with cgit - Back to sebastiano.tronto.net