Fix tests and Add tests

This commit is contained in:
2026-08-05 06:43:03 +03:00
parent d046cb3412
commit 01e5afbb60
2 changed files with 24 additions and 2 deletions
@@ -19,6 +19,7 @@ struct SignedMessage {
std::string plaintext);
std::vector<uint8_t> serialize();
// bool valid();
};
} // namespace Protocol