Skip to content

ngrinkevich/dkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

NPM Package Build Status Coverage Status

js-standard-style

Distributed key generation primitives in JS. With this you can create a "group" with a threshold that has a shared secert and a public key for the group. This group can then sign on messages and when the threshold number of members sign anyone can create recover the groups signture on the message which can be validated against the groups public key. The signiture is also determinist no matter which members on the message.

INSTALL

npm install dkg

USAGE

./example.js

API

./docs/

LICENSE

MPL-2.0

About

distributed key generation in JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%