From 8649dd1e0444b1f7ae71adf18d7ac8a743dfa544 Mon Sep 17 00:00:00 2001 From: Himess <95512809+Himess@users.noreply.github.com> Date: Fri, 9 May 2025 10:28:55 +0300 Subject: [PATCH] docs: update old GitHub and GitHub Pages URLs to new 0xMiden naming (#414) --- CONTRIBUTING.md | 8 ++++---- Cargo.toml | 2 +- LICENSE | 2 +- README.md | 8 ++++---- miden-crypto/src/lib.rs | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1452de..3cdc447 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,10 +4,10 @@ We want to make contributing to this project as easy and transparent as possible, whether it's: -- Reporting a [bug](https://github.com/0xPolygonMiden/crypto/issues/new) -- Taking part in [discussions](https://github.com/0xPolygonMiden/crypto/discussions) -- Submitting a [fix](https://github.com/0xPolygonMiden/crypto/pulls) -- Proposing new [features](https://github.com/0xPolygonMiden/crypto/issues/new) +- Reporting a [bug](https://github.com/0xMiden/crypto/issues/new) +- Taking part in [discussions](https://github.com/0xMiden/crypto/discussions) +- Submitting a [fix](https://github.com/0xMiden/crypto/pulls) +- Proposing new [features](https://github.com/0xMiden/crypto/issues/new)   diff --git a/Cargo.toml b/Cargo.toml index cf00b3a..bc198ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ resolver = "3" # Use the edition 2024 dependency resolver [workspace.package] authors = ["miden contributors"] license = "MIT" -repository = "https://github.com/0xPolygonMiden/crypto" +repository = "https://github.com/0xMiden/crypto" categories = ["cryptography", "no-std"] keywords = ["miden", "crypto", "hash", "merkle"] edition = "2024" diff --git a/LICENSE b/LICENSE index 58fc0d5..bab6bbd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Polygon Miden +Copyright (c) 2025 Miden Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4bc9625..3bf5eef 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Miden Crypto -[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/0xPolygonMiden/crypto/blob/main/LICENSE) -[![test](https://github.com/0xPolygonMiden/crypto/actions/workflows/test.yml/badge.svg)](https://github.com/0xPolygonMiden/crypto/actions/workflows/test.yml) -[![build](https://github.com/0xPolygonMiden/crypto/actions/workflows/build.yml/badge.svg)](https://github.com/0xPolygonMiden/crypto/actions/workflows/build.yml) +[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/0xMiden/crypto/blob/main/LICENSE) +[![test](https://github.com/0xMiden/crypto/actions/workflows/test.yml/badge.svg)](https://github.com/0xMiden/crypto/actions/workflows/test.yml) +[![build](https://github.com/0xMiden/crypto/actions/workflows/build.yml/badge.svg)](https://github.com/0xMiden/crypto/actions/workflows/build.yml) [![RUST_VERSION](https://img.shields.io/badge/rustc-1.85+-lightgray.svg)](https://www.rust-lang.org/tools/install) [![CRATE](https://img.shields.io/crates/v/miden-crypto)](https://crates.io/crates/miden-crypto) -This crate contains cryptographic primitives used in Polygon Miden. +This crate contains cryptographic primitives used in Miden. ## Hash diff --git a/miden-crypto/src/lib.rs b/miden-crypto/src/lib.rs index 7e0a6d1..cc73c84 100644 --- a/miden-crypto/src/lib.rs +++ b/miden-crypto/src/lib.rs @@ -53,7 +53,7 @@ fn debug_assert_is_checked() { // downstream. // // for reference, check - // https://github.com/0xPolygonMiden/miden-vm/issues/433 + // https://github.com/0xMiden/miden-vm/issues/433 debug_assert!(false); }