mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Normalize keystore passwords (#1972)
## Issue Addressed Resolves #1879 ## Proposed Changes Do NFKD normalization for keystore passwords.
This commit is contained in:
@@ -22,6 +22,7 @@ bls = { path = "../bls" }
|
||||
eth2_ssz = "0.1.2"
|
||||
serde_json = "1.0.58"
|
||||
eth2_key_derivation = { path = "../eth2_key_derivation" }
|
||||
unicode-normalization = "0.1.16"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user