Function sodot_bip340_derive_tweak_pubkey

Source
pub unsafe extern "C" fn sodot_bip340_derive_tweak_pubkey(
    secret_share: ConstStr,
    derivation_path: ConstSlice_u32,
    opt_tweak: ConstStr,
    pubkey_out: *mut HeapString,
) -> ResultFFI