etcommon-crypto 0.1.2

Shortcuts and helper functions for various hash functions needed in Ethereum.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
devp2p-secp256k1 = "0.5"
etcommon-bigint = "0.1.14"
lazy_static = "0.2"
sha3 = "0.6"

[dependencies.digest]
features = ["std"]
version = "0.6"

[package]
authors = ["Wei Tang <hi@that.world>"]
description = "Shortcuts and helper functions for various hash functions needed in Ethereum."
license = "Apache-2.0"
name = "etcommon-crypto"
repository = "https://github.com/ethereumproject/etcommon"
version = "0.1.2"