Coder Social home page Coder Social logo

lsag's Introduction

This is a C# implementation of two linkable ring signature schemes from Liu et al.

A ring signature is a digital signature which proves that the message was signed by a holder of a private key, whose corresponding public key is in the provided list of public keys. However, it is impossible to know which public key from the list belongs to the signer.

A linkable ring signature in addition provides the means to check whether two signatures were generated by the same signer, still with no way to tell which one.

This idea has applications in privacy-sensitive settings, such as e-voting or e-cash.

The implemented schemes are described in the papers:

"Linkable Spontaneous Anonymous Group Signature for Ad Hoc Groups" by Joseph K. Liu, Victor K. Wei, and Duncan S. Wong - Information Security and Privacy, 2004 http://eprint.iacr.org/2004/027.pdf‎

"Linkable Ring Signatures: Security Models and New Schemes" by Joseph K. Liu and Duncan S. Wong - Computational Science and Its Applications–ICCSA 2005 http://link.springer.com/chapter/10.1007%2F11424826_65

Related work:

An implementation of the older method in C++: https://github.com/apuljain/Linkable-Ring-Signature

Bouncy castle C# crypto library: https://github.com/neoeinstein/bouncycastle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.