Definition. Factoring is hard relative to if for all probabilistic polynomial-time algorithms there exists a negligible function such that
The Factoring Assumption is the assumption that there exists a relative to which factoring is hard.
Definition. The RSA problem is hard relative to if for all probabilistic polynomial-time algorithms , there exists a negligible function such that
The RSA Assumption is the assumption that there exists a algorithm relative to which the RSA problem is hard.
Extended Euclidean Algorithm eGCD:
Input: Integers with .
Output: with and .
If divides return ;
Else compute integers with and ,
Set (note that ),
Return .
The Extended Euclidean algorithm gives as the multiplicative inverse of , and as the multiplicative inverse of when .
— Mar 17, 2023
Made with ❤ at Earth.