{ "info": { "author": "Graham Higgins", "author_email": "gjh@bel-epa.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools" ], "description": "sifcoin-hash - bindings for Proof of Work hash function used by Sifcoin\n========================================================================\n\nSifcoin ANN on [bitcointalk ru thread](https://bitcointalk.org/index.php?topic=240884.0) ...\n\n Hash signature function block header changed from SHA-256(SHA-256()) to a daisy-chain of the candidates / finalists and winner of NIST, BLAKE, BMW, Gr\u00f8stl, JH, Keccak, Skein. All feature 512-bit but the end result is truncated to 256 bits. The rationale for avoiding SHA-256 and scrypt is to protect against possible startup sharp influx and then just as sharp outflow capacity miners with other currencies and the subsequent \"paralysis\". Complication chain to the length of 6 different hash functions and increase the intermediate bit depth to 512 as an attempt to keep from further development of highly efficient Mh/s GPU algorithms and threat of \"simple\" Gh/s ASIC devices.\n\n\n\nPython bindings for Sifcoin hashing. \n\nTypical usage::\n\n def block_header_hash(chain, header):\n return sifcoin_hash.getPoWHash(header)\n\nModule installation\n===================\n\nInstall module with::\n\n $ pip install sifcoin-hash\n\nor::\n\n $ pip install git+https://github.com/gjhiggins/sifcoin-hash --allow-external\n\nor::\n\n $ git clone https://github.com/gjhiggins/sifcoin-hash\n $ cd sifcoin-hash\n $ python setup.py install", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gjhiggins/sifcoin-hash", "keywords": "cryptocurrency", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sifcoin-hash", "package_url": "https://pypi.org/project/sifcoin-hash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sifcoin-hash/", "project_urls": { "Homepage": "https://github.com/gjhiggins/sifcoin-hash" }, "release_url": "https://pypi.org/project/sifcoin-hash/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Bindings for Proof of Work hash function used by SiFcoin", "version": "1.0.2" }, "last_serial": 1347009, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "f99f685eb1f924623eefde69b4de31c2", "sha256": "879f8055f602b247f241a4f1fe80eaa90979924433ab706d274272208706137c" }, "downloads": -1, "filename": "sifcoin-hash-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f99f685eb1f924623eefde69b4de31c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133177, "upload_time": "2014-12-17T01:57:28", "url": "https://files.pythonhosted.org/packages/7e/65/8217669079b6586607f9041d144543d1255aa187de11d7f306cb6d6ccf24/sifcoin-hash-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f99f685eb1f924623eefde69b4de31c2", "sha256": "879f8055f602b247f241a4f1fe80eaa90979924433ab706d274272208706137c" }, "downloads": -1, "filename": "sifcoin-hash-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f99f685eb1f924623eefde69b4de31c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133177, "upload_time": "2014-12-17T01:57:28", "url": "https://files.pythonhosted.org/packages/7e/65/8217669079b6586607f9041d144543d1255aa187de11d7f306cb6d6ccf24/sifcoin-hash-1.0.2.tar.gz" } ] }