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: Benja Fallenstein
Subject: [Gzz-commits] manuscripts/Sigs article.rst
Date: Sat, 17 May 2003 12:45:58 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Benja Fallenstein <address@hidden>      03/05/17 12:45:58

Modified files:
        Sigs           : article.rst 

Log message:
        merke hash tree data -> table gets too wide

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

Patches:
Index: manuscripts/Sigs/article.rst
diff -u manuscripts/Sigs/article.rst:1.31 manuscripts/Sigs/article.rst:1.32
--- manuscripts/Sigs/article.rst:1.31   Sat May 17 12:32:07 2003
+++ manuscripts/Sigs/article.rst        Sat May 17 12:45:57 2003
@@ -213,14 +213,19 @@
                $h$, $b$ & $1$ & $b$ & $bh$ & $2bh$ & $h$ & $2bh$ & $0$ &  $bh$ 
\\
        \hline
        Merkle-Winternitz\cite{XXX} &
-               $h$, $b$, $t$ & $1$ & $b$ & $\frac{bh}{t}+h$ & $h$ & $h$ &
-               $2\frac{b}{t}(2^t-1)+1$ & $\frac{b}{t}(2^t-1)+1$ &
-               $\frac{b}{t}(2^t-1)+1$ \\
+               $h$, $b$, $n$ & $1$ & $b$ & $\frac{bh}{n}+h$ & $h$ & $h$ &
+               $2\frac{b}{n}(2^n-1)+1$ & $\frac{b}{n}(2^n-1)+1$ &
+               $\frac{b}{n}(2^n-1)+1$ \\
+       \hline
+       Merkle hash tree & % XXX check this again
+               $(q',b,s',r',h,c_0',c_s',c_v')$, $n$ &
+               ${2^n}q'$ & $b$ & $s'+r'+hn$ & $h$ & $h$ & 
${2^n}c_0'+2^{n+1}-1$ & 
+               $c_s'+n$ & $c_v'+n$ \\
        \hline
     \end{tabular}
     \caption{
        Characterizations of the existing one-time signature schemes.
-       The symbols are explained in the text. ($t$ is a positive integer.)
+       The symbols are explained in the text. ($n$ is a positive integer.)
     }
     \end{table*}
 




reply via email to

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