mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Switch to ring for hkdf (#1134)
* Switch to ring for hkdf * Remove comments * Make some keystore tests release only
This commit is contained in:
@@ -10,6 +10,7 @@ edition = "2018"
|
||||
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"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user