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