Commit ddf0ad4 1 parent ec8e610 commit ddf0ad4 Copy full SHA for ddf0ad4
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 25
25
//! | Redox | [`rand:`][12]
26
26
//! | CloudABI | [`cloudabi_sys_random_get`][13]
27
27
//! | Haiku | `/dev/random` (identical to `/dev/urandom`)
28
- //! | L4RE, SGX, UEFI | [RDRAND][18]
29
- //! | Hermit | [RDRAND][18] as [`sys_rand`][22] is currently broken.
28
+ //! | SGX | [RDRAND][18]
30
29
//! | VxWorks | `randABytes` after checking entropy pool initialization with `randSecure`
31
30
//! | Web browsers | [`Crypto.getRandomValues`][14] (see [Support for WebAssembly and asm.js][16])
32
31
//! | Node.js | [`crypto.randomBytes`][15] (see [Support for WebAssembly and asm.js][16])
118
117
//! [19]: https://www.unix.com/man-page/mojave/2/getentropy/
119
118
//! [20]: https://www.unix.com/man-page/mojave/4/random/
120
119
//! [21]: https://www.freebsd.org/cgi/man.cgi?query=getrandom&manpath=FreeBSD+12.0-stable
121
- //! [22]: https://github.com/hermitcore/libhermit-rs/blob/09c38b0371cee6f56a541400ba453e319e43db53/src/syscalls/random.rs#L21
122
120
123
121
#![ doc(
124
122
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
You can’t perform that action at this time.
0 commit comments