rebreak-monorepo/ops/pir-server/process-config.json
chahinebrini 29bbf23405 feat(protection): iOS NEURLFilter-Spike + PIR-Server-Ops
NEURLFilter-Stack (iOS 26): Extension RebreakURLFilter -> URLFilterExtension
umbenannt, url-filter-provider-Entitlement, Bloom-Prefilter-Extension,
PIR-Client-Config (pirServerURL/pirAuthToken via Build-Env).
PIR-Server-Ops unter ops/pir-server/ (Dockerfile, build-and-deploy, Patches,
DTS-Report). backend/scripts/generate-pir-input.ts erzeugt die PIR-Datenbank.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 18:09:42 +02:00

12 lines
305 B
JSON

{
"inputDatabase": "/data/input.txtpb",
"outputDatabase": "/data/url-SHARD_ID.bin",
"outputPirParameters": "/data/url-SHARD_ID.params.txtpb",
"rlweParameters": "n_4096_logq_27_28_28_logt_5",
"sharding": {
"entryCountPerShard": 50000
},
"trialsPerShard": 1,
"databaseType": "keyword"
}