use old secret key derivation function (#2482)

* use old secret key derivation function

* compat

* cargo
This commit is contained in:
Aiden McClelland
2023-10-27 17:32:21 -06:00
committed by GitHub
parent 0865cffddf
commit 182a095420
4 changed files with 7 additions and 9 deletions

View File

@@ -66,11 +66,11 @@ divrem = "1.0.0"
ed25519 = { version = "2.2.3", features = ["pkcs8", "pem", "alloc"] }
ed25519-dalek = { version = "2.0.0", features = [
"serde",
"hazmat",
"zeroize",
"rand_core",
"digest",
] }
ed25519-dalek-v1 = { package = "ed25519-dalek", version = "1" }
embassy_container_init = { path = "../libs/embassy_container_init" }
emver = { version = "0.1.7", git = "https://github.com/Start9Labs/emver-rs.git", features = [
"serde",