File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ fn get_random_u128() -> Result<u128, getrandom::Error> {
6565| WASI 0.2 | ` wasm32‑wasip2 ` | [ ` get-random-u64 ` ]
6666| SOLID | ` *-kmc-solid_* ` | ` SOLID_RNG_SampleRandomBytes `
6767| Nintendo 3DS | ` *-nintendo-3ds ` | [ ` getrandom ` ] [ 18 ]
68- | PS Vita | ` *-vita-* ` | ` getentropy `
68+ | PS Vita | ` *-vita-* ` | [ ` getentropy ` ] [ 19 ]
6969| QNX Neutrino | ` *‑nto-qnx* ` | [ ` /dev/urandom ` ] [ 14 ] (identical to ` /dev/random ` )
7070| AIX | ` *-ibm-aix ` | [ ` /dev/urandom ` ] [ 15 ]
7171
@@ -326,6 +326,7 @@ dual licensed as above, without any additional terms or conditions.
326326[ 16 ] : https://man.netbsd.org/getrandom.2
327327[ 17 ] : https://www.gnu.org/software/libc/manual/html_mono/libc.html#index-getrandom
328328[ 18 ] : https://github.com/rust3ds/shim-3ds/commit/b01d2568836dea2a65d05d662f8e5f805c64389d
329+ [ 19 ] : https://github.com/vitasdk/newlib/blob/2d869fe47aaf02b8e52d04e9a2b79d5b210fd016/newlib/libc/sys/vita/getentropy.c
329330
330331[ `ProcessPrng` ] : https://learn.microsoft.com/en-us/windows/win32/seccng/processprng
331332[ `RtlGenRandom` ] : https://learn.microsoft.com/en-us/windows/win32/api/ntsecapi/nf-ntsecapi-rtlgenrandom
You can’t perform that action at this time.
0 commit comments