[ECDH API change] Allow pass arbitrary data to hash function

This commit is contained in:
Kirill Fomichev
2018-05-17 00:12:46 +03:00
parent b00be65056
commit c8fbc3c397
5 changed files with 27 additions and 19 deletions

View File

@@ -354,6 +354,7 @@ SECP256K1_API jobjectArray JNICALL Java_org_bitcoin_NativeSecp256k1_secp256k1_1e
nonce_res,
&pubkey,
secdata,
NULL,
NULL
);
}