Increase test and fix some compiler errors on the JNI side.

This commit is contained in:
kngako
2024-08-19 21:40:56 +02:00
parent e7f074d36e
commit b1e96f329b
7 changed files with 439 additions and 161 deletions

View File

@@ -147,8 +147,8 @@ public object NativeSecp256k1 : Secp256k1 {
)
return Triple(
result[0],
result[1],
emptyArray(),
emptyArray(),
pok64
)
}