Ask Your Question

Alfredo's profile - activity

2022-06-19 09:10:45 +0200 received badge  Famous Question (source)
2022-06-19 09:10:45 +0200 received badge  Notable Question (source)
2014-06-25 09:59:35 +0200 received badge  Popular Question (source)
2012-05-20 15:11:00 +0200 asked a question how to use the secret perfect shamir in Sage?

Good Morning. I need to resorve this problem. I have three fragments that I make with shamir's secret perfect and now I need to find the polinomy, but I don`t know if there is a method which I can to solve the polinomy and have the secret with Sage.

For exemple I have this polinomy 56 + 10x + 5x^2 mod 101. I know that the secret is 56 and three fragments [25, 98], [47, 57], [19, 31], (56 +1025+525^2)mod 101 = 98

How I can to find the polinomy with these fragments? I can't use Lagrange because it is arithmetic modular.

Thank you.