itsgoin/website
Scott Reimers b7f2d369fa v0.3.5: Encrypted receipt & comment slots, message delivery indicators
Encrypted slots in BlobHeader:
- Private posts get noise-prefilled receipt slots (64B, 1 per participant)
  and comment slots (256B, ceil(participants/3), expandable)
- Slot key derived from post CEK via BLAKE3 — only participants can read
- CDN relays propagate opaque encrypted bytes without decryption
- 3 new BlobHeaderDiffOps: WriteReceiptSlot, WriteCommentSlot, AddCommentSlots

Receipt system:
- States: empty(0), delivered(1), seen(2), reacted(3)
- Slot index = position in sorted participant NodeId list
- Author can pre-feed emoji reaction at creation time
- 6 new crypto tests for slot encrypt/decrypt/derivation

Node methods:
- write_receipt_slot, write_comment_slot with upstream+downstream propagation
- read_receipt_slots, read_comment_slots with CEK-based decryption
- get_post_cek_and_participants helper for both Encrypted and GroupEncrypted

IPC: write_message_receipt, write_message_comment, get_message_receipts,
     get_message_comments

Frontend:
- DM chat bubbles show delivery indicators (check → double → blue → emoji)
- Opening conversation auto-marks incoming messages as seen
- React button on messages with emoji prompt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 14:15:33 -04:00
..
contribute.html v0.3.5: Private blob encryption, blob prefetch, intent-based filtering, crypto refactoring 2026-03-20 12:44:07 -04:00
design.html v0.3.5: Encrypted receipt & comment slots, message delivery indicators 2026-03-20 14:15:33 -04:00
download.html v0.3.5: Encrypted receipt & comment slots, message delivery indicators 2026-03-20 14:15:33 -04:00
index.html v0.3.5: Private blob encryption, blob prefetch, intent-based filtering, crypto refactoring 2026-03-20 12:44:07 -04:00
style.css v0.3.5: Private blob encryption, blob prefetch, intent-based filtering, crypto refactoring 2026-03-20 12:44:07 -04:00
tech.html v0.3.5: Private blob encryption, blob prefetch, intent-based filtering, crypto refactoring 2026-03-20 12:44:07 -04:00