mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-11 08:06:13 +00:00
- New section: 'Every warmup message carries proof it is real'. Shows the actual token format (wbly:ulid:exp:hmac), embeds it as a realistic body footer, and shows the receiver's verification pseudocode. Side panel lists the 5 validation rules (HMAC, expiry, single-use ULID, pool membership, sender/recipient binding), with the quarantine threshold footer (>= 3 invalid / 24h). - 'The daily loop' rewritten with code-style signature snippets for each step (partner = pool.draw(...), token = hmac(...), etc) plus the prose explanation. Real implementation language, not marketing.