Completion requirements
View
The extended Euclidean algorithm is applicable in many different contexts. It can even be applied over polynomial fields. Now that you understand the algorithm, let's code it and compute inverses modulo p. To perform simulations of RSA private key construction, you must have this code as part of your cryptographic toolbox.
Source: Roel Van de Paar, https://www.youtube.com/watch?v=QnPgeCV3xeM This work is licensed under a Creative Commons Attribution 3.0 License.