curve25519-java/android
Moxie Marlinspike fc5af285f5 Fix for some devices that behave strangely with native code.
Sometimes, for whatever reason, native code fails to get installed
on some small percentage of Android devices.  In contrast to every
other device, on LG devices, the call to System.loadLibrary
 *succeeds*, and then the individual native calls throw exceptions.

This change allows the degredation path to work correctly on LG.
2015-02-09 14:00:01 -08:00
..
jni Fix for some devices that behave strangely with native code. 2015-02-09 14:00:01 -08:00
libs Fix for some devices that behave strangely with native code. 2015-02-09 14:00:01 -08:00
src Refactored into provider model for initial support of J2ME. 2015-01-10 21:31:00 -08:00
.gitignore Move over to gradle for all building. 2015-01-08 14:32:17 -08:00
build.gradle Add license information. 2015-01-08 15:33:41 -08:00