gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/Sigs article.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/Sigs article.rst
Date: Sat, 17 May 2003 11:21:58 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Tuomas J. Lukka <address@hidden>        03/05/17 11:21:58

Modified files:
        Sigs           : article.rst 

Log message:
        Format

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/Sigs/article.rst.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: manuscripts/Sigs/article.rst
diff -u manuscripts/Sigs/article.rst:1.26 manuscripts/Sigs/article.rst:1.27
--- manuscripts/Sigs/article.rst:1.26   Sat May 17 11:15:17 2003
+++ manuscripts/Sigs/article.rst        Sat May 17 11:21:58 2003
@@ -226,21 +226,21 @@
 
 - alternatives at tree nodes:
 
-    - sign each public key separately,  requires `$b \ge r$` and `$q\ge k$`
-      and contributes `$s + r$` bits to signature and no extra hashes
+  - sign each public key separately,  requires `$b \\ge r$` and `$q\\ge k$`
+    and contributes `$s + r$` bits to signature and no extra hashes
 
-    - sign some type of hash of all public keys, requires `$b \ge h$` and 
`$q\ge 1$`
+  - sign some type of hash of all public keys, requires `$b \\ge h$` and 
`$q\\ge 1$`
 
-       - straightforward sig: contributes `$s + kr$ bits to sig and 
-         one extra hash to $c_s$ and $c_v$.
+    - straightforward sig: contributes `$s + kr$` bits to sig and 
+      one extra hash to `$c_s$` and `$c_v$`.
 
-       - hash of hashes, publish one public key and hashes of others:
-         contributes `$s + r + (k-1)h$` bits to sig and 
-         $k+1$ extra hashes to $c_s$ and $c_v$.
+    - hash of hashes, publish one public key and hashes of others:
+      contributes `$s + r + (k-1)h$` bits to sig and 
+      `$k+1$` extra hashes to `$c_s$` and `$c_v$`.
 
-       - tree of hashes, publish one public key and hashes of tree branches:
-         contributes `$s + r + h \log k$` bits to sig and
-         $2k-1$ extra hashes to $c_s$ and $c_v$.
+    - tree of hashes, publish one public key and hashes of tree branches:
+      contributes `$s + r + h \\log k$` bits to sig and
+      `$2k-1$` extra hashes to `$c_s$` and `$c_v$`.
 
 There are two alternatives for signing the subkeys 
 at each tree level: either signing all the public




reply via email to

[Prev in Thread] Current Thread [Next in Thread]