Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 committed Oct 21, 2023
1 parent 748ddd6 commit 26c443e
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 62 deletions.
20 changes: 12 additions & 8 deletions docs/api/wan24.Crypto.BC.BouncyCastleRandomGenerator.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h5>Implements</h5>
<div><span class="xref">Org.BouncyCastle.Crypto.Prng.IRandomGenerator</span></div>
<div><span class="xref">wan24.Crypto.ISeedableRng</span></div>
<div><span class="xref">wan24.Crypto.IRng</span></div>
<div><span class="xref">wan24.Crypto.ISeedConsumer</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
Expand Down Expand Up @@ -116,7 +117,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.Crypto.BC.html">wan2
<h6><strong>Assembly</strong>: wan24CryptoBC.dll</h6>
<h5 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class BouncyCastleRandomGenerator : IBouncyCastleRng, IRandomGenerator, ISeedableRng, IRng</code></pre>
<pre><code class="lang-csharp hljs">public sealed class BouncyCastleRandomGenerator : IBouncyCastleRng, IRandomGenerator, ISeedableRng, IRng, ISeedConsumer</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -356,7 +357,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_FillBytes_Span_System_Byte___.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.FillBytes(Span%7BSystem.Byte%7D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L47">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L50">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_FillBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.FillBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_FillBytes_Span_System_Byte___" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.FillBytes(Span{System.Byte}@)">FillBytes(in Span&lt;Byte&gt;)</h4>
Expand Down Expand Up @@ -403,7 +404,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_FillBytesAsync_Memory_System_Byte__CancellationToken_.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.FillBytesAsync(Memory%7BSystem.Byte%7D%2CCancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L54">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L57">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_FillBytesAsync_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.FillBytesAsync*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_FillBytesAsync_Memory_System_Byte__CancellationToken_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.FillBytesAsync(Memory{System.Byte},CancellationToken)">FillBytesAsync(Memory&lt;Byte&gt;, CancellationToken)</h4>
Expand Down Expand Up @@ -455,7 +456,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_GetBytes_System_Int32__.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.GetBytes(System.Int32%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L61">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L64">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_GetBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.GetBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_GetBytes_System_Int32__" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.GetBytes(System.Int32@)">GetBytes(in Int32)</h4>
Expand Down Expand Up @@ -502,7 +503,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_GetBytesAsync_System_Int32_CancellationToken_.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.GetBytesAsync(System.Int32%2CCancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L64">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L67">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_GetBytesAsync_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.GetBytesAsync*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_GetBytesAsync_System_Int32_CancellationToken_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.GetBytesAsync(System.Int32,CancellationToken)">GetBytesAsync(Int32, CancellationToken)</h4>
Expand Down Expand Up @@ -554,7 +555,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_Span_System_Byte__.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes(Span%7BSystem.Byte%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L73">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L76">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_Span_System_Byte__" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes(Span{System.Byte})">NextBytes(Span&lt;Byte&gt;)</h4>
Expand Down Expand Up @@ -586,7 +587,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_System_Byte___.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes(System.Byte%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L67">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L70">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_System_Byte___" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes(System.Byte[])">NextBytes(Byte[])</h4>
Expand Down Expand Up @@ -618,7 +619,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_System_Byte___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L70">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRandomGenerator.cs/#L73">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRandomGenerator_NextBytes_System_Byte___System_Int32_System_Int32_" data-uid="wan24.Crypto.BC.BouncyCastleRandomGenerator.NextBytes(System.Byte[],System.Int32,System.Int32)">NextBytes(Byte[], Int32, Int32)</h4>
Expand Down Expand Up @@ -668,6 +669,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Crypto.IRng</span>
</div>
<div>
<span class="xref">wan24.Crypto.ISeedConsumer</span>
</div>
</article>
</div>

Expand Down
14 changes: 9 additions & 5 deletions docs/api/wan24.Crypto.BC.BouncyCastleRngWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h5>Implements</h5>
<div><span class="xref">Org.BouncyCastle.Crypto.Prng.IRandomGenerator</span></div>
<div><span class="xref">wan24.Crypto.ISeedableRng</span></div>
<div><span class="xref">wan24.Crypto.IRng</span></div>
<div><span class="xref">wan24.Crypto.ISeedConsumer</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
Expand Down Expand Up @@ -116,7 +117,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.Crypto.BC.html">wan2
<h6><strong>Assembly</strong>: wan24CryptoBC.dll</h6>
<h5 id="wan24_Crypto_BC_BouncyCastleRngWrapper_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class BouncyCastleRngWrapper : IBouncyCastleRng, IRandomGenerator, ISeedableRng, IRng</code></pre>
<pre><code class="lang-csharp hljs">public sealed class BouncyCastleRngWrapper : IBouncyCastleRng, IRandomGenerator, ISeedableRng, IRng, ISeedConsumer</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -520,7 +521,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRngWrapper_GetBytesAsync_System_Int32_CancellationToken_.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRngWrapper.GetBytesAsync(System.Int32%2CCancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L63">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L64">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRngWrapper_GetBytesAsync_" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.GetBytesAsync*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRngWrapper_GetBytesAsync_System_Int32_CancellationToken_" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.GetBytesAsync(System.Int32,CancellationToken)">GetBytesAsync(Int32, CancellationToken)</h4>
Expand Down Expand Up @@ -572,7 +573,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_Span_System_Byte__.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes(Span%7BSystem.Byte%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L78">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L79">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_Span_System_Byte__" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes(Span{System.Byte})">NextBytes(Span&lt;Byte&gt;)</h4>
Expand Down Expand Up @@ -604,7 +605,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_System_Byte___.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes(System.Byte%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L72">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L73">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_System_Byte___" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes(System.Byte[])">NextBytes(Byte[])</h4>
Expand Down Expand Up @@ -636,7 +637,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_System_Byte___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L75">View Source</a>
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleRngWrapper.cs/#L76">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastleRngWrapper_NextBytes_System_Byte___System_Int32_System_Int32_" data-uid="wan24.Crypto.BC.BouncyCastleRngWrapper.NextBytes(System.Byte[],System.Int32,System.Int32)">NextBytes(Byte[], Int32, Int32)</h4>
Expand Down Expand Up @@ -686,6 +687,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Crypto.IRng</span>
</div>
<div>
<span class="xref">wan24.Crypto.ISeedConsumer</span>
</div>
</article>
</div>

Expand Down
6 changes: 5 additions & 1 deletion docs/api/wan24.Crypto.BC.ChaCha20Rng.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h5>Implements</h5>
<div><span class="xref">Org.BouncyCastle.Crypto.Prng.IRandomGenerator</span></div>
<div><span class="xref">wan24.Crypto.ISeedableRng</span></div>
<div><span class="xref">wan24.Crypto.IRng</span></div>
<div><span class="xref">wan24.Crypto.ISeedConsumer</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
Expand Down Expand Up @@ -249,7 +250,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.Crypto.BC.html">wan2
<h6><strong>Assembly</strong>: wan24CryptoBC.dll</h6>
<h5 id="wan24_Crypto_BC_ChaCha20Rng_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class ChaCha20Rng : StreamCipherRng, IDisposableObject, IDisposable, IAsyncDisposable, IBouncyCastleRng, IRandomGenerator, ISeedableRng, IRng</code></pre>
<pre><code class="lang-csharp hljs">public sealed class ChaCha20Rng : StreamCipherRng, IDisposableObject, IDisposable, IAsyncDisposable, IBouncyCastleRng, IRandomGenerator, ISeedableRng, IRng, ISeedConsumer</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -321,6 +322,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Crypto.IRng</span>
</div>
<div>
<span class="xref">wan24.Crypto.ISeedConsumer</span>
</div>
</article>
</div>

Expand Down
6 changes: 5 additions & 1 deletion docs/api/wan24.Crypto.BC.DisposableRngWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h5>Implements</h5>
<div><span class="xref">System.IAsyncDisposable</span></div>
<div><span class="xref">wan24.Crypto.ISeedableRng</span></div>
<div><span class="xref">wan24.Crypto.IRng</span></div>
<div><span class="xref">wan24.Crypto.ISeedConsumer</span></div>
<div><span class="xref">Org.BouncyCastle.Crypto.Prng.IRandomGenerator</span></div>
</div>
<div class="inheritedMembers">
Expand Down Expand Up @@ -196,7 +197,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.Crypto.BC.html">wan2
<h6><strong>Assembly</strong>: wan24CryptoBC.dll</h6>
<h5 id="wan24_Crypto_BC_DisposableRngWrapper_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class DisposableRngWrapper : DisposableSeedableRngBase, IDisposableObject, IDisposable, IAsyncDisposable, ISeedableRng, IRng, IRandomGenerator</code></pre>
<pre><code class="lang-csharp hljs">public sealed class DisposableRngWrapper : DisposableSeedableRngBase, IDisposableObject, IDisposable, IAsyncDisposable, ISeedableRng, IRng, ISeedConsumer, IRandomGenerator</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -736,6 +737,9 @@ <h3 id="implements">Implements</h3>
<div>
<span class="xref">wan24.Crypto.IRng</span>
</div>
<div>
<span class="xref">wan24.Crypto.ISeedConsumer</span>
</div>
<div>
<span class="xref">Org.BouncyCastle.Crypto.Prng.IRandomGenerator</span>
</div>
Expand Down
Loading

0 comments on commit 26c443e

Please sign in to comment.