[BACK]Return to reliable.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / calc2000p

File: [local] / OpenXM / doc / calc2000p / reliable.tex (download)

Revision 1.2, Mon Jul 31 07:26:12 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +3 -3 lines

Modified several files according to the discussion.

% $OpenXM: OpenXM/doc/calc2000p/reliable.tex,v 1.2 2000/07/31 07:26:12 noro Exp $
\documentclass{slides}
\usepackage{color}
\usepackage{rgb}
%{\color{red} Asir}
\begin{document}
\parskip 5pt
\fbox{{\large \color{blue} Reliable Computation with OpenXM}}
\vskip 3pt
{\color{red} Compute GB on a client $\Rightarrow$ Verify it on a server}

{\color{red} $\{g_i\}$ is a GB of $\{f_j\}$} 
$\Leftrightarrow$ $\{g_i\}$ is a GB (trivial)\\
and {\color{green} $\{g_i\}$ is generated by $\{f_j\}$ (non trivial)}.

\vskip 10pt

{\color{red} Check of the generation}\\
Find {\color{turquoise} polynomials} $c_j$ s.t.$g_i = \sum c_jf_j$ : {\color{red} hard}.

{\color{orange} Alternatively}

$\{h_k\}$ : intermediate bases ($\{f_j\}, \{g_i\}\subset \{h_k\}$)\\
Find {\color{turquoise} monomials} $m_l$ s.t. $h_k = \displaystyle{\sum_{l<k} m_l h_l}$ : {\color{SeaGreen} trivial}.

\medbreak

\begin{tabbing}
{\color{red} Verification}\\
After each normal form computation,\\
{\color{green} Client} \=: \= sends a list $\{h,\{l_1,m_1\},\ldots,\{l_s,m_s\}\}$.\\
\>\>where $h$ is the normal form.\\
{\color{green} Server}  \>: \> checks whether  $h=\sum m_k h_{l_k}$, then\\
\>\> registers $h$ as a new basis element.
\end{tabbing}

\medbreak

{\color{red} Implementation of the verifier} : {\color{SeaGreen}easy}\\
\quad It requres only polynomial arithmetics.

{\color{red} Reliability} : {\color{SeaGreen} higher than simple double check}
\vskip 20pt
\rightline{ {\color{red} {\tt http://www.openxm.org} }}
\end{document}