#ifndef TEST_NTRUPRIME_H
#define TEST_NTRUPRIME_H

#include <stdint.h>

uint8_t test_ntruprime();

#endif
