Type Definition secp256k1_sys::EcdhHashFn

source · []
pub 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>;
Expand description

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