SmartArray / digibyte_scrypt

Python bindings for scrypt proof of work used by DigiByte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigiByte Scrypt (Python Bindings)

Install

pip3 install digibyte_scrypt

Usage

import digibyte_scrypt

digibyte_scrypt.calcPoW(...)

Changelog

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 including Python.h

1.0.5

  • This version does not rely on pypandoc anymore as the new setuptools can handle markdown just well!
  • Fixed a bunch of compilation issues

1.0.0

  • Initial Development of scrypt (Integrated c module)

About

Python bindings for scrypt proof of work used by DigiByte


Languages

Language:C 93.7%Language:Python 6.3%