Skip to content

roginvs/cryptopoll

Repository files navigation

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

Using as library

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

Check exported functions and JSDOC comments for them for more details