int MD2_WRAPPER ( const unsigned char *  input,
int  length,
const unsigned char *  iteration,
unsigned char **  output 
)

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 }


Generated on Wed Jun 25 14:46:45 2008 for keyvil by  doxygen 1.5.1