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

1
Cargo.lock generated
View File

@@ -834,6 +834,7 @@ dependencies = [
"sled",
"thiserror 1.0.69",
"tokio",
"x25519-dalek",
]
[[package]]