30 #ifndef PUBLIC_NTRU_NTRU_H_
31 #define PUBLIC_NTRU_NTRU_H_
34 #include <fmpz_poly.h>
88 prints(
const string *print_string);
185 write_file(
string const *wstring,
char const *
const filename);
void string_delete(string *del_string)
void poly_new(fmpz_poly_t new_poly, int const *const c, const size_t len)
void poly_delete_array(fmpz_poly_t **poly_array)
void poly_draw(const fmpz_poly_t poly)
void poly_delete_all(fmpz_poly_t poly,...)
void write_file(string const *wstring, char const *const filename)
void prints(const string *print_string)
string * read_file(char const *const filename)
void poly_delete(fmpz_poly_t poly)
void poly_draw_pretty(const fmpz_poly_t poly)