pip3 install digibyte_scrypt
import digibyte_scrypt
digibyte_scrypt.calcPoW(...)
1.0.7
- Removed obsolete debug log statement
1.0.6
- Added support for Python 3.10: This version defines
#define PY_SSIZE_T_CLEAN
before includingPython.h
1.0.5
- This version does not rely on
pypandoc
anymore as the newsetuptools
can handle markdown just well! - Fixed a bunch of compilation issues
1.0.0
- Initial Development of scrypt (Integrated c module)