Ring signatures

A ring signature allows a user to sign a message as one of a group of users

To accomplish this for 1 decoy:

  • K[0] and k[0] are the user's public and private keys and K[1] is the decoy's public key

  • u and s[1] are randomly selected values

  • The signature is (c[0], s[0], s[1])

Last updated