modified Cargo.lock
@@ -2749,7 +2749,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-ssh/Cargo.toml
@@ -14,10 +14,9 @@ edition.workspace = true
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
| + | |
modified crates/radicle-ssh/src/agent/client.rs
@@ -1,6 +1,5 @@
|
|
|
|
| - | |
|
|
|
|
|
@@ -9,7 +8,6 @@ pub use std::os::unix::net::UnixStream as Stream;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -145,7 +143,7 @@ impl<Stream: ClientStream> AgentClient<Stream> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -186,13 +184,12 @@ impl<Stream: ClientStream> AgentClient<Stream> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -304,14 +301,13 @@ impl<Stream: ClientStream> AgentClient<Stream> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -338,7 +334,7 @@ impl<Stream: ClientStream> AgentClient<Stream> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -422,7 +418,8 @@ impl<S: Read + Write + Sized + Send + Sync> ClientStream for S {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-ssh/src/encoding.rs
@@ -12,9 +12,8 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -53,6 +52,16 @@ pub trait Encoding {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -66,12 +75,12 @@ pub fn mpint_len(s: &[u8]) -> usize {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,24 +95,20 @@ impl Encoding for Vec<u8> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -116,7 +121,7 @@ impl Encoding for Vec<u8> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,7 +130,7 @@ impl Encoding for Vec<u8> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -207,7 +212,8 @@ impl<'a> Cursor<'a> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|