Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roginvs/cryptopoll

Secure crypto voting application
https://github.com/roginvs/cryptopoll

cryptography monero voting voting-application

Last synced: about 1 month ago
JSON representation

Secure crypto voting application

Awesome Lists containing this project

README

        

# Cryptopoll

Did you ever thought about having a reliable digital poll with zero trust?

Nowadays it is possible using linkable spontaneous anonymous group (LSAG) signature which is a powerful cryptographic tool that ensures the anonymity of participants while preserving the integrity of a group's decisions.

This repository contains code for LSAG signatures and a webinterface

Visit it here [cryptopoll.org](https://cryptopoll.org)

## Using as library

```sh
npm install https://github.com/roginvs/cryptopoll
```

Check exported functions and JSDOC comments for them for more details