MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test

This commit is contained in:
Richard Levitte
2000-08-14 14:05:53 +00:00
parent 5ce42a7e68
commit 3009458e2f
40 changed files with 3593 additions and 2136 deletions

View File

@@ -11,7 +11,7 @@
%two=&loadfile($ARGV[1]);
$line=0;
foreach $a ("md2","md5","sha","sha1","rc4","des cfb","des cbc","des ede3",
foreach $a ("md2","md4","md5","sha","sha1","rc4","des cfb","des cbc","des ede3",
"idea cfb","idea cbc","rc2 cfb","rc2 cbc","blowfish cbc","cast cbc")
{
if (defined($one{$a,8}) && defined($two{$a,8}))