CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/README.md
docs/api-reference.md
docs/bounds-and-costs.md
docs/testing-and-release.md
docs/api/arithmetic.md
docs/api/arrays.md
docs/api/finance-core.md
docs/api/finance-transactions.md
docs/api/index.md
docs/api/math-basic.md
docs/api/math-binary-division.md
docs/api/math-bits.md
docs/api/math-combinatorics.md
docs/api/math-fixed-point.md
docs/api/math-number-theory.md
docs/api/math-special.md
docs/api/ml-activations.md
docs/api/ml-clustering.md
docs/api/ml-core.md
docs/api/ml-matrix.md
docs/api/ml-models.md
docs/api/ml-pipeline.md
docs/api/ml-preprocessing.md
docs/api/ml-stats.md
docs/api/ml-trainers.md
docs/api/ml-utils.md
docs/api/privacy.md
docs/api/stats.md
examples/quickstart.py
src/concrete_fhe_toolkit/__init__.py
src/concrete_fhe_toolkit/_compat.py
src/concrete_fhe_toolkit/_utils.py
src/concrete_fhe_toolkit/arithmetic.py
src/concrete_fhe_toolkit/arrays.py
src/concrete_fhe_toolkit/privacy.py
src/concrete_fhe_toolkit/py.typed
src/concrete_fhe_toolkit/stats.py
src/concrete_fhe_toolkit.egg-info/PKG-INFO
src/concrete_fhe_toolkit.egg-info/SOURCES.txt
src/concrete_fhe_toolkit.egg-info/dependency_links.txt
src/concrete_fhe_toolkit.egg-info/requires.txt
src/concrete_fhe_toolkit.egg-info/top_level.txt
src/concrete_fhe_toolkit/finance/__init__.py
src/concrete_fhe_toolkit/finance/core.py
src/concrete_fhe_toolkit/finance/transactions.py
src/concrete_fhe_toolkit/math/__init__.py
src/concrete_fhe_toolkit/math/_lookup.py
src/concrete_fhe_toolkit/math/_operation.py
src/concrete_fhe_toolkit/math/basic.py
src/concrete_fhe_toolkit/math/binary_division.py
src/concrete_fhe_toolkit/math/bits.py
src/concrete_fhe_toolkit/math/combinatorics.py
src/concrete_fhe_toolkit/math/fixed_point.py
src/concrete_fhe_toolkit/math/number_theory.py
src/concrete_fhe_toolkit/math/special.py
src/concrete_fhe_toolkit/ml/__init__.py
src/concrete_fhe_toolkit/ml/activations.py
src/concrete_fhe_toolkit/ml/classes.py
src/concrete_fhe_toolkit/ml/classification.py
src/concrete_fhe_toolkit/ml/clustering.py
src/concrete_fhe_toolkit/ml/core.py
src/concrete_fhe_toolkit/ml/matrix.py
src/concrete_fhe_toolkit/ml/models.py
src/concrete_fhe_toolkit/ml/pipeline.py
src/concrete_fhe_toolkit/ml/preprocessing.py
src/concrete_fhe_toolkit/ml/regression.py
src/concrete_fhe_toolkit/ml/stats.py
src/concrete_fhe_toolkit/ml/trainers.py
src/concrete_fhe_toolkit/ml/training.py
src/concrete_fhe_toolkit/ml/utils.py
tests/test_arithmetic_clear.py
tests/test_arrays_clear.py
tests/test_cmath_parity.py
tests/test_compilation.py
tests/test_expansion.py
tests/test_fhe_smoke.py
tests/test_finance_clear.py
tests/test_math_additions.py
tests/test_math_bits.py
tests/test_math_clear.py
tests/test_math_compilation.py
tests/test_math_fhe_smoke.py
tests/test_ml_clear.py
tests/test_ml_compilation.py
tests/test_ml_trainers.py
tests/test_notebook_regressions.py
tests/test_pipeline_privacy.py