Arithmetic operation
ADD3
Advanced arithmetic composition and benchmark harnesses.
Signature
| Raw symbols | FHE16_ADD3 |
|---|---|
| Example | int32_t* out = FHE16_ADD3(a, b, c); |
Caller
Advanced arithmetic composition and benchmark harnesses.
Circuit Path
Homomorphic pathThree-input encrypted adder path; document as advanced until depth and test fixtures are finalized.
Input, Output, Ownership
| Output | n-bit integer ciphertext. |
|---|---|
| Ownership | Returned ciphertext is caller-owned. |
| Implementation baseline | FHE16Ver6/include/soAPI/soAPI.hpp and FHE16Ver6/src/soAPI/soAPI.cpp |
C Example
int32_t* out = FHE16_ADD3(a, b, c);
FHE16_Free(out);