cryptographic signature, put registration and messages structure

This commit is contained in:
2025-12-17 01:40:52 +01:00
parent 002a667837
commit 3664d55678
5 changed files with 161 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
mod data;
mod protocol;
mod cryptographic_signature;
mod registration;
mod messages_structure;
/// Messages sent to the Network thread by the GUI.
pub enum NetworkCommand {