[][src]Function cashweb_relay::create_merged_key

pub fn create_merged_key(
    source_public_key: PublicKey,
    private_key: &[u8]
) -> Result<PublicKey, SecpError>

Create the merged key from the source public key and destination private key.