File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525//! | Redox | [`rand:`][12]
2626//! | CloudABI | [`cloudabi_sys_random_get`][13]
2727//! | 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]
3029//! | VxWorks | `randABytes` after checking entropy pool initialization with `randSecure`
3130//! | Web browsers | [`Crypto.getRandomValues`][14] (see [Support for WebAssembly and asm.js][16])
3231//! | Node.js | [`crypto.randomBytes`][15] (see [Support for WebAssembly and asm.js][16])
118117//! [19]: https://www.unix.com/man-page/mojave/2/getentropy/
119118//! [20]: https://www.unix.com/man-page/mojave/4/random/
120119//! [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
122120
123121#![ doc(
124122 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