ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
Public Attributes | List of all members
computefhe::ConditionalVar Struct Reference

Internal tracking structure for encrypted variables in conditional blocks. More...

#include <ConditionManager.h>

Collaboration diagram for computefhe::ConditionalVar:
Collaboration graph
[legend]

Public Attributes

FixedPoint prev_value
 
FixedPoint if_value
 
FixedPoint else_value
 
FixedPointdata
 

Detailed Description

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.


The documentation for this struct was generated from the following file: