Bitwise operation
XORVEC
Integer bitwise API and browser worker bitwise compute.
Signature
| Raw symbols | FHE16_XORVEC |
|---|---|
| Example | int32_t* out = FHE16_XORVEC(a, b); |
Caller
Integer bitwise API and browser worker bitwise compute.
Circuit Path
Homomorphic pathFHE16_GATE_TEMPLETE with type=2 and GATE_VEC across encrypted bits.
Input, Output, Ownership
| Output | Vector/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_XORVEC(a, b);
FHE16_Free(out);