[tor-commits] [torspec/master] Fix small typo in KEYBLIND

nickm at torproject.org nickm at torproject.org
Tue Jan 21 19:46:26 UTC 2014


commit 2cb5c4cf071fbdcdb44574c813739f622106158a
Author: George Kadianakis <desnacked at riseup.net>
Date:   Tue Jan 21 14:43:07 2014 -0500

    Fix small typo in KEYBLIND
---
 proposals/224-rend-spec-ng.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index e2fd1a4..680d449 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -1663,7 +1663,7 @@ Appendix A. Signature scheme with key blinding [KEYBLIND]
   blinding factor h as H(A | s, B, N), and let:
 
       private key for the period:   a' = h a
-      public key for the period:    A' = h' A = (ha)B
+      public key for the period:    A' = h A = (ha)B
 
   Generating a signature of M: given a deterministic random-looking r
   (see EdDSA paper), take R=rB, S=r+hash(R,A',M)ah mod l. Send signature



More information about the tor-commits mailing list