Fix for handling nonce processing

This commit is contained in:
kngako
2024-08-21 22:28:30 +02:00
parent d74895079d
commit 64e15574db
2 changed files with 19 additions and 26 deletions

View File

@@ -830,6 +830,7 @@ public object Secp256k1Native : Secp256k1 {
val nAdaptor = adaptor?.let {
allocPublicKey(it).ptr
}
secp256k1_frost_nonce_process(
ctx = ctx,
session = nSession.ptr,