the following area can be configured to support more crypto functions
Definition at line 63 of file cryptoFunctions.cpp. 00063 { 00064 initCharArray(output, MD2_DIGEST_LENGTH); 00065 MD2(iteration, LENGTH_ITERATION_WORD, *output); 00066 return MD2_DIGEST_LENGTH; 00067 }
|
1.5.1