Function secp256k1::ffi::secp256k1_ecdh_raw [] [src]

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