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_idxgen.h
#ifndef TEST_IDXGEN_H
#define TEST_IDXGEN_H
#include <stdint.h>
uint8_t test_idxgen();
#endif