attempt to decrypt

This commit is contained in:
nora 2024-07-20 14:48:40 +02:00
parent b930bc0c5d
commit 0f93d225e7
7 changed files with 174 additions and 252 deletions

View file

@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes-gcm = "0.10.3"
byteorder = "1.4.3"
hkdf = "0.12.3"
rand = "0.8.5"
ring = "0.16.20"
sha2 = "0.10.8"
x25519-dalek = "2.0.0"