From b18a3a97ba7274b50615622fac81a81341baab92 Mon Sep 17 00:00:00 2001 From: Luka Teras Date: Thu, 2 Jan 2025 22:16:03 -0300 Subject: [PATCH 1/2] Add a link to PS Vita `getentropy` to the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e63869a06..c7183dbd0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ fn get_random_u128() -> Result { | WASI 0.2 | `wasm32‑wasip2` | [`get-random-u64`] | SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes` | Nintendo 3DS | `*-nintendo-3ds` | [`getrandom`][18] -| PS Vita | `*-vita-*` | `getentropy` +| PS Vita | `*-vita-*` | [`getentropy`][19] | QNX Neutrino | `*‑nto-qnx*` | [`/dev/urandom`][14] (identical to `/dev/random`) | AIX | `*-ibm-aix` | [`/dev/urandom`][15] @@ -326,6 +326,7 @@ dual licensed as above, without any additional terms or conditions. [16]: https://man.netbsd.org/getrandom.2 [17]: https://www.gnu.org/software/libc/manual/html_mono/libc.html#index-getrandom [18]: https://github.com/rust3ds/shim-3ds/commit/b01d2568836dea2a65d05d662f8e5f805c64389d +[19]: https://github.com/vitasdk/newlib/commit/4cfcefc86f63e16354fa1efbe89a7b895b5bdf63 [`ProcessPrng`]: https://learn.microsoft.com/en-us/windows/win32/seccng/processprng [`RtlGenRandom`]: https://learn.microsoft.com/en-us/windows/win32/api/ntsecapi/nf-ntsecapi-rtlgenrandom From c2145aa5ea4c57f951146594a5347210a2a5aaf7 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Fri, 3 Jan 2025 05:23:57 +0300 Subject: [PATCH 2/2] Change URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7183dbd0..f34890900 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ dual licensed as above, without any additional terms or conditions. [16]: https://man.netbsd.org/getrandom.2 [17]: https://www.gnu.org/software/libc/manual/html_mono/libc.html#index-getrandom [18]: https://github.com/rust3ds/shim-3ds/commit/b01d2568836dea2a65d05d662f8e5f805c64389d -[19]: https://github.com/vitasdk/newlib/commit/4cfcefc86f63e16354fa1efbe89a7b895b5bdf63 +[19]: https://github.com/vitasdk/newlib/blob/2d869fe47aaf02b8e52d04e9a2b79d5b210fd016/newlib/libc/sys/vita/getentropy.c [`ProcessPrng`]: https://learn.microsoft.com/en-us/windows/win32/seccng/processprng [`RtlGenRandom`]: https://learn.microsoft.com/en-us/windows/win32/api/ntsecapi/nf-ntsecapi-rtlgenrandom