From 157412cc64f4ca103809b1579d00f837e846d747 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 18 Feb 2013 13:56:36 +0100 Subject: jni version, just needs to properly load the lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- java-c-jni/SHA3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java-c-jni/SHA3.java') diff --git a/java-c-jni/SHA3.java b/java-c-jni/SHA3.java index 283c5df..3d5ce2a 100644 --- a/java-c-jni/SHA3.java +++ b/java-c-jni/SHA3.java @@ -40,7 +40,7 @@ public class SHA3 */ static { - /* TODO load lib here */ + System.loadLibrary("SHA3"); } -- cgit v1.2.3-70-g09d2