Are any of these algorithms suited for PGP signing replacements? I'm interested in being able to make long term claims based on web-of-trust models, and I've been nervous about basing it around RSA/DSA key pairs. In that sort of world, what do the keys actually look like? Is it comparable to being able to distribute a single public root key?
Hash Based signatures in a web of trust would result in enormous amounts of signature data for each public key.
A stateful hash based signing protocol like XMSS might be more suitable.
Hopefully a Post Quantum small signature alternative appears.