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:32:07 -0400

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

Modified files:
        Sigs           : article.rst 

Log message:
        Merkle-Winternitz data

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

Patches:
Index: manuscripts/Sigs/article.rst
diff -u manuscripts/Sigs/article.rst:1.30 manuscripts/Sigs/article.rst:1.31
--- manuscripts/Sigs/article.rst:1.30   Sat May 17 11:51:42 2003
+++ manuscripts/Sigs/article.rst        Sat May 17 12:32:07 2003
@@ -210,12 +210,17 @@
        Scheme & Params & $q$ & $b$ & $s$ &   $r$  & $h$ & $c_0$ & $c_s$ & 
$c_v$ \\
        \hline
        Lamport\cite{XXX} & 
-                $h$, $b$ & $1$ & $b$ & $bh$ & $2bh$ & $h$ & $2bh$ & $0$ &  
$bh$ \\
+               $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$ \\
        \hline
     \end{tabular}
     \caption{
        Characterizations of the existing one-time signature schemes.
-       The symbols are explained in the text.
+       The symbols are explained in the text. ($t$ is a positive integer.)
     }
     \end{table*}
 




reply via email to

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