Replay Attack Protection - TrueLink/TrueLink GitHub Wiki
TBD
To detect replays, we must ensure each message has an unforgeable token which references the previous message
For 1:1 messaging, a simple hash chain suffices, since the message is only observed once.
For group chats, we need a proper tree of signed counters.