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_bitstring.h
#ifndef TEST_BITSTRING_H
#define TEST_BITSTRING_H
#include <stdint.h>
uint8_t test_bitstring();
#endif