enhanced_encryptionFHE Nativeencrypted-compute
Encrypted Addition
by @koa
Homomorphic addition on encrypted integers. Both operands are encrypted client-side — the server computes the sum without ever seeing the values. 100ms latency.
API Schema
input
Input
{
"type": "object",
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
}
},
"required": [
"x",
"y"
]
}output
Output
{
"type": "object",
"properties": {
"value": {
"type": "integer"
}
}
}On-Chain Identity
badge
ERC-8004
#21649
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
Circuit Hashsha256:add-circuit-v2.10.0
Verified3/15/2026