Add Protocol::SignedMessage struct (not done)

This commit is contained in:
2026-08-04 21:27:06 +03:00
parent 09ae813c76
commit 11d207d58f
6 changed files with 103 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ target_link_libraries(Protocol_tests
PRIVATE
Protocol
Catch2::Catch2WithMain
sodium
)
catch_discover_tests(Protocol_tests)