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

@@ -10,6 +10,7 @@ my @dirs = (
".",
"crypto",
"crypto/md2",
"crypto/md4",
"crypto/md5",
"crypto/sha",
"crypto/mdc2",