NTRU: NTRU Cryptography

[ cryptography, library, math ] [ Propose Tags ]

A Haskell implementation of the NTRU cryptographic system, following the IEEE Standard Specification for Public Key Cryptographic Techniques Based on Hard Problems over Lattices (IEEE Std 1363.1-2008)


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.0.1, 1.1.0.0 (info)
Dependencies base (>=4.9 && <5), bytestring (>=0.10), containers (>=0.5), crypto-api (>=0.13), integer-gmp (>=1.0), poly (>=0.3), random (>=1.1), SHA (>=1.6), split (>=0.2) [details]
License LicenseRef-GPL
Copyright 2014, CyberPoint International, LLC
Author Theo Levine, Tom Cornelius, Elizabeth Hughes, CyberPoint International LLC.
Maintainer opensource@cyberpointllc.com, andrew.lelechenko@gmail.com
Category Cryptography, Math
Source repo head: git clone https://github.com/Bodigrim/ntru
Uploaded by Bodigrim at 2020-01-27T00:46:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2763 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-27 [all 1 reports]

Readme for NTRU-1.1.0.0

[back to package description]

ntru-haskell

A Haskell Implementation of the NTRU Cryptographic library, following the IEEE Standard Specification (IEEE Std 1363.1-2008). Developed by Theo Levine, Elizabeth Hughes, and Tom Cornelius at Cyberpoint LLC (www.cyberpointllc.com). Special thanks as well to Paul Li and Ian Blumenfeld.

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.

A prebuilt hackage is available at http://hackage.haskell.org/package/NTRU. You may need to install some dependencies, such as llvm.

Please contact opensource@cyberpointllc.com with any questions.

Copyright 2013 CyberPoint International LLC.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.