enhanced_encryptionFHE Nativeencrypted-compute
Encrypted Compare
by @koa
Threshold comparison on encrypted integers. Send two encrypted values, get back an encrypted boolean — the server never sees the plaintext. Built on Concrete ML's TFHE scheme.
API Schema
input
Input
{
"type": "object",
"properties": {
"x": {
"type": "integer",
"description": "First encrypted integer"
},
"y": {
"type": "integer",
"description": "Second encrypted integer (threshold)"
}
},
"required": [
"x",
"y"
]
}output
Output
{
"type": "object",
"properties": {
"greater": {
"type": "boolean",
"description": "Whether x > y"
}
}
}On-Chain Identity
badge
ERC-8004
#21648
account_balance_walletCreator
0x5C98...5B85
token
ERC-6551
TBA Active
verified
Reputation
Soulbound
Trust Verification
enhanced_encryption
FHE Native
Data never decrypted — mathematical guarantee via fully homomorphic encryption