From 7d8bd416f96775a8a1d7ea4b6361e539b091f063 Mon Sep 17 00:00:00 2001 From: Iraklis Leontiadis <120665504+leontiadZen@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:13:09 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9b7ecc..47b39502 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## IMPORTANT NOTE This repository is no longer maintained. Most specifically, Zengo will not provide any security updates or hotfixes (should an issue arise). This library was originally created to enable users to experiment with MPC and TSS functionality using different protocols, including such that are not used in production by Zengo wallet. -Zengo wallet’s production MPC code can be found in https://github.com/ZenGo-X/gotham-city/pull/64 +Zengo wallet’s production MPC code can be found in [https://github.com/ZenGo-X/gotham-city/master](https://github.com/ZenGo-X/gotham-city/tree/master/) ## Introduction This project is a Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).