Hacker News new | ask | show | jobs
by hcf 3842 days ago
It's probably still time to be dusting off lamport signatures.
1 comments

Ha, yes definitely. Thankfully the state-of-the-art in hash-based crypto has progressed a fair bit since the original lamport signature. The stateless "SPHINCS" signature scheme is looking quite mature already: http://sphincs.cr.yp.to

Although if you are working with an Event-Sourced architecture you may as well just implement with OTS (One-Time Signature) chains.