First commit

This commit is contained in:
2026-01-11 09:19:22 +01:00
commit 50f7b1159e
108 changed files with 11791 additions and 0 deletions
@@ -0,0 +1,6 @@
Metadata-Version: 2.1
Name: Cryptotools
Version: 1.0
Summary: Cryptography library
Author: Geoffrey Bucchino
Author-email: contact@bucchino.org
@@ -0,0 +1,13 @@
README.md
setup.py
Cryptotools/Cryptotools.egg-info/PKG-INFO
Cryptotools/Cryptotools.egg-info/SOURCES.txt
Cryptotools/Cryptotools.egg-info/dependency_links.txt
Cryptotools/Cryptotools.egg-info/top_level.txt
Cryptotools/Numbers/__init__.py
Cryptotools/Numbers/carmi.py
Cryptotools/Numbers/numbers.py
Cryptotools/Numbers/primeNumber.py
tests/test_carmi.py
tests/test_numbers.py
tests/test_phi.py
@@ -0,0 +1 @@
@@ -0,0 +1 @@
Numbers