Check arguments to constraints
This commit is contained in:
@@ -200,10 +200,10 @@ public object NativeSecp256k1 : Secp256k1 {
|
||||
)
|
||||
}
|
||||
|
||||
override fun frostPublicKeyTweak(pk: ByteArray): ByteArray {
|
||||
override fun frostPublicKeyTweak(xOnlyPublicKey: ByteArray): ByteArray {
|
||||
return Secp256k1CFunctions.secp256k1_frost_pubkey_tweak(
|
||||
Secp256k1Context.getContext(),
|
||||
pk
|
||||
xOnlyPublicKey
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user