Skip to main content

wc_Curve25519PrivateKeyDecode

Function wc_Curve25519PrivateKeyDecode 

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