mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-23 16:39:13 +00:00
fix C header inconsistency
This commit is contained in:
parent
e765142a57
commit
4798c4b1e2
@ -26,7 +26,7 @@ JNIEXPORT void JNICALL Java_CKzg4844JNI_freeTrustedSetup
|
||||
/*
|
||||
* Class: CKzg4844JNI
|
||||
* Method: computeAggregateKzgProof
|
||||
* Signature: ([BI)[B
|
||||
* Signature: ([BJ)[B
|
||||
*/
|
||||
JNIEXPORT jbyteArray JNICALL Java_CKzg4844JNI_computeAggregateKzgProof
|
||||
(JNIEnv *, jclass, jbyteArray, jlong);
|
||||
@ -34,7 +34,7 @@ JNIEXPORT jbyteArray JNICALL Java_CKzg4844JNI_computeAggregateKzgProof
|
||||
/*
|
||||
* Class: CKzg4844JNI
|
||||
* Method: verifyAggregateKzgProof
|
||||
* Signature: ([B[BI[B)Z
|
||||
* Signature: ([B[BJ[B)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_CKzg4844JNI_verifyAggregateKzgProof
|
||||
(JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jbyteArray);
|
||||
|
Loading…
x
Reference in New Issue
Block a user