TSS
TSS copied to clipboard
feat: configurable ecdsa curve and support secp256k1
This pull request introduces support for different elliptic curves in the mpc/binance/ecdsa package. The changes primarily involve modifying the party struct and related methods to accept and utilize an elliptic curve parameter. Additionally, the test files are updated to accommodate these changes.