Function xkcp_sys::KangarooTwelve_Initialize
source · pub unsafe extern "C" fn KangarooTwelve_Initialize(
ktInstance: *mut KangarooTwelve_Instance,
outputByteLen: usize
) -> c_int
Expand description
Function to initialize a KangarooTwelve instance. @param ktInstance Pointer to the instance to be initialized. @param outputByteLen The desired number of output bytes, or 0 for an arbitrarily-long output. @return 0 if successful, 1 otherwise.