c102d9d1f9
* Update SecretKey to 32 bytes Signed-off-by: Kirk Baird <baird.k@outlook.com> * Stop test from padding to 48 bytes Signed-off-by: Kirk Baird <baird.k@outlook.com> * Fix keypair file secret key length Signed-off-by: Kirk Baird <baird.k@outlook.com>
21 lines
442 B
TOML
21 lines
442 B
TOML
[package]
|
|
name = "bls"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v1.0.1" }
|
|
eth2_hashing = "0.1.0"
|
|
hex = "0.3"
|
|
rand = "0.7.2"
|
|
serde = "1.0.102"
|
|
serde_derive = "1.0.102"
|
|
serde_hex = { path = "../serde_hex" }
|
|
eth2_ssz = "0.1.2"
|
|
eth2_ssz_types = { path = "../ssz_types" }
|
|
tree_hash = "0.1.0"
|
|
|
|
[features]
|
|
fake_crypto = []
|