Function wolf_crypto_sys::wc_CheckPrivateKey

source ยท
pub unsafe extern "C" fn wc_CheckPrivateKey(
    privKey: *const byte,
    privKeySz: word32,
    pubKey: *const byte,
    pubKeySz: word32,
    ks: Key_Sum,
) -> c_int