Comment Re:Summary is wrong (Score 1) 13
Still, if there's a more space-efficient Merkle tree-based representation, that's a good thing. Saving a few KB on every TLS session is good. The aggregate bandwidth savings across the whole Internet would be enormous.
It's worth mentioning that there's another possible motivation: The possibility that ML-DSA turns out to be insecure and we have to fall back on the purely hash-based schemes, like SPHINCS+, which could increase certificate sizes by a factor of at least two above the ML-DSA-88 worst case, and possibly a lot more. SPHINCS+-256f certificates would be about 50 KB in size, so a chain of several of them could get really big.
Having a very space-efficient alternative would be really beneficial in that case. And the problem with all of this stuff is that it's speculative. We don't know when, or if, large quantum computers will become practical, and we don't know what the future holds for cryptographic discoveries. What we do know is that if you want to change the foundations of the web's security model, it's going to take a decade or three. So it makes sense to hedge your bets by starting to develop, standardize and test alternatives now.