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_ntru.h
#ifndef TEST_NTRU_H
#define TEST_NTRU_H
#include <stdint.h>
uint8_t test_ntru();
#endif