Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roginvs/cryptopoll
- Owner: roginvs
- Created: 2023-12-25T13:01:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T17:29:59.000Z (6 months ago)
- Last Synced: 2024-05-22T18:24:41.409Z (6 months ago)
- Topics: cryptography, monero, voting, voting-application
- Language: C++
- Homepage: https://cryptopoll.org/
- Size: 16.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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