Björn Edström

Results 2 comments of Björn Edström

Hi. Try to import sha3 instead. Do self._s = sha3.sha3() # no underscore instead of self._s = _sha3.sha3() The module with the underscore in front is the low level C...

Thanks for the Report! This is an issue I will probably not fix myself as I don't use Windows anywhere, but if anyone feel up for looking into it a...