mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 17:05:05 +01:00
kex works
This commit is contained in:
parent
e4363a61d2
commit
660fa8e10e
4 changed files with 80 additions and 20 deletions
|
|
@ -126,6 +126,8 @@ impl Debug for NameList<'_> {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: THIS IS A BRITTLE MESS BECAUSE THE RFC SUCKS HERE
|
||||
// DO NOT TOUCH MPINT ENCODING ANYWHERE
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct MpInt<'a>(pub(crate) &'a [u8]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue