<< Previous | Next >> | |
|
void md5_init( md5_state_t * pms );
Description
- Initialize the MD5 hash process. Initial values are generated for the structure, and this structure will identify a particular transaction in all subsequent calls to the md5 library.
Parameter
- pms
- Pointer to the
md5_state_t
structure.
Library
- MD5.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |