Key generation now automatically derives X25519 keys from Ed25519 keys which allows user to transparantly use their key name for encrypting/decrypting and signing/verifying

This commit is contained in:
Maxime Van Hees
2025-09-18 22:37:19 +02:00
parent 8808c0e9d9
commit 8ab841f68c
4 changed files with 243 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ sha2 = "0.10"
age = "0.10"
secrecy = "0.8"
ed25519-dalek = "2"
x25519-dalek = "2"
base64 = "0.22"
jsonrpsee = { version = "0.26.0", features = ["http-client", "ws-client", "server", "macros"] }