#ifndef TEST_NTRU_H
#define TEST_NTRU_H

#include <stdint.h>

uint8_t test_ntru();

#endif
