mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
-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