Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVSS

Asynchronous Verifiable Secret Sharing

Overview

  1. Shamir's secret sharing(SSS)
  2. Distributed Key Generation(DKG)
  3. Lagrange Interpolation(LI)
  4. Asynchronous Verifiable Secret Sharing(AVSS)

Run

ts-node main.ts

How it works

  1. Generate Data Node by SSS, DKG.
  2. Verify share of Node by sign secret.

Contributors

Languages