python-sha3
python-sha3 copied to clipboard
Python implementation of FIPS SHA3 and SHAKE
(.venv) PS C:\Python\pythonProject> pip install sha3 Collecting sha3 Using cached sha3-0.2.1.tar.gz (616 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: sha3 Building wheel for sha3 (setup.py) ......
Hi, I have encountered an build error when running `pip install sha3` on Windows10, the error is `sha3.c(33): error C2016: C requires that a struct or union has at least...
As topic said, how to cross compile it on x86 for s390x? export CC? and what else?
After install sha3, and running it with a received package under Mac OS 10.13.2, when the calling library reference self._s = _sha3.sha3() AttributeError: module '_sha3' has no attribute 'sha3' Below...
It'd be useful to have the 'available_algorithms' and similar functions like in hashlib for this library!
When I try to build this on windows 7, I failed with these errors. C:\Users\Delong\python-sha3>python setup.py build running build running build_py running build_ext building '_sha3' extension Traceback (most recent call...