Bitwise operation
OR
Boolean SDK methods and single-bit gate calls.
Signature
| Raw symbols | FHE16_OR |
|---|---|
| Example | int32_t* out = FHE16_OR(a_bit, b_bit); |
Caller
Boolean SDK methods and single-bit gate calls.
Circuit Path
Homomorphic pathSingle-bit C_FHE16_OR gate.
Input, Output, Ownership
| Output | 1-bit boolean 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_OR(a_bit, b_bit);
FHE16_Free(out);