Multiparty signatures



Summary:

In a discussion on the bitcoin-dev mailing list, Erik Aronesty suggested changing the "e" term in the schnorr algorithm to hash of message (elligator style) to the power of r, rather than using concatenation. However, Tim Ruffing responded by asking how s = x*e would be computed if e is an element of group G and if Erik was aware of a threshold signature scheme for Schnorr signatures that already enables what he wants. Nevertheless, it was pointed out that the proposed change does not require the hash to be treated as a group member for signing and everything else about the algorithm works the same, only that it enables signatures to be computed much more simply.


Updated on: 2023-06-13T03:53:14.563556+00:00