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 Apr 13, 2024
1 parent 9d343c9 commit a54b000
Show file tree
Hide file tree
Showing 17 changed files with 2,239 additions and 17 deletions.
24 changes: 24 additions & 0 deletions docs/api/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,14 +441,26 @@
<li>
<a href="wan24.Crypto.BC.HashBcSha3_256Algorithm.html" class="sidebar-item" name="" title="HashBcSha3_256Algorithm">HashBcSha3_256Algorithm</a>

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

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

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

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

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

</li>
<li>
<a href="wan24.Crypto.BC.HashBcShake128Algorithm.html" class="sidebar-item" name="" title="HashBcShake128Algorithm">HashBcShake128Algorithm</a>
Expand All @@ -465,14 +477,26 @@
<li>
<a href="wan24.Crypto.BC.MacBcHmacSha3_256Algorithm.html" class="sidebar-item" name="" title="MacBcHmacSha3_256Algorithm">MacBcHmacSha3_256Algorithm</a>

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

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

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

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

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

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

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions docs/api/wan24.Crypto.BC.BouncyCastle.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,22 @@ <h5 id="wan24_Crypto_BC_BouncyCastle_syntax">Syntax</h5>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastle_RegisterNetAlgrithms.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastle.RegisterNetAlgrithms%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastle.cs/#L104">View Source</a>
</span>
<a id="wan24_Crypto_BC_BouncyCastle_RegisterNetAlgrithms_" data-uid="wan24.Crypto.BC.BouncyCastle.RegisterNetAlgrithms*"></a>
<h4 id="wan24_Crypto_BC_BouncyCastle_RegisterNetAlgrithms" data-uid="wan24.Crypto.BC.BouncyCastle.RegisterNetAlgrithms">RegisterNetAlgrithms()</h4>
<div class="markdown level1 summary"><p>Register (HMAC)SHA3-* algorithms to <span class="xref">wan24.Crypto.CryptoAppConfig</span> (replace the .NET defaults!)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void RegisterNetAlgrithms()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastle_ReplaceNetAlgorithms.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastle.ReplaceNetAlgorithms%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand Down
49 changes: 48 additions & 1 deletion docs/api/wan24.Crypto.BC.BouncyCastleHashAlgorithm.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ <h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm">HashAlgorithm</a></div>
<div class="level2"><span class="xref">BouncyCastleHashAlgorithm</span></div>
<div class="level3"><a class="xref" href="wan24.Crypto.BC.HashBcSha3_256Algorithm.SHA3_256.html">HashBcSha3_256Algorithm.SHA3_256</a></div>
<div class="level3"><a class="xref" href="wan24.Crypto.BC.HashBcSha3_384Algorithm.SHA3_384.html">HashBcSha3_384Algorithm.SHA3_384</a></div>
<div class="level3"><a class="xref" href="wan24.Crypto.BC.HashBcSha3_512Algorithm.SHA3_512.html">HashBcSha3_512Algorithm.SHA3_512</a></div>
</div>
<div class="implements">
<h5>Implements</h5>
Expand All @@ -117,6 +120,15 @@ <h5>Implements</h5>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.hashsizevalue">HashAlgorithm.HashSizeValue</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.hashvalue">HashAlgorithm.HashValue</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.state">HashAlgorithm.State</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.clear">HashAlgorithm.Clear()</a>
</div>
Expand Down Expand Up @@ -177,6 +189,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
Expand All @@ -188,7 +203,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24CryptoBC.dll</h6>
<h5 id="wan24_Crypto_BC_BouncyCastleHashAlgorithm_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class BouncyCastleHashAlgorithm : HashAlgorithm, ICryptoTransform, IDisposable</code></pre>
<pre><code class="lang-csharp hljs">public class BouncyCastleHashAlgorithm : HashAlgorithm, ICryptoTransform, IDisposable</code></pre>
</div>
<h5 id="wan24_Crypto_BC_BouncyCastleHashAlgorithm_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Constructor</p>
Expand Down Expand Up @@ -232,6 +247,38 @@ <h5 class="parameters">Parameters</h5>
<h5 id="wan24_Crypto_BC_BouncyCastleHashAlgorithm__ctor_Org_BouncyCastle_Crypto_IDigest__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Constructor</p>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleHashAlgorithm_Digest.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleHashAlgorithm.Digest%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleHashAlgorithm.cs/#L18">View Source</a>
</span>
<h4 id="wan24_Crypto_BC_BouncyCastleHashAlgorithm_Digest" data-uid="wan24.Crypto.BC.BouncyCastleHashAlgorithm.Digest">Digest</h4>
<div class="markdown level1 summary"><p>Digest</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected readonly IDigest Digest</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IDigest</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
Expand Down
52 changes: 51 additions & 1 deletion docs/api/wan24.Crypto.BC.BouncyCastleHmacAlgorithm.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm">HashAlgorithm</a></div>
<div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.keyedhashalgorithm">KeyedHashAlgorithm</a></div>
<div class="level3"><span class="xref">BouncyCastleHmacAlgorithm</span></div>
<div class="level4"><a class="xref" href="wan24.Crypto.BC.MacBcHmacSha3_256Algorithm.HMACSHA3_256.html">MacBcHmacSha3_256Algorithm.HMACSHA3_256</a></div>
<div class="level4"><a class="xref" href="wan24.Crypto.BC.MacBcHmacSha3_384Algorithm.HMACSHA3_384.html">MacBcHmacSha3_384Algorithm.HMACSHA3_384</a></div>
<div class="level4"><a class="xref" href="wan24.Crypto.BC.MacBcHmacSha3_512Algorithm.HMACSHA3_512.html">MacBcHmacSha3_512Algorithm.HMACSHA3_512</a></div>
</div>
<div class="implements">
<h5>Implements</h5>
Expand All @@ -118,6 +121,9 @@ <h5>Implements</h5>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.keyedhashalgorithm.keyvalue">KeyedHashAlgorithm.KeyValue</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.keyedhashalgorithm.create#system-security-cryptography-keyedhashalgorithm-create">KeyedHashAlgorithm.Create()</a>
</div>
Expand All @@ -127,6 +133,15 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.keyedhashalgorithm.key">KeyedHashAlgorithm.Key</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.hashsizevalue">HashAlgorithm.HashSizeValue</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.hashvalue">HashAlgorithm.HashValue</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.state">HashAlgorithm.State</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.hashalgorithm.clear">HashAlgorithm.Clear()</a>
</div>
Expand Down Expand Up @@ -184,6 +199,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
Expand All @@ -195,7 +213,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="wan24.html">wan24</a>.<a c
<h6><strong>Assembly</strong>: wan24CryptoBC.dll</h6>
<h5 id="wan24_Crypto_BC_BouncyCastleHmacAlgorithm_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class BouncyCastleHmacAlgorithm : KeyedHashAlgorithm, ICryptoTransform, IDisposable</code></pre>
<pre><code class="lang-csharp hljs">public class BouncyCastleHmacAlgorithm : KeyedHashAlgorithm, ICryptoTransform, IDisposable</code></pre>
</div>
<h5 id="wan24_Crypto_BC_BouncyCastleHmacAlgorithm_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Constructor</p>
Expand Down Expand Up @@ -239,6 +257,38 @@ <h5 class="parameters">Parameters</h5>
<h5 id="wan24_Crypto_BC_BouncyCastleHmacAlgorithm__ctor_Org_BouncyCastle_Crypto_IMac__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Constructor</p>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/nd1012/wan24-Crypto-BC/new/main/apiSpec/new?filename=wan24_Crypto_BC_BouncyCastleHmacAlgorithm_Mac.md&amp;value=---%0Auid%3A%20wan24.Crypto.BC.BouncyCastleHmacAlgorithm.Mac%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/nd1012/wan24-Crypto-BC/blob/main/src/wan24-Crypto-BC/BouncyCastleHmacAlgorithm.cs/#L18">View Source</a>
</span>
<h4 id="wan24_Crypto_BC_BouncyCastleHmacAlgorithm_Mac" data-uid="wan24.Crypto.BC.BouncyCastleHmacAlgorithm.Mac">Mac</h4>
<div class="markdown level1 summary"><p>MAC</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected readonly IMac Mac</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IMac</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
Expand Down
Loading

0 comments on commit a54b000

Please sign in to comment.