CHANGELOG.md
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
cmake/libadicConfig.cmake.in
docs/API_REFERENCE.md
docs/DEMO.md
docs/MATHEMATICAL_REFERENCE.md
docs/PRESENTATION.md
docs/USER_GUIDE.md
docs/project/BENCHMARK_RESULTS.md
docs/project/CRYPTOGRAPHIC_PRIME_IMPLEMENTATION.md
docs/project/CRYPTO_FIX_SUMMARY.md
docs/project/INSTALLATION_STEPS.md
docs/project/PIP_QUICKSTART.md
docs/project/PYPI_READY_SUMMARY.md
docs/project/PYTHON_CRYPTO_API.md
docs/project/PYTHON_TESTING_GUIDE.md
docs/project/REID_LI_VERIFICATION_RESULTS.md
docs/project/RELEASE_CHECKLIST.md
docs/project/SECURITY_ANALYSIS.md
docs/project/VALIDATION_REPORT.md
docs/validation/README.md
docs/validation/run_validation.sh
docs/validation/benchmarks/benchmark_libadic.cpp
docs/validation/challenges/challenge_problems.md
docs/validation/results/compute_reid_li_results.cpp
docs/validation/uniqueness/feature_comparison.md
docs/validation/uniqueness/mathematical_proof.md
docs/validation/validation_output/VALIDATION_REPORT.md
docs/validation/validation_output/pari_gp_results.txt
docs/validation/validation_output/reid_li_summary.txt
docs/validation/validation_output/sagemath_results.txt
examples/bsd_verification.py
examples/character_exploration.py
examples/crypto_demo.py
examples/elliptic_curves_demo.py
examples/flt_frey_verification.py
examples/interactive_demo.cpp
examples/padic_crypto_demo.py
examples/precision_management.py
examples/reid_li_complete.py
examples/test_iwasawa_integration.cpp
examples/validate_mathematics.cpp
examples/verify_rh_ops.cpp
extern/pybind11/CMakeLists.txt
extern/pybind11/include/pybind11/attr.h
extern/pybind11/include/pybind11/buffer_info.h
extern/pybind11/include/pybind11/cast.h
extern/pybind11/include/pybind11/chrono.h
extern/pybind11/include/pybind11/common.h
extern/pybind11/include/pybind11/complex.h
extern/pybind11/include/pybind11/critical_section.h
extern/pybind11/include/pybind11/eigen.h
extern/pybind11/include/pybind11/embed.h
extern/pybind11/include/pybind11/eval.h
extern/pybind11/include/pybind11/functional.h
extern/pybind11/include/pybind11/gil.h
extern/pybind11/include/pybind11/gil_safe_call_once.h
extern/pybind11/include/pybind11/gil_simple.h
extern/pybind11/include/pybind11/iostream.h
extern/pybind11/include/pybind11/native_enum.h
extern/pybind11/include/pybind11/numpy.h
extern/pybind11/include/pybind11/operators.h
extern/pybind11/include/pybind11/options.h
extern/pybind11/include/pybind11/pybind11.h
extern/pybind11/include/pybind11/pytypes.h
extern/pybind11/include/pybind11/stl.h
extern/pybind11/include/pybind11/stl_bind.h
extern/pybind11/include/pybind11/subinterpreter.h
extern/pybind11/include/pybind11/trampoline_self_life_support.h
extern/pybind11/include/pybind11/type_caster_pyobject_ptr.h
extern/pybind11/include/pybind11/typing.h
extern/pybind11/include/pybind11/warnings.h
extern/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h
extern/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h
extern/pybind11/include/pybind11/conduit/wrap_include_python_h.h
extern/pybind11/include/pybind11/detail/class.h
extern/pybind11/include/pybind11/detail/common.h
extern/pybind11/include/pybind11/detail/cpp_conduit.h
extern/pybind11/include/pybind11/detail/descr.h
extern/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h
extern/pybind11/include/pybind11/detail/exception_translation.h
extern/pybind11/include/pybind11/detail/function_record_pyobject.h
extern/pybind11/include/pybind11/detail/init.h
extern/pybind11/include/pybind11/detail/internals.h
extern/pybind11/include/pybind11/detail/native_enum_data.h
extern/pybind11/include/pybind11/detail/pybind11_namespace_macros.h
extern/pybind11/include/pybind11/detail/struct_smart_holder.h
extern/pybind11/include/pybind11/detail/type_caster_base.h
extern/pybind11/include/pybind11/detail/typeid.h
extern/pybind11/include/pybind11/detail/using_smart_holder.h
extern/pybind11/include/pybind11/detail/value_and_holder.h
extern/pybind11/include/pybind11/eigen/common.h
extern/pybind11/include/pybind11/eigen/matrix.h
extern/pybind11/include/pybind11/eigen/tensor.h
extern/pybind11/include/pybind11/stl/filesystem.h
extern/pybind11/tools/FindCatch.cmake
extern/pybind11/tools/FindEigen3.cmake
extern/pybind11/tools/FindPythonLibsNew.cmake
extern/pybind11/tools/JoinPaths.cmake
extern/pybind11/tools/pybind11Common.cmake
extern/pybind11/tools/pybind11GuessPythonExtSuffix.cmake
extern/pybind11/tools/pybind11NewTools.cmake
extern/pybind11/tools/pybind11Tools.cmake
extern/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake
include/libadic/bernoulli.h
include/libadic/bsd_conjecture.h
include/libadic/characters.h
include/libadic/cryptanalysis.h
include/libadic/cyclotomic.h
include/libadic/elliptic_curve.h
include/libadic/elliptic_l_functions.h
include/libadic/fast_padic.h
include/libadic/gmp_wrapper.h
include/libadic/iwasawa_log.h
include/libadic/l_functions.h
include/libadic/modular_arith.h
include/libadic/montgomery.h
include/libadic/montgomery_context.h
include/libadic/padic_basis_gen.h
include/libadic/padic_crypto.h
include/libadic/padic_cvp_solver.h
include/libadic/padic_gamma.h
include/libadic/padic_kem.h
include/libadic/padic_linear_algebra.h
include/libadic/padic_lll.h
include/libadic/padic_log.h
include/libadic/qp.h
include/libadic/rh_propositions.h
include/libadic/test_framework.h
include/libadic/zp.h
python/examples/__init__.py
python/examples/basic_arithmetic.py
python/examples/crypto_api_demo.py
python/libadic/__init__.py
python/libadic/_version.py
python/src/bind_bernoulli.cpp
python/src/bind_bigint.cpp
python/src/bind_characters.cpp
python/src/bind_crypto.cpp
python/src/bind_cyclotomic.cpp
python/src/bind_elliptic.cpp
python/src/bind_l_functions.cpp
python/src/bind_modular_arith.cpp
python/src/bind_padic_functions.cpp
python/src/bind_qp.cpp
python/src/bind_zp.cpp
python/src/libadic_python.cpp
python/tests/test_basic.py
python/tests/test_new_features.py
python/tests/test_package_import.py
scripts/build.sh
scripts/run_all_tests.sh
src/base/gmp_wrapper.cpp
src/base/modular_arith.cpp
src/base/montgomery.cpp
src/crypto/fast_padic.cpp
src/crypto/montgomery_context.cpp
src/crypto/padic_babai_proper.cpp
src/crypto/padic_basis_gen.cpp
src/crypto/padic_cvp_solver.cpp
src/crypto/padic_cvp_ultrametric.cpp
src/crypto/padic_discrete_log.cpp
src/crypto/padic_hash.cpp
src/crypto/padic_homomorphic.cpp
src/crypto/padic_isogeny.cpp
src/crypto/padic_kem.cpp
src/crypto/padic_lattice.cpp
src/crypto/padic_linear_algebra.cpp
src/crypto/padic_lll.cpp
src/crypto/padic_prng.cpp
src/crypto/padic_security.cpp
src/crypto/padic_signature.cpp
src/elliptic/bsd_conjecture.cpp
src/elliptic/elliptic_curve.cpp
src/elliptic/elliptic_curve_padic.cpp
src/elliptic/elliptic_l_functions.cpp
src/fields/cyclotomic.cpp
src/fields/qp.cpp
src/fields/zp.cpp
src/functions/bernoulli.cpp
src/functions/characters.cpp
src/functions/l_functions.cpp
src/functions/padic_gamma.cpp
src/functions/padic_log.cpp
src/rh/op_verifications.cpp
tests/aggressive_limit_test.cpp
tests/benchmark_pqc_comparison.cpp
tests/debug_lattice.cpp
tests/find_reid_li_limits.cpp
tests/high_precision_reid_li_test.cpp
tests/milestone1_test.cpp
tests/minimal_test.cpp
tests/quick_verify.cpp
tests/test_actual_performance.cpp
tests/test_babai_trace.cpp
tests/test_basic_crypto.cpp
tests/test_bsd_conjecture.cpp
tests/test_comparison_simple.cpp
tests/test_competitive_comparison.cpp
tests/test_crypto_debug.cpp
tests/test_crypto_simple.cpp
tests/test_crypto_simple_analysis.cpp
tests/test_debug_babai.cpp
tests/test_debug_decrypt.cpp
tests/test_decrypt_trace.cpp
tests/test_full_padic.cpp
tests/test_functions.cpp
tests/test_gmp_wrapper.cpp
tests/test_lattice_simple.cpp
tests/test_math_validations.cpp
tests/test_montgomery_simple.cpp
tests/test_padic_crypto.cpp
tests/test_padic_kem.cpp
tests/test_performance_optimizations.cpp
tests/test_proven_benchmarks.cpp
tests/test_qp.cpp
tests/test_real_crypto.cpp
tests/test_rh_propositions.cpp
tests/test_secure_padic.cpp
tests/test_simple_benchmarks.cpp
tests/test_simple_lattice.cpp
tests/test_timing_validation.cpp
tests/test_zp.cpp
tests/verify_crypto_constructions.cpp
tests/python/test_api_summary.py
tests/python/test_python_bindings.py
tests/python/test_python_simple.py
tests/python/test_reid_li_comprehensive.py
tests/python/test_reid_li_criterion.py
tests/python/test_reid_li_working.py
tests/python/test_simple_working.py
tests/python/verify_mathematical_correctness.py