From f0a6834475ca0eb6d1c3f7575bcfc33aa23462a5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Feb 2013 09:42:57 +0100 Subject: generate h file with `javah SHA3` 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.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 java-c-jni/SHA3.h (limited to 'java-c-jni') diff --git a/java-c-jni/SHA3.h b/java-c-jni/SHA3.h new file mode 100644 index 0000000..027cf41 --- /dev/null +++ b/java-c-jni/SHA3.h @@ -0,0 +1,37 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class SHA3 */ + +#ifndef _Included_SHA3 +#define _Included_SHA3 +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: SHA3 + * Method: initialise + * Signature: (III)V + */ +JNIEXPORT void JNICALL Java_SHA3_initialise + (JNIEnv *, jclass, jint, jint, jint); + +/* + * Class: SHA3 + * Method: update + * Signature: ([BI)V + */ +JNIEXPORT void JNICALL Java_SHA3_update + (JNIEnv *, jclass, jbyteArray, jint); + +/* + * Class: SHA3 + * Method: digest + * Signature: ([BI)[B + */ +JNIEXPORT jbyteArray JNICALL Java_SHA3_digest + (JNIEnv *, jclass, jbyteArray, jint); + +#ifdef __cplusplus +} +#endif +#endif -- cgit v1.2.3-70-g09d2