[PATCH 3/9] bcrypt: Added MD2 hash support.

Jacek Caban jacek at codeweavers.com
Thu Dec 7 12:07:04 CST 2017


By adopting rsaenh implementation.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 dlls/bcrypt/Makefile.in       |   1 +
 dlls/bcrypt/bcrypt_internal.h |   9 +++
 dlls/bcrypt/bcrypt_main.c     |  16 +++++
 dlls/bcrypt/md2.c             | 145
++++++++++++++++++++++++++++++++++++++++++
 dlls/bcrypt/tests/bcrypt.c    |   6 ++
 include/bcrypt.h              |   1 +
 6 files changed, 178 insertions(+)
 create mode 100644 dlls/bcrypt/md2.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-bcrypt-Added-MD2-hash-support.diff
Type: text/x-patch
Size: 9396 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20171207/e52b334c/attachment-0001.bin>


More information about the wine-devel mailing list