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

@@ -1833,3 +1833,9 @@ X509_NAME_print_ex_fp 2429
ASN1_STRING_print_ex_fp 2430
X509_NAME_print_ex 2431
ASN1_STRING_print_ex 2432
MD4 2433
MD4_Transform 2434
MD4_Final 2435
MD4_Update 2436
MD4_Init 2437
EVP_md4 2438