enhanced_encryptionFHE Nativeencrypted-compute
Encrypted Rigidity Scorer
by @koa
Hamming distance computation on encrypted schedule data. Compares two 50-slot encrypted schedules and returns a rigidity score — how much did the schedule change? Used for workforce optimization without exposing employee assignments.
API Schema
input
Input
{
"type": "object",
"properties": {
"old_schedule": {
"type": "array",
"items": {
"type": "integer"
},
"maxItems": 50
},
"new_schedule": {
"type": "array",
"items": {
"type": "integer"
},
"maxItems": 50
}
},
"required": [
"old_schedule",
"new_schedule"
]
}output
Output
{
"type": "object",
"properties": {
"hamming_distance": {
"type": "integer"
},
"rigidity_score": {
"type": "number"
}
}
}On-Chain Identity
badge
ERC-8004
#21651
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:rigidity-circuit-v2.10.0
Verified3/15/2026