Here are
102 public repositories
matching this topic...
Python code to implement various number theory, elliptic curve and finite field computations.
Updated
Jun 3, 2020
Python
A library of recreational mathematics and number theory related functions inspired by Project Euler
Updated
May 5, 2015
Python
A performant NumPy extension for Galois fields and their applications
Updated
Sep 3, 2021
Python
Generate the digits of Pi using a streaming algorithm
Updated
Jun 30, 2015
Python
Abstract algebra library for Python (Work in progress)
Updated
Jun 29, 2020
Python
Interesting math related algorithms and problems 🔣
Updated
Jul 25, 2019
Python
Number theoretic transform
Updated
Feb 13, 2018
Python
A Number Theory Library Adapted from Mathematic Fundamentals of Information Security Homework Codes
Updated
Nov 28, 2018
Python
Application (Flask) to encrypt & decrypt mono-alphabetic (Caesar) and poly-alphabetic (Vigenere) ciphers and their Cryptanalysis using Genetic Algorithm (GA)
Updated
May 22, 2019
Python
Cryptography course - Cryptography modules - classic chipers - DES function f - Number theory module
Updated
Jun 16, 2019
Python
Library for finite field arithmetics and polynomial manipulation
Updated
Jan 2, 2020
Python
Python public-key encryption / decryption (simple RSA implementation example)
Updated
Aug 10, 2019
Python
Stable operators of fall.
Updated
Mar 29, 2021
Python
The number-utility module makes it simple for you to do number manipulation and perform various operations on numbers.
Updated
Jul 12, 2021
Python
Updated
Jun 9, 2017
Python
A collection of some algorithms on generating numerous prime sequences
Updated
Mar 12, 2020
Python
Multivariable Chinese Remainder Theorem
Updated
Feb 10, 2019
Python
This Repository Contains All Project Euler Solutions By Me
Updated
Apr 14, 2020
Python
A Python implementation of the Eisenstein Integers
Updated
Sep 18, 2020
Python
Applying extended-euclidean-algorithm on negative powered number to find their inverses
Updated
Jul 24, 2019
Python
Elgamal encrypted text hidden within pixels of images
Updated
Jan 16, 2018
Python
Updated
Mar 12, 2021
Python
My solutions for Project Euler problems. Solutions are in Python only so far.
Updated
Jun 14, 2021
Python
These codes are written in the quest for python solutions to the well-known problems in Number Theory.
Updated
Aug 24, 2021
Python
Updated
Oct 28, 2020
Python
I aim to solve the first 50.
Updated
Apr 4, 2021
Python
A library of useful funtions used in cryptography. For learning purposes only.
Updated
May 6, 2021
Python
These are 10 of the most utilized data structures and algorithm problems with solutions that minimize iterations and buffer storage space in order to optimize space and time complexity. Please remove the documentation tags represented by ' ' ' which preceed and succeed the desired function to run and test the function on a Python 3.6.1 interpreter.
Updated
Sep 26, 2020
Python
The Stable Matching or the Stable Marriage algorithm is a mathematical algorithm that finds stable matches between two equally sized sets of elements, the proposers and the acceptors. This project uses basic Python data structures to implement the algorithm.
Updated
Jul 21, 2020
Python
Improve this page
Add a description, image, and links to the
number-theory
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
number-theory
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Go to src >> fermulerpy >> combinatorics >> init.py
Complete it in same way as has been done in src >> fermulerpy >> elementary >> init.py