diff --git a/curve25519-dalek/.github/workflows/rust.yml b/.github/workflows/curve25519-dalek.yml similarity index 100% rename from curve25519-dalek/.github/workflows/rust.yml rename to .github/workflows/curve25519-dalek.yml diff --git a/ed25519-dalek/.github/workflows/rust.yml b/.github/workflows/ed25519-dalek.yml similarity index 100% rename from ed25519-dalek/.github/workflows/rust.yml rename to .github/workflows/ed25519-dalek.yml diff --git a/x25519-dalek/.github/workflows/rust.yml b/.github/workflows/x25519-dalek.yml similarity index 100% rename from x25519-dalek/.github/workflows/rust.yml rename to .github/workflows/x25519-dalek.yml diff --git a/curve25519-dalek/.gitignore b/.gitignore similarity index 100% rename from curve25519-dalek/.gitignore rename to .gitignore diff --git a/curve25519-dalek/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from curve25519-dalek/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/curve25519-dalek/docs/assets/dalek-logo-clear.png b/docs/assets/dalek-logo-clear.png similarity index 100% rename from curve25519-dalek/docs/assets/dalek-logo-clear.png rename to docs/assets/dalek-logo-clear.png diff --git a/curve25519-dalek/docs/assets/dalek-logo.png b/docs/assets/dalek-logo.png similarity index 100% rename from curve25519-dalek/docs/assets/dalek-logo.png rename to docs/assets/dalek-logo.png diff --git a/curve25519-dalek/docs/assets/dalek-logo.svg b/docs/assets/dalek-logo.svg similarity index 100% rename from curve25519-dalek/docs/assets/dalek-logo.svg rename to docs/assets/dalek-logo.svg diff --git a/ed25519-dalek/CONTRIBUTING.md b/ed25519-dalek/CONTRIBUTING.md deleted file mode 100644 index 0092a5e..0000000 --- a/ed25519-dalek/CONTRIBUTING.md +++ /dev/null @@ -1,19 +0,0 @@ -# Contributing to ed25519-dalek - -If you have questions or comments, please feel free to email the -authors. - -For feature requests, suggestions, and bug reports, please open an issue on -[our Github](https://github.com/dalek-cryptography/ed25519-dalek). (Or, send us -an email if you're opposed to using Github for whatever reason.) - -Patches are welcomed as pull requests on -[our Github](https://github.com/dalek-cryptography/ed25519-dalek), as well as by -email (preferably sent to all of the authors listed in `Cargo.toml`). - -All issues on ed25519-dalek are mentored, if you want help with a bug just -ask @tarcieri or @rozbb. - -Some issues are easier than others. The `easy` label can be used to find the -easy issues. If you want to work on an issue, please leave a comment so that we -can assign it to you! diff --git a/x25519-dalek/CONTRIBUTING.md b/x25519-dalek/CONTRIBUTING.md deleted file mode 100644 index d1561b9..0000000 --- a/x25519-dalek/CONTRIBUTING.md +++ /dev/null @@ -1,28 +0,0 @@ -# Contributing to curve25519-dalek - -If you have questions or comments, please feel free to email the -authors. - -For feature requests, suggestions, and bug reports, please open an issue on -[our Github](https://github.com/dalek-cryptography/x25519-dalek). (Or, send us -an email if you're opposed to using Github for whatever reason.) - -Patches are welcomed as pull requests on -[our Github](https://github.com/dalek-cryptography/x25519-dalek), as well as by -email (preferably sent to all of the authors listed in `Cargo.toml`). - -All issues on curve25519-dalek are mentored, if you want help with a bug just -ask @isislovecruft. - -Some issues are easier than others. The `easy` label can be used to find the -easy issues. If you want to work on an issue, please leave a comment so that we -can assign it to you! - -# Code of Conduct - -We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html), -with the following additional clauses: - -* We respect the rights to privacy and anonymity for contributors and people in - the community. If someone wishes to contribute under a pseudonym different to - their primary identity, that wish is to be respected by all contributors.