Support dict defined value

This commit is contained in:
moznion
2020-11-25 20:31:06 +09:00
parent 2d9816a3da
commit 6e6412acc3
3 changed files with 802 additions and 664 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ impl Packet {
}
pub fn get_authenticator(&self) -> &Vec<u8> {
&self.get_authenticator()
&self.authenticator
}
pub fn parse(bs: &[u8], secret: &[u8]) -> Result<Self, String> {