Compare commits

..

2 Commits

Author SHA1 Message Date
Daniel Laptop
9e5c4126a5 Merge branch 'master' of https://git.efi.th-nuernberg.de/gitea/hopfma/appsec 2022-12-01 12:39:01 +01:00
Daniel Laptop
221a67c536 Konstanten für statusbytes eingefügt 2022-12-01 12:38:53 +01:00

2
src/bin/constants.rs Normal file
View File

@ -0,0 +1,2 @@
pub const KEYBYTE: u8 = 0b1;
pub const MSGBYTE: u8 = 0b01;