MathWiki
|
November 21, 2024, at 12:05 PM | MathWiki / MathWiki / SecretSharing |
|
SecretSharingInvented independently by Adi Shamir and George Blakley in 1979, a $(n, m)$-threshold scheme breaks a secret and shares it with $m$ individuals. While any group of $n$ or more individuals can together reconstruct the secret, no group of fewer than $n$ individuals can obtain any information at all.
Note that Shamir's scheme can be viewed as a special version of Blakley's scheme. Namely, let $V$ be the vector space of all polynomials of degree at most $n-1$ over $\mathbb R$. Thus, $V$ is a vector space of dimension $n$. Let $p(x)$ be the polynomial of degree $n-1$ chosen with $(x_i,y_i=p(x_i))$, $i=1,2,\dots,n$, picked. For any pair $(x_i,y_i)$, set $V_i=\{f(x)\in V\mid f(x_i)=y_i\}$, which is an affine subspace of $V$ of dimension $n-1$: if $f(x),g(x)\in S_i$ and $\lambda_1,\lambda_2\in F$ with $\lambda_1+\lambda_2=1$, then $\lambda_1f(x)+\lambda_2g(x)\in S_i$ as well. Now, it is easy to see that $\cap_iS_i=\{p(x)\}$. If we write $p(x)=c_0+c_1x+c_2x^2+\dots+c_{n-1}x^{n-1}$, then $p(x_i)=c_0+c_1x_i+c_2x_i^2+\dots+c_{n-1}x_i^{n-1}$. Thus, we can view $(1,x_i,x_i^2,\dots,x_i^{n-1})$ as the (specially chosen) coefficients of the defining equation of the hyperplane $t_0+a_1t_1+a_2t_2+\dots+a_{n-1}t_{n-1}=y_i$ (here $t_j$ are variables and $a_j=x_i^j$, $j=1,\dots,n-1$) in $\mathbb R^{n}$. For a large secret, one can encrypt the secret using a private key system, and then distribute the key using secret sharing. |
Validate the XHTML and CSS of this page. | Page last modified on January 09, 2011, at 10:48 AM | Edit History Print Recent Changes |
Powered by PmWiki |