Function wolfssl_sys::wc_EccPublicKeyDecode

source ยท
pub unsafe extern "C" fn wc_EccPublicKeyDecode(
    input: *const byte,
    inOutIdx: *mut word32,
    key: *mut ecc_key,
    inSz: word32,
) -> c_int