Skip to content

Commit e096734

Browse files
committed
Update dokka docs
1 parent 2bb69b1 commit e096734

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</button>
4646
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4747
<div class="library-version" id="library-version">
48-
0.5.0 </div>
48+
0.5.1 </div>
4949
<div class="navigation-controls">
5050
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button"
5151
type="button">Switch theme

library/crypto-rand/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -119,7 +119,7 @@ <h2 class="">Packages</h2>
119119
</div>
120120
<div class="footer">
121121
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
122-
<span>© 2025-2025 Copyright KotlinCrypto</span>
122+
<span>© 2023-2025 Copyright KotlinCrypto</span>
123123
<span class="pull-right">
124124
<span>Generated by </span>
125125
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-crypto-rand/-default/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -94,7 +94,7 @@
9494
<div class="breadcrumbs"><a href="../../../index.html">crypto-rand</a><span class="delimiter">/</span><a href="../../index.html">org.kotlincrypto.random</a><span class="delimiter">/</span><a href="../index.html">CryptoRand</a><span class="delimiter">/</span><span class="current">Default</span></div>
9595
<div class="cover ">
9696
<h1 class="cover"><span><span>Default</span></span></h1>
97-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":library:crypto-rand/commonMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Default</a> : <a href="../index.html">CryptoRand</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/KotlinCrypto/random/tree/master/library/crypto-rand/src/commonMain/kotlin/org/kotlincrypto/random/CryptoRand.kt#L63">source</a>)</span></span></div><p class="paragraph">The default implementation of <a href="../index.html">CryptoRand</a>.</p><p class="paragraph">The following APIs are used for procuring cryptographically secure random data:</p><ul><li><p class="paragraph">Jvm: <a href="https://docs.oracle.com/javase/8/docs/api/java/security/SecureRandom.html">java.security.SecureRandom</a></p></li><li><p class="paragraph">Js:</p></li><ul><li><p class="paragraph">Browser: <a href="https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues">Crypto.getRandomValues()</a></p></li><li><p class="paragraph">Node: <a href="https://nodejs.org/api/crypto.html#cryptorandomfillsyncbuffer-offset-size">Crypto.randomFillSync()</a></p></li></ul><li><p class="paragraph">WasmJs:</p></li><ul><li><p class="paragraph">Browser: <a href="https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues">Crypto.getRandomValues()</a></p></li><li><p class="paragraph">Node: <a href="https://nodejs.org/api/crypto.html#cryptorandomfillsyncbuffer-offset-size">Crypto.randomFillSync()</a></p></li></ul><li><p class="paragraph">WasmWasi: <a href="https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md#random_get">random_get</a></p></li><li><p class="paragraph">Native:</p></li><ul><li><p class="paragraph">Linux &amp; Android Native targets: <a href="https://www.man7.org/linux/man-pages/man2/getrandom.2.html">getrandom(2)</a> when available (GLIBC 2.25+ &amp; Android API 23+), with a fallback to reading from <code class="lang-kotlin">/dev/urandom</code> after polling <code class="lang-kotlin">/dev/random</code> once (per process lifetime) to ensure appropriate levels of system entropy are had.</p></li><li><p class="paragraph">Apple targets: <a href="https://github.com/apple-oss-distributions/CommonCrypto/blob/main/include/CommonRandom.h">CCRandomGenerateBytes</a></p></li><li><p class="paragraph">Windows targets: <a href="https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom">BCryptGenRandom</a></p></li></ul></ul></div></div>
97+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":library:crypto-rand/commonMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Default</a> : <a href="../index.html">CryptoRand</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/KotlinCrypto/random/tree/master/library/crypto-rand/src/commonMain/kotlin/org/kotlincrypto/random/CryptoRand.kt#L63">source</a>)</span></span></div><p class="paragraph">The default implementation of <a href="../index.html">CryptoRand</a>.</p><p class="paragraph">The following APIs are used for procuring cryptographically secure random data:</p><ul><li><p class="paragraph">Jvm: <a href="https://docs.oracle.com/javase/8/docs/api/java/security/SecureRandom.html">java.security.SecureRandom</a></p></li><li><p class="paragraph">Js:</p></li><ul><li><p class="paragraph">Browser: <a href="https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues">Crypto.getRandomValues()</a></p></li><li><p class="paragraph">Node: <a href="https://nodejs.org/api/crypto.html#cryptorandomfillsyncbuffer-offset-size">Crypto.randomFillSync()</a></p></li></ul><li><p class="paragraph">WasmJs:</p></li><ul><li><p class="paragraph">Browser: <a href="https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues">Crypto.getRandomValues()</a></p></li><li><p class="paragraph">Node: <a href="https://nodejs.org/api/crypto.html#cryptorandomfillsyncbuffer-offset-size">Crypto.randomFillSync()</a></p></li></ul><li><p class="paragraph">WasmWasi: <a href="https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md#random_get">random_get</a></p></li><li><p class="paragraph">Native:</p></li><ul><li><p class="paragraph">Linux &amp; Android Native targets: <a href="https://www.man7.org/linux/man-pages/man2/getrandom.2.html">getrandom(2)</a> when available (Linux Kernel 3.17+ &amp; Android API 26+), with a fallback to reading from <code class="lang-kotlin">/dev/urandom</code> after polling <code class="lang-kotlin">/dev/random</code> once (per process lifetime) to ensure appropriate levels of system entropy are had.</p></li><li><p class="paragraph">Apple targets: <a href="https://github.com/apple-oss-distributions/CommonCrypto/blob/main/include/CommonRandom.h">CCRandomGenerateBytes</a></p></li><li><p class="paragraph">Windows targets: <a href="https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom">BCryptGenRandom</a></p></li></ul></ul></div></div>
9898
</div>
9999
<div class="tabbedcontent">
100100
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
@@ -123,7 +123,7 @@ <h2 class="">Functions</h2>
123123
</div>
124124
<div class="footer">
125125
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
126-
<span>© 2025-2025 Copyright KotlinCrypto</span>
126+
<span>© 2023-2025 Copyright KotlinCrypto</span>
127127
<span class="pull-right">
128128
<span>Generated by </span>
129129
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-crypto-rand/-default/next-bytes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -99,7 +99,7 @@ <h1 class="cover"><span>next</span><wbr><span><span>Bytes</span></span></h1>
9999
</div>
100100
<div class="footer">
101101
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
102-
<span>© 2025-2025 Copyright KotlinCrypto</span>
102+
<span>© 2023-2025 Copyright KotlinCrypto</span>
103103
<span class="pull-right">
104104
<span>Generated by </span>
105105
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-crypto-rand/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -142,7 +142,7 @@ <h2 class="">Functions</h2>
142142
</div>
143143
<div class="footer">
144144
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
145-
<span>© 2025-2025 Copyright KotlinCrypto</span>
145+
<span>© 2023-2025 Copyright KotlinCrypto</span>
146146
<span class="pull-right">
147147
<span>Generated by </span>
148148
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-crypto-rand/next-bytes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -99,7 +99,7 @@ <h1 class="cover"><span>next</span><wbr><span><span>Bytes</span></span></h1>
9999
</div>
100100
<div class="footer">
101101
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
102-
<span>© 2025-2025 Copyright KotlinCrypto</span>
102+
<span>© 2023-2025 Copyright KotlinCrypto</span>
103103
<span class="pull-right">
104104
<span>Generated by </span>
105105
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-delicate-crypto-rand-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -103,7 +103,7 @@ <h1 class="cover"><span>Delicate</span><wbr><span>Crypto</span><wbr><span>Rand</
103103
</div>
104104
<div class="footer">
105105
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
106-
<span>© 2025-2025 Copyright KotlinCrypto</span>
106+
<span>© 2023-2025 Copyright KotlinCrypto</span>
107107
<span class="pull-right">
108108
<span>Generated by </span>
109109
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-randomness-procurement-exception/-randomness-procurement-exception.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -99,7 +99,7 @@ <h1 class="cover"><span>Randomness</span><wbr><span>Procurement</span><wbr><span
9999
</div>
100100
<div class="footer">
101101
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
102-
<span>© 2025-2025 Copyright KotlinCrypto</span>
102+
<span>© 2023-2025 Copyright KotlinCrypto</span>
103103
<span class="pull-right">
104104
<span>Generated by </span>
105105
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/-randomness-procurement-exception/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -157,7 +157,7 @@ <h2 class="">Properties</h2>
157157
</div>
158158
<div class="footer">
159159
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
160-
<span>© 2025-2025 Copyright KotlinCrypto</span>
160+
<span>© 2023-2025 Copyright KotlinCrypto</span>
161161
<span class="pull-right">
162162
<span>Generated by </span>
163163
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

library/crypto-rand/org.kotlincrypto.random/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4242
</button>
4343
<div class="navigation-controls--break ui-kit_mobile-only"></div>
44-
<div class="library-version" id="library-version">0.5.0
44+
<div class="library-version" id="library-version">0.5.1
4545
</div>
4646
<div class="navigation-controls">
4747
<div class="filter-section filter-section_loading" id="filter-section">
@@ -152,7 +152,7 @@ <h2 class="">Types</h2>
152152
</div>
153153
<div class="footer">
154154
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
155-
<span>© 2025-2025 Copyright KotlinCrypto</span>
155+
<span>© 2023-2025 Copyright KotlinCrypto</span>
156156
<span class="pull-right">
157157
<span>Generated by </span>
158158
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

0 commit comments

Comments
 (0)