uqfoundation / ppft

distributed and parallel Python
http://ppft.rtfd.io
Other
65 stars 14 forks source link

reverse_md5.py example can't find all needed functions #32

Closed mmckerns closed 2 years ago

mmckerns commented 2 years ago

in python 3, hashlib.__get_openssl_constructor depends on __block_openssl_constructor and __get_builtin_constructor, which can't be found, and thus a NameError is thrown.

mmckerns commented 2 years ago

easy fix should be to import hashlib inside md5test.