Skip to content

Commit d065094

Browse files
committed
Tweak docs
1 parent 5db0e46 commit d065094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//! | Backend name | Target | Target Triple | Implementation
4242
//! | ----------------- | -------------------- | -------------------- | --------------
4343
//! | `linux_getrandom` | Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call (without `/dev/urandom` fallback). Bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow).
44-
//! | `linux_rustix` | Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call using the [`rustix`] crate
44+
//! | `linux_rustix` | Linux, Android | `*‑linux‑*` | Same as `linux_getrandom`, but uses [`rustix`] instead of `libc`.
4545
//! | `rdrand` | x86, x86-64 | `x86_64-*`, `i686-*` | [`RDRAND`] instruction
4646
//! | `rndr` | AArch64 | `aarch64-*` | [`RNDR`] register
4747
//! | `esp_idf` | ESP-IDF | `*‑espidf` | [`esp_fill_random`]. WARNING: can return low quality entropy without proper hardware configuration!

0 commit comments

Comments
 (0)