Metadata-Version: 2.1
Name: algomodule
Version: 1.1.1
Summary: CryptoCurrency Hashing Library
Home-page: https://github.com/electrum-altcoin/algomodule
Author: Ahmed Bodiwala
Author-email: Ahmed Bodiwala <ahmedbodi@crypto-expert.com>
License: Proprietary
Project-URL: Code, https://github.com/electrum-altcoin/AlgoLib
Project-URL: Homepage, https://github.com/electrum-altcoin/AlgoLib
Project-URL: Issue tracker, https://github.com/electrum-altcoin/AlgoLib/issues
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=2.6
Description-Content-Type: text/markdown

### Python Hashing Library for Coin Algorithms

## Supported Algorithms:
- Bcrypt (algomdule._bcrypt_hash)
- BitBlock (algomodule._bitblock_hash)
- Blake (algomodule._blake_hash)
- Dcrypt (algomodule._dcrypt_hash)
- Fresh (algomodule._fresh_hash)
- Groestl (algomodule._groestl_hash)
- Hefty1 (algomodule._hefty1_hash)
- Jackpot (algomodule._jackpot_hash)
- Keccak (algomodule._keccak_hash)
- Scrypt (algomodule._ltc_scrypt)
- Myriad Groestl (algomodule._mgroestl_hash)
- NeoScrypt (algomodule._neoscrypt_hash)
- Nist5 (algomodule._nist5_hash)
- Quark (algomodule._quark_hash)
- Qubit (algomodule._qubit_hash)
- Sha1 (algomodule._sha1_hash)
- Shavite3 (algomodule._shavite3_hash)
- Skein (algomodule._skein_hash)
- 3S (algomodule._threes_hash)
- TWE (algomodule._twe_hash)
- x11 (algomodule._x11_hash)
- x13 (algomodule._x13_hash)
- x14 (algomodule._x14_hash)
- x15 (algomodule._x15_hash)
- x17 (algomodule._x17_hash)

## Author
Ahmed Bodiwala

## Contributing
All hashing algorithms welcome either by requests or PR's

## Help fund development
- BTC: 3MJBBQPNu5py4nivN1iZk2c4Adncpp3LjZ
