[][src]Type Definition secp256k1::ffi::EcdhHashFn

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

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