Skip to content

Commit

Permalink
Fix broken link to threshold signatures article (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanTedesco authored Feb 13, 2023
1 parent 184c49f commit 29a4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Threshold ECDSA includes two protocols:
- Signing for using the secret shares to generate a signature.

ECDSA is used extensively for crypto-currencies such as Bitcoin, Ethereum (secp256k1 curve), NEO (NIST P-256 curve) and much more.
This library can be used to create MultiSig and ThresholdSig crypto wallet. For a full background on threshold signatures please read our Binance academy article [Threshold Signatures Explained](https://www.binance.vision/security/threshold-signatures-explained).
This library can be used to create MultiSig and ThresholdSig crypto wallet. For a full background on threshold signatures please read our Binance academy article [Threshold Signatures Explained](https://academy.binance.com/en/articles/threshold-signatures-explained).

## Library Introduction
The library was built with four core design principles in mind:
Expand Down

0 comments on commit 29a4ce3

Please sign in to comment.