Skip to content

Commit e17630b

Browse files
committed
fixes for roconnor
1 parent 42394f9 commit e17630b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathematical-companion/main.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@ \subsection{Lagrange Interpolation and Shamir's Secret Sharing\label{sec:sss}}
245245
\item Going even further, suppose that for each initial share $F_x=\{f_i\}$,
246246
a particular character can be described as a particular \textbf{affine
247247
transformation} of the others, like
248-
\[ f_j = \sum_{i\neq j} \alpha_i + \beta \]
248+
\[ f_j = \sum_{i\neq j} \alpha_i f_i + \beta \]
249249
for a fixed index $j$ and fixed $\beta,\alpha_i\in \mathbb{F}$.
250250

251251
Then \emph{all derived shares will satisfy the same equation}!
252252

253253
This is not immediately obvious but can be shown by interpolating the polynomial
254-
\[ q(x) = \sum_i \alpha_i p_i(x) - \beta. \]
254+
\[ q(x) = \sum_{i\neq j} \alpha_i p_i(x) + \beta - p_j(x). \]
255255
By assumption, this polynomial is zero at each evaluation point $x$ and is
256256
therefore zero everywhere.
257257
\end{itemize}

0 commit comments

Comments
 (0)