From 1fd8d2978f4c888d33c167bc189e0ada936139f5 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Mon, 23 Nov 2020 13:17:08 -0500 Subject: [PATCH] fix typo --- docs/signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signing.md b/docs/signing.md index abcd767..22980b2 100644 --- a/docs/signing.md +++ b/docs/signing.md @@ -75,7 +75,7 @@ S = \operatorname{ECDH}\left(I_A,E_B\right)\;\parallel\; If keys are unsigned, a forger can make up values of $`E_A`$ and $`E_B`$, and construct a transcript of a conversation which looks like it was between Alice and Bob. Alice and Bob can therefore plausibly deny their -partition in any conversation even if they are both forced to divulge their +participation in any conversation even if they are both forced to divulge their private identity keys, since it is impossible to prove that the transcript was a conversation between the two of them, rather than constructed by a forger.