tfhe_libex
src
include
operations
arithmetic
utils
full_adder.hpp
[詳解]
1
5
#ifndef FULL_ADDER
6
#define FULL_ADDER
7
#include "../../../common/tfhe_lib.hpp"
8
#include "
./half_adder.hpp
"
9
10
void
full_adder(LweSample* sum, LweSample* carry_out, LweSample* a,
11
LweSample* b, LweSample* x,
12
const
TFheGateBootstrappingCloudKeySet* bk);
13
#endif
half_adder.hpp
half_adder(半加算器)の関数.
構築:
1.8.17