diff options
Diffstat (limited to 'java-c-jni/SHA3.h')
-rw-r--r-- | java-c-jni/SHA3.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/java-c-jni/SHA3.h b/java-c-jni/SHA3.h deleted file mode 100644 index 027cf41..0000000 --- a/java-c-jni/SHA3.h +++ /dev/null @@ -1,37 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include <jni.h> -/* 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 |