https://github.com/roginvs/cryptopoll
Secure crypto voting application
https://github.com/roginvs/cryptopoll
cryptography monero voting voting-application
Last synced: 4 months ago
JSON representation
Secure crypto voting application
- Host: GitHub
- URL: https://github.com/roginvs/cryptopoll
- Owner: roginvs
- Created: 2023-12-25T13:01:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T13:28:28.000Z (12 months ago)
- Last Synced: 2024-10-29T22:31:48.358Z (12 months ago)
- Topics: cryptography, monero, voting, voting-application
- Language: C++
- Homepage: https://cryptopoll.org/
- Size: 16.5 MB
- Stars: 4
- 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