ntru 0.5.6

Implementation of the NTRUEncrypt algorithm. Interface to libntru.
1
2
3
4
5
6
7
8
#ifndef TEST_HASH_H
#define TEST_HASH_H

#include <stdint.h>

uint8_t test_hash();

#endif