test_wotsp.h (310B)
1 #ifndef TEST_WOTSP_H 2 #define TEST_WOTSP_H 3 4 #include <CUnit/Basic.h> 5 #include <jansson.h> 6 #include <stdio.h> 7 #include <stdlib.h> 8 9 #include "../context.h" 10 #include "../wotsp.h" 11 12 #include "files.h" 13 #include "utils.h" 14 15 void test_wotsp_pkgen(void); 16 void test_wotsp_sign(void); 17 void test_wotsp_verify(void); 18 19 #endif