[noise] Noise for Java

Trevor Perrin trevp at trevp.net
Tue Jun 28 16:30:48 PDT 2016


On Tue, Jun 28, 2016 at 12:28 PM, Trevor Perrin <trevp at trevp.net> wrote:
> On Mon, Jun 27, 2016 at 10:26 PM, Rhys Weatherley
> <rhys.weatherley at gmail.com> wrote:
>>
>> https://github.com/rweather/noise-java
>>
>> All of the usual vector tests are passing - regular handshakes, PSK-using,
>> SSK-using, and fallback scenarios.
>>
>> It took a little longer than I had hoped because I had to write the DJB
>> family of cryptographic primitives myself.
>
> Oh wow, looks nice!
>
> More docs on building / testing would help, e.g. how to run the vector tests.
>
> The other tests pass for me, except for CipherStateTests:

I debugged this with Rhys offlist, the problem was mine - I had to
install JDK policy files to enable strong crypto:

https://bigdatazone.blogspot.com/2014/01/mac-osx-where-to-put-unlimited-jce-java.html

Trevor


More information about the Noise mailing list