docs: update old GitHub and GitHub Pages URLs to new 0xMiden naming (#414)
This commit is contained in:
parent
c1920e3a1a
commit
8649dd1e04
5 changed files with 11 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
2
LICENSE
2
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
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Miden Crypto
|
||||
|
||||
[](https://github.com/0xPolygonMiden/crypto/blob/main/LICENSE)
|
||||
[](https://github.com/0xPolygonMiden/crypto/actions/workflows/test.yml)
|
||||
[](https://github.com/0xPolygonMiden/crypto/actions/workflows/build.yml)
|
||||
[](https://github.com/0xMiden/crypto/blob/main/LICENSE)
|
||||
[](https://github.com/0xMiden/crypto/actions/workflows/test.yml)
|
||||
[](https://github.com/0xMiden/crypto/actions/workflows/build.yml)
|
||||
[](https://www.rust-lang.org/tools/install)
|
||||
[](https://crates.io/crates/miden-crypto)
|
||||
|
||||
This crate contains cryptographic primitives used in Polygon Miden.
|
||||
This crate contains cryptographic primitives used in Miden.
|
||||
|
||||
## Hash
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue