Go to file
hasufell 2fbeb412cf
TRAVIS: add travis.yml
2014-06-09 00:09:51 +02:00
src KEYGEN: fix typo 2014-05-30 22:26:36 +02:00
.gitignore Update .gitignore 2014-05-28 01:12:01 +02:00
.travis.yml TRAVIS: add travis.yml 2014-06-09 00:09:51 +02:00
COPYING LICENSE: add LGPL-2.1 license file 2014-04-14 23:58:19 +02:00
Doxyfile DOC: update Doxyfile 2014-05-25 02:15:40 +02:00
Makefile BUILD: cleanup 2014-05-28 21:18:33 +02:00
README.md TRAVIS: add travis.yml 2014-06-09 00:09:51 +02:00
common.mk BUILD: cleanup 2014-05-28 21:18:33 +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