Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
commitb6aa6210cd4e647291289bf642fa219f6653fd35
authorHans Leidekker <hans@it.vu.nl>
Wed, 6 Oct 2004 18:53:29 +0000 (6 18:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Oct 2004 18:53:29 +0000 (6 18:53 +0000)
treee053b6fe9f75bacf9697f10eb66cbe9021d1af44
parentec3e9462683893855c5a74d005c0736d4195f749
Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
Add tests for these functions.
dlls/advapi32/Makefile.in
dlls/advapi32/advapi32.spec
dlls/advapi32/crypt_md4.c [new file with mode: 0644]
dlls/advapi32/crypt_md5.c [new file with mode: 0644]
dlls/advapi32/tests/.cvsignore
dlls/advapi32/tests/Makefile.in
dlls/advapi32/tests/crypt_md4.c [new file with mode: 0644]
dlls/advapi32/tests/crypt_md5.c [new file with mode: 0644]