Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / algos / md2.c
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-06-07 battFix some doxygen errors.
2007-02-15 asterixAdd MD2_DIGEST_LEN macro.
2007-02-06 asterixAdd ROTR macro in m2d_perm, add comments, typos.
2007-02-06 asterixTypo.
2007-02-05 asterixAdd md2_perm function.
2007-02-05 asterixAdd define for harvard architecture.
2007-02-02 asterixAdd function MD2_test. Fix bug in md2_update function.
2007-02-02 asterixChange md2_end prototype. Remove a unneeded memcpy...
2007-02-02 asterixFix some bugs in md2_pad and md2_update fuction.
2007-02-01 asterixRewrite md2_update function and fix some bug.
2007-01-31 asterixWrite md2_end function
2007-01-31 asterixTypo.
2007-01-31 asterixWrite md2_update function.
2007-01-31 asterixWrite md2_compute function.
2007-01-31 asterixWrite md2_pad funtion.
2007-01-30 asterixAdd function prototypes.
2007-01-30 battAdd first md2 skel.