[PATCH] Add NTRUEncrypt public key encryption algorithm
Opal Raava
opalraava at riseup.net
Tue Feb 21 16:34:45 CET 2017
On 02/21/2017 08:53 AM, vjiipinge at gmail.com wrote:
> Dear Sir/Madam
>
>
>
> I would like to run a simple NTRUENCRYPT java code. How do I import NTRU
> package?
>
>
>
> Thank you,
>
>
>
> James
>
>
>
>
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
>
>
> _______________________________________________
> Gcrypt-devel mailing list
> Gcrypt-devel at gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
>
Hi James,
We decided back in 2015 not to support NTRUEncrypt mainly because of
licensing issues. So gcrypt doesn't have it.
The library has, as far as I'm aware, no Java bindings. It is written in
"C" so if you want to use the library in Java, You'll have to provide
the glue code yourself, which is no small task, but probably doable if
you only need a small part of the API.
I hope this answers your question,
-Opal
More information about the Gcrypt-devel
mailing list