ntru 0.5.6

Implementation of the NTRUEncrypt algorithm. Interface to libntru.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Object files
*.o

# Compiler-generated assembly files
src/sha1-mb-x86_64.s
src/sha256-mb-x86_64.s

# Libraries
*.lib

# Shared objects (inc. Windows DLLs)
*.dll
*.so

# Executables
*.exe
*.out