|
ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
|
Defines the fundamental bit-level and bit-vector data structures for FHE operations. More...
#include <openfhe/binfhe/binfhecontext.h>#include <vector>

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) |
Defines the fundamental bit-level and bit-vector data structures for FHE operations.