diff --git a/Cargo.toml b/Cargo.toml index 3a6b915..51ea152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] diff --git a/README.md b/README.md index dd9de2e..9e9b087 100644 --- a/README.md +++ b/README.md @@ -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.