From df280811de56ecba6e3070ca8c6635737a51b456 Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 9 Jul 2024 20:27:11 -0400 Subject: [PATCH] doc/readme - add link to the tsshock article (#214) Co-authored-by: Milap Sheth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce85aa2..5cde46e8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Tofn provides the following: ## Threshold cryptography For an implementation of the [GG20](https://eprint.iacr.org/2020/540.pdf) threshold-ECDSA protocol, -see this version of [tofn](https://github.com/axelarnetwork/tofn/tree/0b441ed758ebed6726f7a2cf1ccce6a95c33152c). The GG20 protocol implementation should not be considered ready for production since it doesn't protect against recently discovered attacks on the protocol implementation. This was removed from `tofn` as it is not being used in the Axelar protocol. +see this version (with *known vulnerabilities*) of [tofn](https://github.com/axelarnetwork/tofn/tree/0b441ed758ebed6726f7a2cf1ccce6a95c33152c). The GG20 protocol implementation should not be considered ready for production since it doesn't protect against [recently discovered attacks](https://www.verichains.io/tsshock/) on the protocol implementation. This was removed from `tofn` as it is not being used in the Axelar protocol. ## Security notes