Go to file
hasufell 9256a56076
PUB-API: rename the headers, install them in ntru/ subfolder
2014-06-09 00:10:39 +02:00
include PUB-API: rename the headers, install them in ntru/ subfolder 2014-06-09 00:10:39 +02:00
src DOC: improve function documentation 2014-06-09 00:10:38 +02:00
.gitignore Update .gitignore 2014-05-28 01:12:01 +02:00
.travis.yml BUILD: fix automatic toolchain detection 2014-06-09 00:10:36 +02:00
COPYING LICENSE: add LGPL-2.1 license file 2014-04-14 23:58:19 +02:00
Makefile BUILD: fix install rules and doc generation 2014-06-09 00:10:38 +02:00
README.md TRAVIS: add travis.yml 2014-06-09 00:09:51 +02:00
common.mk PUB-API: rename the headers, install them in ntru/ subfolder 2014-06-09 00:10:39 +02:00

README.md

Fun C implementation of NTRUEncrypt

Don't use this for any serious purpose, really. This is a fun implementation with the primary goal of learning.

Dependencies

  • FLINT (compiled with gmp and mpfr)
  • glib-2.0

Compiling

Run make to build.

Build Status

Build Status