modular-multiplicative-inverse
There are 3 repositories under modular-multiplicative-inverse topic.
hurchalla/modular_arithmetic
Clockwork: A Modular Arithmetic library for C++
cchhiissoomm/Multiplicative-Inverse
Code that calculates the modular multiplicative inverse of a number making use of the Euclidean algorithm.
tmfontan/ModularMultiplicativeInverseCalculator
A Java Swing GUI Tool which is used in order to calculate the Modular Multiplicative Inverse Value of a set of two user-specified numbers of significant size. Allows the user to calculate the solution using either the Extended Euclidean Algorithm or the Naive Approach.