tfhe_libex
公開メンバ関数 | 全メンバ一覧
_TFHEKeySet クラス

TFHEの秘密鍵,クラウド鍵,パラメータをまとめて管理するクラス. [詳解]

#include <keyset.hpp>

公開メンバ関数

const TFheGateBootstrappingParameterSet * parameters ()
 
const TFheGateBootstrappingCloudKeySet * cloud_key ()
 
const TFheGateBootstrappingSecretKeySet * secret_key ()
 
void create_new_keyset (int minimum_lambda)
 
void load_parameters (const char *path)
 
void load_cloud_key (const char *path)
 
void load_secret_key (const char *path)
 
void delete_keyset ()
 

詳解

TFHEの秘密鍵,クラウド鍵,パラメータをまとめて管理するクラス.


このクラス詳解は次のファイルから抽出されました: