ntrumls 0.9.3

NTRUMLS library for Rust. An interface to the reference implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# NTRUMLS library for Rust #

[![Build Status](https://travis-ci.org/FractalGlobal/NTRUMLS-rs.svg?branch=master)](https://travis-ci.org/FractalGlobal/NTRUMLS-rs)
[![Build status](https://ci.appveyor.com/api/projects/status/v3g9ski1wddn2vra?svg=true)](https://ci.appveyor.com/project/Razican/ntrumls-rs)
[![Coverage Status](https://coveralls.io/repos/FractalGlobal/NTRUMLS-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/FractalGlobal/NTRUMLS-rs?branch=master)
[![Crates.io](https://meritbadge.herokuapp.com/ntrumls)](https://crates.io/crates/ntrumls)

This library implements an interface with
*[NTRUMLS](https://github.com/NTRUOpenSourceProject/NTRUMLS)* C library. It is
currently under development, but can be used to sign and verify messages. The
documentation can be found [here](http://fractal.global/NTRUMLS-rs).

# 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.