gestumblinde

Gestumblinde - reference implementation of SLH-DSA
git clone git://www.tkruger.se/gestumblinde.git
Log | Files | Refs | README

test_ht.h (266B)


      1 #ifndef TEST_HT_H
      2 #define TEST_HT_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 "../ht.h"
     11 
     12 #include "files.h"
     13 #include "utils.h"
     14 
     15 void test_ht_sign(void);
     16 void test_ht_verify(void);
     17 
     18 #endif