This commit is contained in:
nora 2024-08-12 18:13:00 +02:00
parent 1cdea4763d
commit 768a1a6633
4 changed files with 179 additions and 1 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
chacha20 = "0.9.1"
ed25519-dalek = { version = "2.1.1" }
eyre = "0.6.12"
p256 = { version = "0.13.2", features = ["ecdh"] }
poly1305 = "0.8.0"
rand = "0.8.5"
rand_core = "0.6.4"