Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 371 Bytes

description

this project is nodejs implementation of two party ECDSA algorithm. the original paper is Fast Secure Two-Party ECDSA Signing by Yehuda Lindell https://eprint.iacr.org/2017/552.pdf

dev env

  • node: 15.6.0

used packages in source

  • bigint-crypto-utils

TODO

  • verifyPaillierPublicKeyProof test failed
  • verifyPaillierAndDlogProof to be added