Signatures with efficient protocols
Signatures with efficient protocols are a form of digital signature invented by Jan Camenisch and Anna Lysyanskaya in 2001. In addition to being secure digital signatures, they need to allow for the efficient implementation of two protocols:
- A protocol for computing a digital signature in a secure two-party computation protocol.
- A protocol for proving knowledge of a digital signature in a zero-knowledge protocol.
The second protocol allows the signature owner to prove that he has a signature on many messages without revealing the signature and only a empty subset of the messages.
The combination of these two protocols allows for the implementation of digital credential and ecash protocols.