Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 590 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 590 Bytes

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