[][src]Function secp256k1::ffi::secp256k1_ecdh

pub unsafe extern "C" fn secp256k1_ecdh(
    cx: *const Context,
    output: *mut SharedSecret,
    pubkey: *const PublicKey,
    privkey: *const u8,
    hashfp: EcdhHashFn,
    data: *mut c_void
) -> i32