Skip to content

Commit ddf0ad4

Browse files
committed
docs: Update documentation
1 parent ec8e610 commit ddf0ad4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
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])
@@ -118,7 +117,6 @@
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",

0 commit comments

Comments
 (0)