i am stuck for many hours and i don't understand using the extended euclidean algorithm. i calculated it the gcd using the regular algorithm but i don't get how to calculate it properly to obtain s,t,r.
i understand that from the gcd i can get a linear combination representation, but i don't get how to do it using the algorithm.
how can i find s,t,r for a=154,b=84?
if it is of any importance, the algorithm i am referring to is from the book cryptography: theory and practice
thank you very much. became hopeless because of it
Answer
Using the Euclidean algorithm, we have
154=1⋅84+7084=1⋅70+1470=5⋅14+0
No comments:
Post a Comment