I am solving RSA algorithm wherein I have to find d by finding $7$ inverse modulo $480$. Please help in solving till end using extended euclidean algorithm
Using extended Euclidean Algorithm for finding inverse as follows:
$$480 = 7(68) + 4$$ $$68 = 4(17) + 0$$
Now, I am getting remainder 0 here. How shall I proceed ahead after this first step