- pysha3: Monero and Ethereum use the old pre-SHA3 version of the keccak hash function, which is not supported by hashlib.sha3. The pysha3 package supports the function but is not portable. Therefore, use the pure-Python implementation mmgen.keccak as a fallback, making the pysha3 package optional. Use of mmgen.keccak may be forced with --use-internal-keccak-module mmgen.keccak was ported from the Python 2 implementation at https://github.com/ctz/keccak - ethereum (pyethereum): Installation of this package presents numerous problems due to poor maintenance and many superfluous dependencies. Therefore, use stripped-down and modified local versions of ethereum.transactions and ethereum.utils as fallbacks, making the ethereum package optional. The local pyethereum.utils uses mmgen.keccak as a fallback for pysha3's keccak implementation. |
||
|---|---|---|
| .. | ||
| compute-file-chksum.py | ||
| create-token.py | ||
| test-release.sh | ||
| traceback_run.py | ||
| tx-btc2bch.py | ||
| tx-v2-to-v3.py | ||
| txsign-eval-exploit.diff | ||
| uninstall-mmgen.py | ||