kex works

This commit is contained in:
nora 2024-08-09 14:25:49 +02:00
parent e4363a61d2
commit 660fa8e10e
4 changed files with 80 additions and 20 deletions

View file

@ -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]);