This commit is contained in:
nora 2024-08-10 19:05:49 +02:00
parent 0bd4f7d9ef
commit f5561004f6
4 changed files with 122 additions and 42 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
chacha20 = "0.9.1"
chacha20poly1305 = "0.10.1"
ed25519-dalek = { version = "2.1.1" }
eyre = "0.6.12"
poly1305 = "0.8.0"