prepare for different signing alg

This commit is contained in:
nora 2024-08-13 16:29:13 +02:00
parent 3cde42f32c
commit 49a3793770
3 changed files with 85 additions and 29 deletions

View file

@ -8,7 +8,7 @@ aes-gcm = "0.10.3"
chacha20 = "0.9.1"
ed25519-dalek = { version = "2.1.1" }
eyre = "0.6.12"
p256 = { version = "0.13.2", features = ["ecdh"] }
p256 = { version = "0.13.2", features = ["ecdh", "ecdsa"] }
poly1305 = "0.8.0"
rand = "0.8.5"
rand_core = "0.6.4"