Skip to main content

wc_Curve25519PublicKeyDecode

Function wc_Curve25519PublicKeyDecode 

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