ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
computefhe Directory Reference
Directory dependency graph for computefhe:
src/include/computefhe

Files

 ALUOptimized.h
 Defines the optimized ALU implementation using specialized multi-input FHE gates.
 
 ALUStandard.h
 Defines the standard ALU implementation using fundamental FHE logic gates.
 
 BaseALU.h
 Defines the abstract base class for FHE-based Arithmetic Logic Units.
 
 BaseALUSimulator.h
 Defines the abstract base class for functional ALU simulators.
 
 CFHETypes.h
 Defines core enumerations and helper functions for ComputeFHE configuration.
 
 ComputeFHE.h
 Primary management class and entry point for the ComputeFHE library.
 
 ConditionManager.h
 Manages conditional execution state and branch tracking for encrypted operations.
 
 Efixedpoint.h
 Defines the encrypted fixed-point number representation and operations.
 
 Einteger.h
 Defines the encrypted integer representation and operations.
 
 Evector.h
 Provides vector containers with support for oblivious, encrypted indexing.
 
 FixedPoint.h
 Defines the fundamental bit-level and bit-vector data structures for FHE operations.
 
 Serialize.h
 Serialization support for encrypted datatypes.
 
 SimOptimized.h
 Simulator implementation for optimized ALU operations.
 
 SimStandard.h
 Simulator implementation for standard ALU operations.