From 71676475a350c577d50576a5aa0a712e035aa707 Mon Sep 17 00:00:00 2001 From: Nanocryk <nanocryk@gmail.com> Date: Mon, 18 Dec 2017 09:23:34 +0100 Subject: [PATCH] (fix) note explaining identity verification for documents --- 0002-binary-protocol.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0002-binary-protocol.md b/0002-binary-protocol.md index 509dc23..9045532 100644 --- a/0002-binary-protocol.md +++ b/0002-binary-protocol.md @@ -127,6 +127,8 @@ Usernames can be used for only one identity registered on the blockchain. > It will maybe be possible in the future to use a username not used for a long time. +> As explained below, each document contains issuers raw public keys and signatures. We can hash provided public keys to find associated identities. + # 3. Documents ## 3.1. Document structure -- GitLab