|
tfhe_libex
|
full_adder(全加算器)の関数の実装. [詳解]
#include "full_adder.hpp"
関数 | |
| void | full_adder (LweSample *sum, LweSample *carry_out, LweSample *a, LweSample *b, LweSample *x, const TFheGateBootstrappingCloudKeySet *bk) |
full_adder(全加算器)の関数の実装.
1.8.17