i can decrypt the length

This commit is contained in:
nora 2024-08-10 17:17:22 +02:00
parent adff1f593b
commit 08d28a152f
6 changed files with 102 additions and 50 deletions

12
Cargo.lock generated
View file

@ -152,16 +152,6 @@ dependencies = [
"libc",
]
[[package]]
name = "crypto-bigint"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
dependencies = [
"rand_core",
"subtle",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
@ -701,8 +691,8 @@ dependencies = [
name = "ssh-transport"
version = "0.1.0"
dependencies = [
"chacha20",
"chacha20poly1305",
"crypto-bigint",
"ed25519-dalek",
"eyre",
"hex-literal",