mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
e401d9fb69d08d58b2f43e1f27f137ad16ad7e26
-Encoding Cleartext to Plaintext Op -Encoding Int to Plaintext Op -Cleartext/Plaintext should add a bits field as `p` -Op to create a constant Cleartext -IntToCleartextOp: kind of casting an int to be later encoded, I'm not sure if there is a better mechanism for this (e.g. auto casting in Ops), but we currently need a way to encode int into plaintext, and we need to go through cleartexts
Homomorphizer
The homomorphizer is a compiler that takes a high level computation model and produces a programs that evaluate the model in an homomorphic way.
Description
Languages
C++
34.3%
Python
23.1%
MLIR
22.9%
Rust
14.6%
C
2.2%
Other
2.8%