From ab86a1f0c3b86050e65fc5b7ac1e88a00f0d228c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 27 Jan 2020 21:25:39 +0100 Subject: Encrypted channels --- include/erebos/identity.h | 3 +++ include/erebos/network.h | 1 + 2 files changed, 4 insertions(+) (limited to 'include/erebos') diff --git a/include/erebos/identity.h b/include/erebos/identity.h index f57a12e..4fdddab 100644 --- a/include/erebos/identity.h +++ b/include/erebos/identity.h @@ -12,6 +12,9 @@ public: std::optional name() const; std::optional owner() const; + + Stored keyMessage() const; + std::optional ref() const; class Builder diff --git a/include/erebos/network.h b/include/erebos/network.h index c29096f..47c7e7a 100644 --- a/include/erebos/network.h +++ b/include/erebos/network.h @@ -10,6 +10,7 @@ public: Server(const Identity &); ~Server(); + struct Peer; private: struct Priv; const std::shared_ptr p; -- cgit v1.2.3