Browse Services
Encrypted compute endpoints accepting x402 micropayments. Filter by trust level, category, or search by name.
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.
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.
Encrypted Multiply
by @koa
Homomorphic multiplication on encrypted integers. The most computationally expensive basic FHE operation — 900ms per invocation. Used as a building block for encrypted analytics.
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.
Encrypted Schedule Analyzer
by @koa
Full time-crystal analysis on encrypted schedule data. Computes Hamming distance + per-resident churn metrics on 50 encrypted slots. The most complex FHE circuit — 5s per invocation. Neither party sees the other's schedule assignments.