mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
- add _is_encrypted to BaseValue - remove EncryptedValue and ClearValue classes - add a ScalarValue class - add two helpers EncryptedValue and ClearValue which create a ScalarValue either encrypted or not when passed a data_type - rename to mix_scalar_values_determine_holding_dtype - change typing