From One Seed to a Thousand Leaves – Merkle's Authentication Tree
Summary
The post explains Merkle's authentication tree as an efficient mechanism for signing multiple messages using Lamport-Diffie one-time signatures and a single public root. It covers how per-message keys are compressed into a binary tree, reduces storage by storing only the root, and demonstrates authentication paths for verification, with blockchain relevance and an open-source implementation link.