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 13:03:08 -0400

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

Modified files:
        Sigs           : article.rst 

Log message:
        our scheme into table

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

Patches:
Index: manuscripts/Sigs/article.rst
diff -u manuscripts/Sigs/article.rst:1.32 manuscripts/Sigs/article.rst:1.33
--- manuscripts/Sigs/article.rst:1.32   Sat May 17 12:45:57 2003
+++ manuscripts/Sigs/article.rst        Sat May 17 13:03:07 2003
@@ -210,22 +210,27 @@
        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$, $n$ & $1$ & $b$ & $\frac{bh}{n}+h$ & $h$ & $h$ &
+               $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$ \\
+               $S',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
+       Key boosting & 
+               $S',N$ & ${q'}^N$ & $b$ & $N(r'+s')$ & $r'$ & $h$ &
+               $c_0'$ & $N(c_0'+c_s')$ & $Nc_v$ \\
        \hline
     \end{tabular}
     \caption{
        Characterizations of the existing one-time signature schemes.
-       The symbols are explained in the text. ($n$ is a positive integer.)
+       The symbols are explained in the text. $n$ is a freely chosen
+       positive integer. $S'$ is a signature scheme of the form
+       $(q',b,s',r',h,c_0',c_s',c_v')$.
     }
     \end{table*}
 




reply via email to

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