Skip to main content

wc_EccPublicKeyToDer_ex

Function wc_EccPublicKeyToDer_ex 

Source
pub unsafe extern "C" fn wc_EccPublicKeyToDer_ex(
    key: *mut ecc_key,
    output: *mut byte,
    inLen: word32,
    with_AlgCurve: c_int,
    comp: c_int,
) -> c_int