ntru

Crates.iontru
lib.rsntru
version0.5.6
sourcesrc
created_at2015-11-04 14:10:02.921361
updated_at2016-12-09 16:54:46.169775
descriptionImplementation of the NTRUEncrypt algorithm. Interface to libntru.
homepage
repositoryhttps://github.com/FractalGlobal/ntru-rs
max_upload_size
id3364
size742,658
(FractalMatt)

documentation

https://docs.rs/ntru/

README

NTRUEncrypt library for Rust

Build Status Build status Coverage Status Crates.io

This library implements an interface with libntru C library. It is currently under development, but can be used to encrypt and decrypt data. The documentation can be found here. This library was selected due to its better performance comparing to the reference NTRUEncrypt implementation.

License

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 3 of the License, or (at your option) any later version. You can also redistribute it and/or modify it under the terms of the 3-clause BSD license, since this library is double licensed.

Commit count: 176

cargo fmt