[][src]Type Definition secp256k1_sys::EcdhHashFn

type EcdhHashFn = Option<unsafe extern "C" fn(output: *mut c_uchar, x: *const c_uchar, y: *const c_uchar, data: *mut c_void) -> c_int>;

Hash function to use to post-process an ECDH point to get a shared secret.