Hacker News new | ask | show | jobs
by totony 1322 days ago
Why not use a merkle tree/blockchain? Usually a meme, but seems like a good solution here: every message is a blob containing the mssage and the hash of the previous received blob. As long as order and messages are the same, the message is valid.

A bad actor could screw with you in this naive implementation though