<< Previous | Next >> | |
|
void md5_finish( md5_state_t * pms, char digest[16] );
Description
- Completes the hash of all the received data and generates the final hash value.
Parameters
- pms
- Pointer to the
md5_state_t
structure that was initialized bymd5_init
.
- digest
- The 16-byte array that the hash value will be written into.
Library
- MD5.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |