You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to generate the original secret with only two shares because the threshold for reconstructing the secret in this case is 3 out of 5 shares. The Shamir secret sharing scheme requires at least as many shares as the threshold to reconstruct the secret. In other words, if the threshold is 3, then at least 3 shares are required to reconstruct the secret. Using fewer shares than the threshold will not provide enough information to reconstruct the secret.
If we try to reconstruct the secret using only two shares, we will not have enough information to do so. Even if we know the coefficients a1 and a2, we would not be able to determine the constant term of the polynomial, which is the secret, without additional shares. This is because the constant term is a free term in the polynomial, and can take any value in the finite field.
If we try to use only two shares to reconstruct the secret by applying the Lagrange interpolation formula, we will obtain a polynomial of degree 1, which will not match the original polynomial of degree 2 that was used to generate the shares. As a result, the reconstructed secret will be incorrect.
Therefore, at least as many shares as the threshold specified in the Shamir secret sharing scheme to ensure that the secret can be reconstructed correctly.
My BTC address is; bc1qvr9p54z9qjpklxd2ejz47y88g0nt0t85xs8f4l
Am waiting for my reward for finding a bug
The text was updated successfully, but these errors were encountered:
It is not possible to generate the original secret with only two shares because the threshold for reconstructing the secret in this case is 3 out of 5 shares. The Shamir secret sharing scheme requires at least as many shares as the threshold to reconstruct the secret. In other words, if the threshold is 3, then at least 3 shares are required to reconstruct the secret. Using fewer shares than the threshold will not provide enough information to reconstruct the secret.
If we try to reconstruct the secret using only two shares, we will not have enough information to do so. Even if we know the coefficients a1 and a2, we would not be able to determine the constant term of the polynomial, which is the secret, without additional shares. This is because the constant term is a free term in the polynomial, and can take any value in the finite field.
If we try to use only two shares to reconstruct the secret by applying the Lagrange interpolation formula, we will obtain a polynomial of degree 1, which will not match the original polynomial of degree 2 that was used to generate the shares. As a result, the reconstructed secret will be incorrect.
Therefore, at least as many shares as the threshold specified in the Shamir secret sharing scheme to ensure that the secret can be reconstructed correctly. My BTC address is; bc1qvr9p54z9qjpklxd2ejz47y88g0nt0t85xs8f4l
It is not possible to generate the original secret with only two shares because the threshold for reconstructing the secret in this case is 3 out of 5 shares. The Shamir secret sharing scheme requires at least as many shares as the threshold to reconstruct the secret. In other words, if the threshold is 3, then at least 3 shares are required to reconstruct the secret. Using fewer shares than the threshold will not provide enough information to reconstruct the secret.
If we try to reconstruct the secret using only two shares, we will not have enough information to do so. Even if we know the coefficients a1 and a2, we would not be able to determine the constant term of the polynomial, which is the secret, without additional shares. This is because the constant term is a free term in the polynomial, and can take any value in the finite field.
If we try to use only two shares to reconstruct the secret by applying the Lagrange interpolation formula, we will obtain a polynomial of degree 1, which will not match the original polynomial of degree 2 that was used to generate the shares. As a result, the reconstructed secret will be incorrect.
Therefore, at least as many shares as the threshold specified in the Shamir secret sharing scheme to ensure that the secret can be reconstructed correctly.
My BTC address is; bc1qvr9p54z9qjpklxd2ejz47y88g0nt0t85xs8f4l
Am waiting for my reward for finding a bug
The text was updated successfully, but these errors were encountered: