tfhe_libex
src
include
tfhe_libex.hpp
[詳解]
1
5
#ifndef TFHE_LIBEX
6
#define TFHE_LIBEX
7
#include "
operations/arithmetic/ternary/mux.hpp
"
8
#include "
type/array/array.hpp
"
9
#include "
type/bool/bool.hpp
"
10
#include "
type/config/config.hpp
"
11
#include "
type/integer/int16.hpp
"
12
#include "
type/integer/int32.hpp
"
13
#include "
type/integer/int8.hpp
"
14
#include "
type/integer/integer.hpp
"
15
#include "
type/keyset/keyset.hpp
"
16
#include "
type/raw/bit.hpp
"
17
#include "
type/raw/bits.hpp
"
18
#endif
bit.hpp
単数のLweSample*をwrapするクラス.
config.hpp
設定するクラス.
bool.hpp
TFHEの真理値型のクラス.
int32.hpp
TFHEの32bitsの整数型のクラス.
array.hpp
TFHEの多次元配列のクラス.
keyset.hpp
TFHEの秘密鍵,クラウド鍵,パラメータをまとめて管理するクラス.
int8.hpp
TFHEの8bitsの整数型のクラス.
int16.hpp
TFHEの16bitsの整数型のクラス.
bits.hpp
複数のLweSample*をwrapするクラス.
mux.hpp
条件演算子(multiplexer)の関数.
integer.hpp
TFHEの整数型のクラス.
構築:
1.8.17