ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
Serialize.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Faris Serdar Taşel <fst@cankaya.edu.tr>
3 * SPDX-FileCopyrightText: 2026 Efe Çiftci <efeciftci@cankaya.edu.tr>
4 *
5 * SPDX-License-Identifier: MIT
6 */
7
13#pragma once
15#include <openfhe/binfhe/binfhecontext-ser.h>
16
17CEREAL_REGISTER_TYPE(computefhe::Einteger);
Primary management class and entry point for the ComputeFHE library.
Represents an encrypted integer.
Definition Einteger.h:27