ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
Classes | Macros
FixedPoint.h File Reference

Defines the fundamental bit-level and bit-vector data structures for FHE operations. More...

#include <openfhe/binfhe/binfhecontext.h>
#include <vector>
Include dependency graph for FixedPoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  computefhe::BinaryDigit
 A proxy-object representing a single bit that can behave as either a ciphertext or a plaintext. More...
 
struct  computefhe::FixedPoint
 A bit-vector representation of an encrypted or plaintext word. More...
 

Macros

#define COPY_CT(x)   std::make_shared<LWECiphertextImpl>(*x)
 

Detailed Description

Defines the fundamental bit-level and bit-vector data structures for FHE operations.