Vai al file
hasufell a265a89a0d
ALL: use const modifiers on parameters where possible
2014-06-09 00:10:35 +02:00
src ALL: use const modifiers on parameters where possible 2014-06-09 00:10:35 +02:00
.gitignore Update .gitignore 2014-05-28 01:12:01 +02:00
.travis.yml TRAVIS: another try to fix travis build 2014-06-09 00:10:27 +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: fix build with clang 2014-06-09 00:10:03 +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