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

pub unsafe extern "C" fn secp256k1_ecdh(
    cx: *const Context,
    out: *mut SharedSecret,
    point: *const PublicKey,
    scalar: *const c_uchar,
    hash_fn: EcdhHashFn,
    data: *mut c_void
) -> c_int