Skip to content

Files

Latest commit

f21ac71 · Jan 21, 2021

History

History
13 lines (7 loc) · 784 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 784 Bytes

Imgur

GenThresh.com uses bls12-381 as implemented here to allow you to Generate, Sign, Aggregate and verify BLS signatures. It also allows for the spontaneous creation of rooms (using websockets) where users can automatically aggregate signatures.

Security

GenThresh has NOT been audited and should be therefor not be used for highly sensitive data or financial usecases.

Code Quality

The code here is a prototype, management of the DOM without a framework is a mess, and the server-side script stores everything in memory which will not scale, i fully encourage someone to take this and iterate to a production ready app.