mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
96 lines
3.8 KiB
Markdown
96 lines
3.8 KiB
Markdown
# Table of contents
|
|
|
|
* [Welcome](README.md)
|
|
|
|
## Get Started
|
|
|
|
* [What is Concrete?](get-started/readme.md)
|
|
* [Installation](get-started/installing.md)
|
|
* [Quick start](get-started/quick\_start.md)
|
|
* [Compatibility](get-started/compatibility.md)
|
|
* [Terminology](get-started/terminology.md)
|
|
|
|
## Core features
|
|
|
|
* [Overview](core-features/fhe\_basics.md)
|
|
* [Table lookups (basics)](core-features/table\_lookups.md)
|
|
* [Non-linear operations](core-features/non\_linear\_operations.md)
|
|
* [Advanced features](core-features/advanced-features/README.md)
|
|
* [Bit extraction](core-features/bit\_extraction.md)
|
|
* [Common tips](core-features/workarounds.md)
|
|
* [Extensions](core-features/extensions.md)
|
|
|
|
## Compilation
|
|
|
|
* [Combining compiled functions](compilation/combining.md)
|
|
* [With composition](compilation/composition.md)
|
|
* [With modules](compilation/composing\_functions\_with\_modules.md)
|
|
* [Key-related options for faster execution](compilation/key-related-options-for-faster-execution/README.md)
|
|
* [Multi precision](compilation/multi\_precision.md)
|
|
* [Multi parameters](compilation/multi\_parameters.md)
|
|
* [Compression](compilation/compression.md)
|
|
* [Reusing arguments](compilation/reuse\_arguments.md)
|
|
* [Common errors](compilation/common\_errors.md)
|
|
|
|
## Execution / Analysis
|
|
|
|
* [Simulation](execution-analysis/simulation.md)
|
|
* [Debugging and artifact](execution-analysis/debug.md)
|
|
* [GPU acceleration](execution-analysis/gpu\_acceleration.md)
|
|
* [Other](execution-analysis/other/README.md)
|
|
* [Statistics](compilation/statistics.md)
|
|
* [Progressbar](execution-analysis/progressbar.md)
|
|
* [Formatting and drawing](execution-analysis/formatting\_and\_drawing.md)
|
|
|
|
## Guides
|
|
|
|
* [Configure](guides/configure.md)
|
|
* [Manage keys](guides/manage\_keys.md)
|
|
* [Deploy](guides/deploy.md)
|
|
|
|
## Tutorials
|
|
|
|
* [See all tutorials](tutorials/see-all-tutorials.md)
|
|
* [Part I: Concrete - FHE compiler](https://www.zama.ai/post/zama-concrete-fully-homomorphic-encryption-compiler)
|
|
* [Part II: The Architecture of Concrete](https://www.zama.ai/post/the-architecture-of-concrete-zama-fully-homomorphic-encryption-compiler-leveraging-mlir)
|
|
|
|
## References
|
|
|
|
* [API](dev/api/README.md)
|
|
|
|
## Explanations
|
|
|
|
* [Compiler workflow](dev/compilation/compiler\_workflow.md)
|
|
* [Compiler internals](explanations/compiler-internals/README.md)
|
|
* [Table lookups](core-features/table\_lookups\_advanced.md)
|
|
* [Rounding](core-features/rounding.md)
|
|
* [Truncating](core-features/truncating.md)
|
|
* [Floating points](core-features/floating\_points.md)
|
|
* [Comparisons](core-features/comparisons.md)
|
|
* [Min/Max operations](core-features/minmax.md)
|
|
* [Bitwise operations](core-features/bitwise.md)
|
|
* [Direct circuits](compilation/direct\_circuits.md)
|
|
* [Tagging](core-features/tagging.md)
|
|
* [Security](explanations/security.md)
|
|
* [Frontend fusing](explanations/fusing.md)
|
|
|
|
## Developers
|
|
|
|
* [Contributing](dev/contributing.md)
|
|
* [Release note](https://github.com/zama-ai/concrete/releases)
|
|
* [Feature request](https://github.com/zama-ai/concrete/issues/new?assignees=\&labels=feature\&projects=\&template=features.md)
|
|
* [Bug report](https://github.com/zama-ai/concrete/issues/new?assignees=\&labels=bug%2C+triage\&projects=\&template=bug\_report.md)
|
|
* [Project layout](explanations/layout.md)
|
|
* [Compiler backend](explanations/backends/README.md)
|
|
* [Adding a new backend](explanations/backends/new\_backend.md)
|
|
* [Optimizer](explanations/optimizer.md)
|
|
* [MLIR FHE dialects](explanations/dialects.md)
|
|
* [FHELinalg dialect](explanations/FHELinalgDialect.md)
|
|
* [FHE dialect](explanations/FHEDialect.md)
|
|
* [TFHE dialect](explanations/TFHEDialect.md)
|
|
* [Concrete dialect](explanations/ConcreteDialect.md)
|
|
* [Tracing dialect](explanations/TracingDialect.md)
|
|
* [Runtime dialect](explanations/RTDialect.md)
|
|
* [SDFG dialect](explanations/SDFGDialect.md)
|
|
* [Call FHE circuits from other languages](explanations/call\_from\_other\_language.md)
|