Packages
ntru_elixir
0.0.0
libntru wrapper for elixir. NTRU is a post quantom cryptography algorithm.
Current section
Files
Jump to
Current section
Files
libntru/tests/test_poly.h
#ifndef TEST_POLY_H
#define TEST_POLY_H
#include <stdint.h>
uint8_t test_poly();
#endif