waLLLnutFHE16 Docs

Comparison operation

LT

Auction winner logic, ranking, threshold filters, and SDK comparison calls.

Signature

Raw symbolsFHE16_LT
Exampleint32_t* out = FHE16_LT(a, b);

Caller

Auction winner logic, ranking, threshold filters, and SDK comparison calls.

Circuit Path

Homomorphic pathFHE16_COMPARE with LT mode, executed by Compare worker threads over prefix compare state.

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_LT(a, b);
FHE16_Free(out);