LICENSE
README.md
pyproject.toml
cuneiform/__init__.py
cuneiform/__main__.py
cuneiform.egg-info/PKG-INFO
cuneiform.egg-info/SOURCES.txt
cuneiform.egg-info/dependency_links.txt
cuneiform.egg-info/entry_points.txt
cuneiform.egg-info/requires.txt
cuneiform.egg-info/top_level.txt
cuneiform/archaeology/__init__.py
cuneiform/archaeology/tablet_analyzer.py
cuneiform/archaeology/tablet_corpus.py
cuneiform/cas/__init__.py
cuneiform/cas/ratcalculus.py
cuneiform/cas/ratmatrix.py
cuneiform/cas/ratpoly.py
cuneiform/cas/ratsolve.py
cuneiform/cas/smooth_ring.py
cuneiform/core/__init__.py
cuneiform/core/accel.py
cuneiform/core/display.py
cuneiform/core/rational.py
cuneiform/core/sexagesimal.py
cuneiform/core/smooth.py
cuneiform/crypto/__init__.py
cuneiform/crypto/continued_fractions.py
cuneiform/crypto/elliptic.py
cuneiform/crypto/lattice.py
cuneiform/crypto/post_quantum.py
cuneiform/crypto/rsa_analysis.py
cuneiform/crypto/scaling.py
cuneiform/crypto/side_channel.py
cuneiform/crypto/theoretical.py
cuneiform/education/__init__.py
cuneiform/education/scribe_mode.py
cuneiform/experiments/__init__.py
cuneiform/experiments/benchmark.py
cuneiform/experiments/discovery_log.py
cuneiform/experiments/paper_pipeline.py
cuneiform/experiments/plimpton_tabulate.py
cuneiform/experiments/smooth_density.py
cuneiform/experiments/validation.py
cuneiform/finance/__init__.py
cuneiform/finance/pattern_geometry.py
cuneiform/finance/rational_levels.py
cuneiform/finance/regularity_sr.py
cuneiform/geometry/__init__.py
cuneiform/geometry/constructions.py
cuneiform/geometry/laws.py
cuneiform/geometry/line.py
cuneiform/geometry/point.py
cuneiform/geometry/quadrance.py
cuneiform/geometry/spread.py
cuneiform/geometry/triangle.py
cuneiform/hardware/__init__.py
cuneiform/hardware/sexa_sim.py
cuneiform/math_expansion/__init__.py
cuneiform/math_expansion/chromogeometry.py
cuneiform/math_expansion/finite_field_geometry.py
cuneiform/math_expansion/padic.py
cuneiform/number_theory/__init__.py
cuneiform/number_theory/analysis.py
cuneiform/number_theory/ecm.py
cuneiform/number_theory/factor_base.py
cuneiform/number_theory/primes.py
cuneiform/number_theory/reciprocals.py
cuneiform/number_theory/regularity.py
cuneiform/number_theory/sieve.py
cuneiform/number_theory/smoothness.py
cuneiform/publication/__init__.py
cuneiform/publication/figures.py
cuneiform/publication/paper.py
cuneiform/publication/tables.py
cuneiform/quantum/__init__.py
cuneiform/quantum/grover_smooth.py
cuneiform/quantum/shor_sexa.py
cuneiform/tablet/__init__.py
cuneiform/tablet/plimpton322.py
tests/test_core.py
tests/test_crypto.py
tests/test_geometry.py
tests/test_number_theory.py
tests/test_phase5.py
tests/test_phase6.py
tests/test_phase7.py
tests/test_plimpton.py