197adeff0b
* Update milagro_bls to new release Signed-off-by: Kirk Baird <baird.k@outlook.com> * Tidy up fake cryptos Signed-off-by: Kirk Baird <baird.k@outlook.com> * move SecretHash to bls and put plaintext back Signed-off-by: Kirk Baird <baird.k@outlook.com>
18 lines
459 B
TOML
18 lines
459 B
TOML
[package]
|
|
name = "eth2_key_derivation"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rust-crypto = "0.2.36"
|
|
zeroize = { version = "1.0.0", features = ["zeroize_derive"] }
|
|
num-bigint-dig = { version = "0.6.0", features = ["zeroize"] }
|
|
ring = "0.16.9"
|
|
bls = { path = "../bls" }
|
|
|
|
[dev-dependencies]
|
|
hex = "0.3"
|