pub unsafe extern "C" fn KT128(
input: *const c_uchar,
inputByteLen: usize,
output: *mut c_uchar,
outputByteLen: usize,
customization: *const c_uchar,
customByteLen: usize,
) -> c_int
Expand description
Wrapper around KangarooTwelve
to use the 128-bit security level.