Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • $\begingroup$ Just a follow-up for your answer, actually some folks formalized a group signature scheme based solely on Merkle Trees of One-time Signatures and Cryptographic Permutations. It's the most efficient quantum-robust group signature scheme without any decrease on security upper-bounds. The paper is called G-Merkle: A Hash-Based Group Signature Scheme From Standard Assumptions, and it's pretty worth the reading. Now I'm looking forward into (possible?) Hash-based Ring Signatures Constructions using underlying Multi-Party Computations ceremonies. $\endgroup$ Commented Nov 12, 2019 at 18:42
  • $\begingroup$ In simpler words, OTS + Merkle Tree + PRP enable group public key for verification of signatures made by anonymous but traceable secret keys. $\endgroup$ Commented Nov 12, 2019 at 18:46