Comparison operation
EQ
Private equality checks, matching, and guard conditions.
Signature
| Raw symbols | FHE16_EQ |
|---|---|
| Example | int32_t* out = FHE16_EQ(a, b); |
Caller
Private equality checks, matching, and guard conditions.
Circuit Path
Homomorphic pathEQ reduction circuit over every encrypted bit.
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_EQ(a, b);
FHE16_Free(out);