|
ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
|
Internal tracking structure for encrypted variables in conditional blocks. More...
#include <ConditionManager.h>

Public Attributes | |
| FixedPoint | prev_value |
| FixedPoint | if_value |
| FixedPoint | else_value |
| FixedPoint * | data |
Internal tracking structure for encrypted variables in conditional blocks.
Stores the previous, 'if', and 'else' branch values of a variable to facilitate homomorphic multiplexing at the end of a conditional scope.