Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix typo in README (#12)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix link in Cargo.toml
  • Loading branch information
Nashtare authored Oct 12, 2023
1 parent f964745 commit 91383dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
description = "Modular Static ICE-FROST: Identifiable Cheating Entity Flexible Round-Optimised Threshold Signature"
readme = "README.md"
license = "MIT/Apache-2"
repository = "https://github.com/topos-network/ice_frost"
homepage = "https://github.com/topos-network/ice_frost"
repository = "https://github.com/topos-network/ice-frost"
homepage = "https://github.com/topos-network/ice-frost"
keywords = ["cryptography", "frost", "ice-frost", "signature", "threshold-signature"]
categories = ["cryptography"]
exclude = [ ".gitignore" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ICE-FROST

[![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)
![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.

Expand Down

0 comments on commit 91383dd

Please sign in to comment.