md5.h
changeset 915 d845fe7cf6f2
parent 602 f0afb4018788
child 1884 804ff5f94ed0
equal deleted inserted replaced
914:4359607898f7 915:d845fe7cf6f2
    69     md5_word_t abcd[4];		/* digest buffer */
    69     md5_word_t abcd[4];		/* digest buffer */
    70     md5_byte_t buf[64];		/* accumulate block */
    70     md5_byte_t buf[64];		/* accumulate block */
    71 } md5_state_t;
    71 } md5_state_t;
    72 
    72 
    73 #ifdef __cplusplus
    73 #ifdef __cplusplus
    74 extern "C" 
    74 extern "C"
    75 {
    75 {
    76 #endif
    76 #endif
    77 
    77 
    78 /* Initialize the algorithm. */
    78 /* Initialize the algorithm. */
    79 void md5_init(md5_state_t *pms);
    79 void md5_init(md5_state_t *pms);