Skip to content

Commit 7605c92

Browse files
committed
Update docs
1 parent 74c765d commit 7605c92

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,12 @@ <h1 id="js2pysecrets">JS2PySecrets</h1>
467467
</div>
468468
<div class="admonition tip">
469469
<p class="admonition-title">Random Number Generator</p>
470+
<p>This package handles random number generation different that the JavaScript package. This difference affects:</p>
471+
<ul>
472+
<li><code>init()</code></li>
473+
<li><code>setRNG()</code></li>
474+
<li><code>getConfig()</code></li>
475+
</ul>
470476
<div class="admonition warning">
471477
<p class="admonition-title">Random Data CAN Be Captured</p>
472478
<p>Capturing the random data used to generate shares is possible. It's <strong>not</strong> enabled by default and the <code>function()</code> necessary to process the random data is at the discretion users of this package. </p>

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

docs_source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The functionality is essentially the same as the JavaScript package, with an exc
4444
!!! tip "Random Number Generator"
4545

4646
This package handles random number generation different that the JavaScript package. This difference affects:
47+
4748
- `init()`
4849
- `setRNG()`
4950
- `getConfig()`

0 commit comments

Comments
 (0)