ethbloom 0.1.0

Ethereum bloom filter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ethbloom"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
description = "Ethereum bloom filter"
license = "MIT"
documentation = "https://docs.rs/ethbloom"
homepage = "https://github.com/debris/ethbloom"
repository = "https://github.com/debris/ethbloom"

[dependencies]
tiny-keccak = "1.3"
rustc-hex = "1.0"