Commit Graph

13 Commits

Author SHA1 Message Date
Moxie Marlinspike
0c38f1602b Include support for arm64 and amd64 2018-05-04 04:35:33 -07:00
Moxie Marlinspike
f596383883 uniqueSignature -> vrfSignature
// FREEBIE
2016-10-18 11:12:25 -07:00
Moxie Marlinspike
5423528ed8 uxed25519 -> vxed25519
// FREEBIE
2016-10-17 15:22:12 -07:00
Moxie Marlinspike
b9f2ac4fde Add VUF support
// FREEBIE
2016-08-11 16:58:42 -07:00
Moxie Marlinspike
4566552ee2 Update headers, add LICENSE file
// FREEBIE
2016-05-02 13:44:19 -07:00
Moxie Marlinspike
43bb26cdc8 Add nextInt to SecureRandomProvider interface. 2015-02-10 15:22:08 -08:00
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
Moxie Marlinspike
c957bf1a03 More J2ME fixups. 2015-02-02 14:50:52 -08:00
Moxie Marlinspike
8bc433269d Allow caller to specify Random interface, mostly for J2ME. 2015-02-02 13:12:06 -08:00
Moxie Marlinspike
a198b326e6 We're not going to publish common, so the dependent projects
actually need to treat it as a source set.
2015-01-11 13:59:32 -08:00
Moxie Marlinspike
0f10718240 Refactored into provider model for initial support of J2ME. 2015-01-10 21:31:00 -08:00
Moxie Marlinspike
834de837c9 Add license information. 2015-01-08 15:33:41 -08:00
Moxie Marlinspike
c8d383bbb0 Move over to gradle for all building.
Use separate modules in order to build both a java as well as an
android artifact, with separate and shared test cases.
2015-01-08 14:32:17 -08:00