Skip to main content

wc_EccPrivateKeyDecode

Function wc_EccPrivateKeyDecode 

Source
pub unsafe extern "C" fn wc_EccPrivateKeyDecode(
    input: *const byte,
    inOutIdx: *mut word32,
    key: *mut ecc_key,
    inSz: word32,
) -> c_int