@waxio/rsa-threshold-signatures
v1.3.0
Published
Library for RSA Threshold signatures
Downloads
43
Readme
RSA Threshold signatures library
A JavaScript implementation of threshold RSA signatures based on Victor Shoup's "Practical Threshold Signatures" (Eurocrypt 2000)
Install dependencies
$ yarn installSample Script
- Generate key pair and split it to multiple shares
$ yarn ts-node script/generateKey.tsOutput generated key are stored in here
- Run sample code to sign with share key
$ yarn ts-node script/signShare.tsRun test
$ yarn test