Modular arithmetic in Python 💯
-
Updated
Jul 17, 2022 - Python
Modular arithmetic in Python 💯
Pure-Python library for working with modular arithmetic, congruence classes, and finite fields.
The solution to the famous FizzBuzz game / question.
Penetration of RSA cryptosystem via public keys factorization.
Uses the Modulo (%) to divide an entered number by 2 to pass back the remainder. If remainder == 0 the number is even.
Python script adds all EVEN numbers between 1 and 100 utilizing range(2, 101, 2)
Your typical logical flow treasure hunt
A Python implementation of General Lucas Theorem to solve n choose m (mod p^q)
The project implements a high-performance modulo algorithm.
Alternative moduli without *, / and %
A short program that calculates the exact amount of change in dollar bills and coins that one would receive for a certain number of cents
How does RSA Work, who was Diffie Hellman? I need this for my Finals, feel free to use on your own risk
Add a description, image, and links to the modulo topic page so that developers can more easily learn about it.
To associate your repository with the modulo topic, visit your repo's landing page and select "manage topics."