Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 authored and github-actions[bot] committed Jun 29, 2024
1 parent 83e0454 commit 40f55a5
Show file tree
Hide file tree
Showing 10 changed files with 4,642 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/api/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@
<li>
<a href="wan24.Crypto.BC.BouncyCastleAsymmetricPublicKeyBase-3.html" class="sidebar-item" name="" title="BouncyCastleAsymmetricPublicKeyBase&lt;tAlgo, tPublicKey, tFinal&gt;">BouncyCastleAsymmetricPublicKeyBase&lt;tAlgo, tPublicKey, tFinal&gt;</a>

</li>
<li>
<a href="wan24.Crypto.BC.BouncyCastleBackupRng.html" class="sidebar-item" name="" title="BouncyCastleBackupRng">BouncyCastleBackupRng</a>

</li>
<li>
<a href="wan24.Crypto.BC.BouncyCastleBlockCipherAlgorithmBase-1.html" class="sidebar-item" name="" title="BouncyCastleBlockCipherAlgorithmBase&lt;T&gt;">BouncyCastleBlockCipherAlgorithmBase&lt;T&gt;</a>
Expand All @@ -377,6 +381,10 @@
<li>
<a href="wan24.Crypto.BC.BouncyCastleCryptoTransform.html" class="sidebar-item" name="" title="BouncyCastleCryptoTransform">BouncyCastleCryptoTransform</a>

</li>
<li>
<a href="wan24.Crypto.BC.BouncyCastleEntropyMonitor.html" class="sidebar-item" name="" title="BouncyCastleEntropyMonitor">BouncyCastleEntropyMonitor</a>

</li>
<li>
<a href="wan24.Crypto.BC.BouncyCastleHashAlgorithm.html" class="sidebar-item" name="" title="BouncyCastleHashAlgorithm">BouncyCastleHashAlgorithm</a>
Expand Down Expand Up @@ -409,6 +417,14 @@
<li>
<a href="wan24.Crypto.BC.ChaCha20Rng.html" class="sidebar-item" name="" title="ChaCha20Rng">ChaCha20Rng</a>

</li>
<li>
<a href="wan24.Crypto.BC.DisposableBouncyCastleBackupRng.html" class="sidebar-item" name="" title="DisposableBouncyCastleBackupRng">DisposableBouncyCastleBackupRng</a>

</li>
<li>
<a href="wan24.Crypto.BC.DisposableBouncyCastleEntropyMonitor.html" class="sidebar-item" name="" title="DisposableBouncyCastleEntropyMonitor">DisposableBouncyCastleEntropyMonitor</a>

</li>
<li>
<a href="wan24.Crypto.BC.DisposableRngWrapper.html" class="sidebar-item" name="" title="DisposableRngWrapper">DisposableRngWrapper</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/toc.json

Large diffs are not rendered by default.

772 changes: 772 additions & 0 deletions docs/api/wan24.Crypto.BC.BouncyCastleBackupRng.html

Large diffs are not rendered by default.

871 changes: 871 additions & 0 deletions docs/api/wan24.Crypto.BC.BouncyCastleEntropyMonitor.html

Large diffs are not rendered by default.

933 changes: 933 additions & 0 deletions docs/api/wan24.Crypto.BC.DisposableBouncyCastleBackupRng.html

Large diffs are not rendered by default.

1,032 changes: 1,032 additions & 0 deletions docs/api/wan24.Crypto.BC.DisposableBouncyCastleEntropyMonitor.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/api/wan24.Crypto.BC.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ <h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleAsymmetricPrivateKeyBase-5
</section>
<h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleAsymmetricPublicKeyBase-3.html">BouncyCastleAsymmetricPublicKeyBase&lt;tAlgo, tPublicKey, tFinal&gt;</a></h5>
<section><p>Base class fo a Bouncy Castle asymmetric public key</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleBackupRng.html">BouncyCastleBackupRng</a></h5>
<section><p>RNG which uses backup RNGs on error (not seedable!)</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleBlockCipherAlgorithmBase-1.html">BouncyCastleBlockCipherAlgorithmBase&lt;T&gt;</a></h5>
<section><p>Base class for a Bouncy Castle block cipher</p>
Expand All @@ -367,6 +370,9 @@ <h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleCipherAlgorithmBase-1.html
</section>
<h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleCryptoTransform.html">BouncyCastleCryptoTransform</a></h5>
<section><p>Bouncy Castle crypto transform</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleEntropyMonitor.html">BouncyCastleEntropyMonitor</a></h5>
<section><p>Entropy monitoring RNG (uses <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">CheckEntropy(in ReadOnlySpan&lt;byte&gt;, Algorithms?, in bool)</a>; won't monitor seed)</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleHashAlgorithm.html">BouncyCastleHashAlgorithm</a></h5>
<section><p>Bouncy Castle hash algorithm</p>
Expand All @@ -391,6 +397,12 @@ <h5><a class="xref" href="wan24.Crypto.BC.BouncyCastleStreamCipherAlgorithmBase-
</section>
<h5><a class="xref" href="wan24.Crypto.BC.ChaCha20Rng.html">ChaCha20Rng</a></h5>
<section><p>ChaCha20 CSRNG</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.DisposableBouncyCastleBackupRng.html">DisposableBouncyCastleBackupRng</a></h5>
<section><p>RNG which uses backup RNGs on error (not seedable!)</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.DisposableBouncyCastleEntropyMonitor.html">DisposableBouncyCastleEntropyMonitor</a></h5>
<section><p>Entropy monitoring RNG (uses <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">CheckEntropy(in ReadOnlySpan&lt;byte&gt;, Algorithms?, in bool)</a>; won't monitor seed)</p>
</section>
<h5><a class="xref" href="wan24.Crypto.BC.DisposableRngWrapper.html">DisposableRngWrapper</a></h5>
<section><p>Bouncy Castle disposable RNG wrapper for <code>wan24-Crypto</code></p>
Expand Down
22 changes: 21 additions & 1 deletion docs/index.json

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,16 @@
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.BouncyCastleBackupRng.yml",
"output": {
".html": {
"relative_path": "api/wan24.Crypto.BC.BouncyCastleBackupRng.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.BouncyCastleBlockCipherAlgorithmBase-1.yml",
Expand Down Expand Up @@ -933,6 +943,16 @@
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.BouncyCastleEntropyMonitor.yml",
"output": {
".html": {
"relative_path": "api/wan24.Crypto.BC.BouncyCastleEntropyMonitor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.BouncyCastleHashAlgorithm.yml",
Expand Down Expand Up @@ -1013,6 +1033,26 @@
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.DisposableBouncyCastleBackupRng.yml",
"output": {
".html": {
"relative_path": "api/wan24.Crypto.BC.DisposableBouncyCastleBackupRng.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.DisposableBouncyCastleEntropyMonitor.yml",
"output": {
".html": {
"relative_path": "api/wan24.Crypto.BC.DisposableBouncyCastleEntropyMonitor.html"
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/wan24.Crypto.BC.DisposableRngWrapper.yml",
Expand Down
Loading

0 comments on commit 40f55a5

Please sign in to comment.