mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
15 lines
345 B
Markdown
15 lines
345 B
Markdown
# TFHE Dialect
|
|
|
|
The TFHE dialect allows to represent integers wencrypted with [LWE](https://en.wikipedia.org/wiki/Learning_with_errors).
|
|
|
|
|
|
## TFHE Type
|
|
|
|
Only the last types are used (others come directly from mlir).
|
|
[Types](../links_to_compiler_build/md/TFHETypes.md)
|
|
|
|
## TFHE Operations
|
|
|
|
[Operations](../links_to_compiler_build/md/TFHEOps.md)
|
|
|