Files
concrete/docs/dialects/tfhe.md
2022-01-03 17:31:29 +01:00

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)