Definition at line 75 of file cryptoFunctions.cpp.
00075 { 00076 initCharArray(output, MD5_DIGEST_LENGTH); 00077 MD5(iteration, LENGTH_ITERATION_WORD, *output); 00078 return MD5_DIGEST_LENGTH; 00079 }