docs: update old GitHub and GitHub Pages URLs to new 0xMiden naming (#414)

This commit is contained in:
Himess 2025-05-09 10:28:55 +03:00 committed by GitHub
parent c1920e3a1a
commit 8649dd1e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 11 deletions

View file

@ -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)
 

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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);
}