# This is a Haskell Implementation of the NTRU Cryptographic library, following the IEEE Standard Specification (IEEE Std 1363.1-2008). ### You can build it by running: ``` cabal install NTRU ``` ### or by downloading it, and then running: ``` cabal configure cabal build cabal install ``` ##### You can ignore the warnings from the build. ##### You may need to install some dependencies, such as llvm. ##Please contact julrich@cyberpointllc.com with any questions.