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 --- src/identity.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/identity.h') diff --git a/src/identity.h b/src/identity.h index 4335d32..79b335e 100644 --- a/src/identity.h +++ b/src/identity.h @@ -29,11 +29,13 @@ public: vector>> data; shared_future> name; optional owner; + Stored keyMessage; static bool verifySignatures(const Stored> & sdata); static shared_ptr validate(const vector>> & sdata); - optional> lookupProperty( - function sel) const; + static optional> lookupProperty( + const vector>> & data, + function sel); }; class Identity::Builder::Priv -- cgit v1.2.3