We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d23eb commit a37be0dCopy full SHA for a37be0d
src/lib.rs
@@ -13,7 +13,7 @@
13
//! | Target | Target Triple | Implementation
14
//! | ----------------- | ------------------ | --------------
15
//! | Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after successfully polling `/dev/random` |
16
-//! | Windows | `*‑pc‑windows‑*` | [`BCryptGenRandom`][3] |
+//! | Windows | `*‑windows‑*` | [`BCryptGenRandom`][3] |
17
//! | macOS | `*‑apple‑darwin` | [`getentropy()`][19] if available, otherwise [`/dev/random`][20] (identical to `/dev/urandom`)
18
//! | iOS | `*‑apple‑ios` | [`SecRandomCopyBytes`][4]
19
//! | FreeBSD | `*‑freebsd` | [`getrandom()`][21] if available, otherwise [`kern.arandom`][5]
0 commit comments