From f96474542273f073cf4ef377823cb8958733e22a Mon Sep 17 00:00:00 2001 From: Robin Salen <30937548+Nashtare@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:46:50 -0400 Subject: [PATCH] Update links in README (#11) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcd8ab8..dd9de2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ICE-FROST -[![codecov](https://codecov.io/gh/topos-network/ice-frost/branch/main/graph/badge.svg?token=CP8FGXD8VP)](https://codecov.io/gh/topos-network/ice-frost) -![example workflow](https://github.com/topos-network/ice_frost/actions/workflows/ci.yml/badge.svg) +[![codecov](https://codecov.io/gh/topos-protocol/ice-frost/branch/main/graph/badge.svg?token=CP8FGXD8VP)](https://codecov.io/gh/topos-protocol/ice-frost) +![example workflow](https://github.com/topos-protocol/ice_frost/actions/workflows/ci.yml/badge.svg) A modular Rust implementation of [ICE-FROST: Identifiable Cheating Entity Flexible Round-Optimised Schnorr Threshold signatures](https://eprint.iacr.org/2021/1658) supporting static group keys.