NTRU C# Wrapper
This wrapper implements an interface with libntru It is currently under development the documentation is coming soon.
This wrapper intends to use only Mono 2.0 libraries to make it compatible with with other software packages such as Unity3d.
- Generate Keypair
- Encrypt
- Decrypt
- Exporting Keys
- Importing Keys
- Documentation
Download NTRU source here
Download and install latest distribution here
Compile the C# code
mcs Program.cs NTRUWrapper.cs ffi.cs types.cs rand.cs encparams.cs
execute the test program
mono Program.exe
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.