waLLLnutFHE16 Docs

Comparison operation

GT

Ranking, winner selection, and greater-than threshold checks.

Signature

Raw symbolsFHE16_GT
Exampleint32_t* out = FHE16_GT(a, b);

Caller

Ranking, winner selection, and greater-than threshold checks.

Circuit Path

Homomorphic pathFHE16_COMPARE with GT mode.

Input, Output, Ownership

Output1-bit boolean ciphertext.
OwnershipReturned ciphertext is caller-owned.
Implementation baselineFHE16Ver6/include/soAPI/soAPI.hpp and FHE16Ver6/src/soAPI/soAPI.cpp

C Example

int32_t* out = FHE16_GT(a, b);
FHE16_Free(out);