English

Privacy on the Blockchain: Unique Ring Signatures

Cryptography and Security 2016-12-28 v2

Abstract

Ring signatures are cryptographic protocols designed to allow any member of a group to produce a signature on behalf of the group, without revealing the individual signer's identity. This offers group members a level of anonymity not attainable through generic digital signature schemes. We call this property 'plausible deniability', or anonymity with respect to an anonymity set. We concentrate in particular on implementing privacy on the blockchain, introducing a unique ring signature scheme that works with existing blockchain systems. We implement a unique ring signature (URS) scheme using secp256k1, creating the first implementation compatible with blockchain libraries in this way, so as for easy implementation as an Ethereum smart contract. We review the privacy and security properties offered by the scheme we have constructed, and compare its efficiency with other commonly suggested approaches to privacy on the blockchain.

Keywords

Cite

@article{arxiv.1612.01188,
  title  = {Privacy on the Blockchain: Unique Ring Signatures},
  author = {Rebekah Mercer},
  journal= {arXiv preprint arXiv:1612.01188},
  year   = {2016}
}

Comments

42 pages, 8 figures

R2 v1 2026-06-22T17:13:04.827Z