tfhe_libex
src
lib
operations
arithmetic
utils
関数
full_adder.cpp ファイル
full_adder(全加算器)の関数の実装.
[詳解]
#include "
full_adder.hpp
"
full_adder.cpp の依存先関係図:
関数
void
full_adder
(LweSample *sum, LweSample *carry_out, LweSample *a, LweSample *b, LweSample *x, const TFheGateBootstrappingCloudKeySet *bk)
詳解
full_adder(全加算器)の関数の実装.
構築:
1.8.17