itsgoin/docs
Scott Reimers 9040d70bf6 docs: correct padding rule — bucketed throughout, not random above 256
Prior round misread Opus's recommendation: I wrote "rand(0..=256) above
256" for slots and "round up to nearest 256KB above 256KB" for body.
Body was right; slots were wrong. Correct rule: bucketed throughout.

Slot buckets: 8, 16, 32, 64, 128, 256 (power-of-2 sub-256), then
384, 512, 640, 768, ... (+128 steps above).

Body buckets: 1KB, 2KB, ..., 256KB (power-of-2 sub-256KB), then 512KB,
768KB, 1024KB, ... (+256KB steps above; aligns with future chunk size).

Stronger privacy than random: observer learns bucket, never position
within it. Stable across posts; no min-over-many-posts floor attack.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 21:47:44 -04:00
..
fof-spec docs: correct padding rule — bucketed throughout, not random above 256 2026-05-12 21:47:44 -04:00
DISCOVERY-PROTOCOL.md ItsGoin v0.3.2 — Decentralized social media network 2026-03-15 20:23:09 -04:00
peer-discovery-design.html ItsGoin v0.3.2 — Decentralized social media network 2026-03-15 20:23:09 -04:00
TODO-hardening.md v0.4.1: Security hardening, lock contention fixes, data cleanup 2026-03-21 19:30:38 -04:00