Function openssl_sys::EC_POINT_hex2point

source ยท
pub unsafe extern "C" fn EC_POINT_hex2point(
    group: *const EC_GROUP,
    s: *const c_char,
    p: *mut EC_POINT,
    ctx: *mut BN_CTX,
) -> *mut EC_POINT