5 QUESTIONS
Q1 1 / 5 medium
Modular Inverse
Compute (a / b) mod p where p is prime. Division in modular arithmetic requires the modular inverse of b.
What is the key technique to compute modular inverse?
Compute (a / b) mod p where p is prime. Division in modular arithmetic requires the modular inverse of b.
What is the key technique to compute modular inverse?