[PATCH 2/8 v2] bcrypt: Added MD2 hash support.

Jacek Caban jacek at codeweavers.com
Thu Dec 7 12:46:20 CST 2017


By adopting rsaenh implementation.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
v2: Without tests depending on Windows version.

 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: 0002-bcrypt-Added-MD2-hash-support.diff
Type: text/x-patch
Size: 9386 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20171207/1634f520/attachment-0001.bin>


More information about the wine-devel mailing list