tfhe_libex
全て クラス ファイル 関数 変数 列挙型
関数
full_adder.hpp ファイル

full_adder(全加算器)の関数. [詳解]

#include "../../../common/tfhe_lib.hpp"
#include "./half_adder.hpp"
full_adder.hpp の依存先関係図:
被依存関係図:

[ソースコード]

関数

void full_adder (LweSample *sum, LweSample *carry_out, LweSample *a, LweSample *b, LweSample *x, const TFheGateBootstrappingCloudKeySet *bk)
 

詳解

full_adder(全加算器)の関数.