BitGo / BitGoJS

BitGo JavaScript SDK
https://developers.bitgo.com/
Apache License 2.0
354 stars 272 forks source link

feat(root) implement external signer for mpcv2 #4689

Closed alebusse closed 2 months ago

alebusse commented 3 months ago

added base utils for MPCv2 external signer added MPCv2 base code to support external signer Implemented singing using external signer for MPCv2 Use the hashed signableTx as Adata to verify that the encrypted session matches with the tx during the second and third DSG rounds in external signer, this would prevent re using the stored session for a different tx

WP-2136