Function cashweb::relay::create_merged_key[][src]

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

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