Skip to content

Commit

Permalink
fix tecdsa example link
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Dec 5, 2024
1 parent 86a0281 commit 1e2d45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/threshold-signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These predefined identifiers allow you to quickly integrate with Nillion's built

## Implementation Guide

Check out a complete [tECDSA code example here](https://github.com/NillionNetwork/python-examples/blob/feat/tecdsa-example/examples_and_tutorials/core_concept_single_party_compute/threshold_ecdsa_signature.py).
Check out a complete [tECDSA code example here](https://github.com/NillionNetwork/python-examples/blob/main/examples_and_tutorials/core_concept_single_party_compute/threshold_ecdsa_signature.py).

### Storing Your Key

Expand Down

0 comments on commit 1e2d45b

Please sign in to comment.