Metadata-Version: 2.1
Name: algomodule
Version: 1.0.2
Summary: CryptoCurrency Hashing Library
Home-page: https://github.com/electrum-altcoin/algomodule
Author: Ahmed Bodiwala
Author-email: ahmedbodi@crypto-expert.com
License: MIT
Project-URL: Code, https://github.com/electrum-altcoin/AlgoLib
Project-URL: Issue tracker, https://github.com/electrum-altcoin/AlgoLib/issues
Description: ### 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 (Segwit): 33NrS6heATC5cpbKf2xVBXhGjb5byjc84G
        - BTC (Legacy): 17zjy73pGw7GvKoPVAno7HRNeXQ4B63z2E
        - BCH: qp9jqyydj3p73ph8ehnwwygla3fztlf6yqa7pc6vuz
        - BTC: AY5e47xJXfw9yYNM6smf9e3vG6182vzxr3
        - DASH: XwekGtZq9sJrJJW3C3ZRA59uEHjFVnPpL1
        - DGB: SUQSLkn4X12xMJomfVqvU4VBWUCop1GZTS
        - DOGE: DJ1ZmrSQ8e92yZRg1XQNu2DRcQeUYaKkEj
        - LTC: MSAkyZB96J4dRdVGoSYJ2nYXL4AvBYXEyp
        - NMC: N4gRvEF6HSx719tcJz2VLQhzSyKYeJxzZx
        - VTC: 3PJrdRTgjoTx6SmMwQQWpVqbwJSvmPsXhF
        - ZEC: t1L6k83EcFqPuAUTHSKp4HeC94ZUAGzERPH
        - ETH: 0x03203fcb30774703d684FD3Ec5A4f9De39C8f907
        - ETC: 0x62A12D574167d37713294fB82D9157aC511F264a
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.4
Description-Content-Type: text/markdown
