mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 17:35:04 +01:00
remove rand from ssh-transport
This commit is contained in:
parent
8d795e73b2
commit
c8842ef22a
5 changed files with 18 additions and 20 deletions
|
|
@ -9,11 +9,10 @@ aes-gcm = "0.10.3"
|
|||
chacha20 = "0.9.1"
|
||||
crypto-bigint = "0.5.5"
|
||||
ctr = "0.9.2"
|
||||
ed25519-dalek = { version = "2.1.1" }
|
||||
ed25519-dalek = "2.1.1"
|
||||
eyre = "0.6.12"
|
||||
p256 = { version = "0.13.2", features = ["ecdh", "ecdsa"] }
|
||||
poly1305 = "0.8.0"
|
||||
rand = "0.8.5"
|
||||
rand_core = "0.6.4"
|
||||
sha2 = "0.10.8"
|
||||
subtle = "2.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue