algorithm - Why does Shamir Secret Sharing use Lagrange polynomials? -



algorithm - Why does Shamir Secret Sharing use Lagrange polynomials? -

i've read newton polynomials have improve computational complexity, shamir's uses lagrange polynomials instead. know if there particular reason why newton polynomials aren't used instead?

thanks

i can guess:

other that, lagrange easier calculate difference methods, , (probably rightly) regarded many best selection when 1 knows polynomial grade needed. , when interpolation done @ 1 x value, info points' y values varying 1 problem another, lagrange's formula becomes much more convenient begins selection consider.

http://en.wikipedia.org/wiki/newton_polynomial#strengths_and_weaknesses_of_various_formulae

algorithm cryptography shared-secret

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -