sss-pk-generator
TypeScript icon, indicating that this package has built-in type declarations

0.2.8 • Public • Published

sss-pk-generator

Private key maker using shamir secret sharing


install

npm install --save sss-pk-generator

basic usages

generateKey = (passphraseList: string[], threshold: number)
unlockShares = (
  pairs: {
    cipherparams: string | { ct: string; iv: string; s: string };
    secret: string;
  }[],
)

Readme

Keywords

none

Package Sidebar

Install

npm i sss-pk-generator

Weekly Downloads

4

Version

0.2.8

License

Apache-2.0

Unpacked Size

34.1 kB

Total Files

20

Last publish

Collaborators

  • dogeunchoi