pub unsafe extern "C" fn Keccak_final(
ctx: *mut keccak_state_t,
output: *mut c_uchar,
outputByteLen: c_ulonglong,
)
Expand description
@brief Squeeze data from a sponge
@param[in,out] ctx context handle of the sponge @param[out] output the squeezed data @param[in] outputByteLen size of the data to be squeezed.