Bindings for Proof of Work hash function used by SiFcoin
Project description
sifcoin-hash - bindings for Proof of Work hash function used by Sifcoin
Sifcoin ANN on [bitcointalk ru thread](https://bitcointalk.org/index.php?topic=240884.0) …
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østl, 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.
Python bindings for Sifcoin hashing.
Typical usage:
def block_header_hash(chain, header): return sifcoin_hash.getPoWHash(header)
Module installation
Install module with:
$ pip install sifcoin-hash
or:
$ pip install git+https://github.com/gjhiggins/sifcoin-hash --allow-external
or:
$ git clone https://github.com/gjhiggins/sifcoin-hash $ cd sifcoin-hash $ python setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sifcoin-hash-1.0.2.tar.gz
.
File metadata
- Download URL: sifcoin-hash-1.0.2.tar.gz
- Upload date:
- Size: 133.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 879f8055f602b247f241a4f1fe80eaa90979924433ab706d274272208706137c |
|
MD5 | f99f685eb1f924623eefde69b4de31c2 |
|
BLAKE2b-256 | 7e658217669079b6586607f9041d144543d1255aa187de11d7f306cb6d6ccf24 |