more moves

This commit is contained in:
nora 2024-08-25 23:34:33 +02:00
parent 8a627949a3
commit 362d8c57ce
16 changed files with 164 additions and 175 deletions

View file

@ -1,7 +1,6 @@
pub mod client;
mod crypto;
pub mod key;
pub mod numbers;
pub mod packet;
pub mod server;
@ -27,7 +26,6 @@ impl From<ParseError> for SshStatus {
}
}
pub trait SshRng {
fn fill_bytes(&mut self, dest: &mut [u8]);
}