Clockwork: A Modular Arithmetic library for C++
-
Updated
Dec 12, 2024 - C++
Clockwork: A Modular Arithmetic library for C++
Code that calculates the modular multiplicative inverse of a number making use of the Euclidean algorithm.
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.
Add a description, image, and links to the modular-multiplicative-inverse topic page so that developers can more easily learn about it.
To associate your repository with the modular-multiplicative-inverse topic, visit your repo's landing page and select "manage topics."