Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rand_chacha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.10.0"
authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
repository = "https://github.com/rust-random/rngs"
documentation = "https://docs.rs/rand_chacha"
homepage = "https://rust-random.github.io/book"
description = """
Expand Down
4 changes: 2 additions & 2 deletions rand_chacha/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rand_chacha

[![Test Status](https://github.com/rust-random/rand/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rand/actions)
[![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions)
[![Latest version](https://img.shields.io/crates/v/rand_chacha.svg)](https://crates.io/crates/rand_chacha)
[![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/)
[![API](https://docs.rs/rand_chacha/badge.svg)](https://docs.rs/rand_chacha)
Expand All @@ -22,7 +22,7 @@ the [`c2-chacha`](https://crates.io/crates/c2-chacha) crate.
Links:

- [API documentation (docs.rs)](https://docs.rs/rand_chacha)
- [Changelog](https://github.com/rust-random/rand/blob/master/rand_chacha/CHANGELOG.md)
- [Changelog](https://github.com/rust-random/rngs/blob/master/rand_chacha/CHANGELOG.md)

[rand]: https://crates.io/crates/rand
[^1]: D. J. Bernstein, [*ChaCha, a variant of Salsa20*](
Expand Down
4 changes: 2 additions & 2 deletions rand_pcg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rand_pcg

[![Test Status](https://github.com/rust-random/rand/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rand/actions)
[![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions)
[![Latest version](https://img.shields.io/crates/v/rand_pcg.svg)](https://crates.io/crates/rand_pcg)
[![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/)
[![API](https://docs.rs/rand_pcg/badge.svg)](https://docs.rs/rand_pcg)
Expand All @@ -20,7 +20,7 @@ part of the [Rand project](https://github.com/rust-random/rand).
Links:

- [API documentation (docs.rs)](https://docs.rs/rand_pcg)
- [Changelog](https://github.com/rust-random/rand/blob/master/rand_pcg/CHANGELOG.md)
- [Changelog](https://github.com/rust-random/rngs/blob/master/rand_pcg/CHANGELOG.md)


## Crate Features
Expand Down