mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-14 16:45:02 +01:00
attempt to decrypt
This commit is contained in:
parent
b930bc0c5d
commit
0f93d225e7
7 changed files with 174 additions and 252 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue