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

@@ -4421,6 +4421,7 @@ dependencies = [
"digest 0.10.7",
"divrem",
"ed25519 2.2.3",
"ed25519-dalek 1.0.1",
"ed25519-dalek 2.0.0",
"embassy_container_init",
"emver",