[PATCH 2/8 v2] bcrypt: Added MD2 hash support.
7 Dec
2017
7 Dec
'17
12:46 p.m.
By adopting rsaenh implementation. Signed-off-by: Jacek Caban <jacek(a)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
3017
Age (days ago)
3017
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban