tfhe_libex
src
include
operations
io
io.hpp
[詳解]
1
5
#ifndef INPUTOUTPUT
6
#define INPUTOUTPUT
7
#include "../../type/keyset/keyset.hpp"
8
12
class
TFHEIO
:
virtual
protected
TFHEKeySet
{
13
protected
:
14
static
void
find_file_pointer(
const
char
*path,
int
id
,
long
result[3]);
15
static
void
remove_from_file(
const
char
*path,
long
pos[3]);
16
};
17
18
#endif
TFHEIO
ファイル入出力の共通処理のクラス.
Definition:
io.hpp:12
TFHEKeySet
TFHEの秘密鍵,クラウド鍵,パラメータをまとめて管理するwrapperクラス.
Definition:
keyset.hpp:43
構築:
1.8.17