pub unsafe extern "C" fn sha3_256_final(
ctx: *mut keccak_state_t,
digest: *mut c_void,
)
Expand description
@brief SHA3-256 finalization. Pads the input data and exports the hash value
@param[in,out] ctx context handle to use @param[out] digest resulting digest, this is the hash of all the bytes