File tree Expand file tree Collapse file tree
library/crypto-rand/src/commonMain/kotlin/org/kotlincrypto/random Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public abstract class CryptoRand @DelicateCryptoRandApi protected constructor()
5252 * - WasmJs:
5353 * - Browser: [Crypto.getRandomValues()](https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues)
5454 * - Node: [Crypto.randomFillSync()](https://nodejs.org/api/crypto.html#cryptorandomfillsyncbuffer-offset-size)
55- * - WasmWasi: [random_get](https://github.com/WebAssembly/WASI/blob/main/legacy /preview1/docs.md#random_get)
55+ * - WasmWasi: [random_get](https://github.com/WebAssembly/WASI/blob/wasi-0.1 /preview1/docs.md#random_get)
5656 * - Native:
5757 * - Linux & Android Native targets: [getrandom(2)](https://www.man7.org/linux/man-pages/man2/getrandom.2.html)
5858 * when available (Linux Kernel 3.17+ & Android API 26+), with a fallback to reading from `/dev/urandom` after
You can’t perform that action at this time.
0 commit comments