ethash 0.3.1

An Apache-licensed Ethash implementation.
Documentation
[package]
name = "ethash"
description = "An Apache-licensed Ethash implementation."
version = "0.3.1"
authors = ["Wei Tang <hi@that.world>"]
license = "Apache-2.0"

[dependencies]
ethereum-bigint = "0.2"
ethereum-rlp = "0.2"
byteorder = "1.0"
sha3 = "0.6"

[dev-dependencies]
ethereum-block = "0.3"
ethereum-hexutil = "0.2"
blockchain = "0.1"