Skip to content

KeeJef/GenThresh

VueOverhaul
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Imgur

GenThresh

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.