Home
last modified time | relevance | path

Searched refs:pub_key_tweaked (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dscript.c1086 secp256k1_pubkey pub_key_tweaked; in wally_elements_pegin_contract_script_from_bytes() local
1093 memcpy(&pub_key_tweaked, &pub_key, sizeof(pub_key)); in wally_elements_pegin_contract_script_from_bytes()
1096 if (!pubkey_tweak_add(ctx, &pub_key_tweaked, tweak)) in wally_elements_pegin_contract_script_from_bytes()
1098 if (!pubkey_serialize(ser_pub_key, &ser_len, &pub_key_tweaked, PUBKEY_COMPRESSED)) in wally_elements_pegin_contract_script_from_bytes()
1109 pub_key_combination[1] = &pub_key_tweaked; in wally_elements_pegin_contract_script_from_bytes()