mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
b0ff5af2ba
Fix context length in the algorithm descriptors. Expose the block length and include it in the algorithm descriptors. Complete the list of available digest algorithms.
4 lines
64 B
C
4 lines
64 B
C
/* $Cryb$ */
|
|
#include <md2.h>
|
|
#include <md4.h>
|
|
#include <md5.h>
|