By adopting rsaenh implementation.
Signed-off-by: Jacek Caban jacek@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