update docs for master

This commit is contained in:
= 2024-09-19 12:37:50 +00:00
parent fe218c6d97
commit 8f011c9f9c
83 changed files with 243 additions and 243 deletions

View File

@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:41 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -874,7 +874,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -822,9 +822,9 @@ class="link-seesrc" target="_blank">Source</a>
Get string representation of private/public key <tt class="docutils literal"><span class="pre">key</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L704"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L706"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L704" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L706" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -834,9 +834,9 @@ class="link-seesrc" target="_blank">Source</a>
Get string representation of signature <tt class="docutils literal"><span class="pre">sig</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L752"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L754"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L752" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L754" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -846,9 +846,9 @@ class="link-seesrc" target="_blank">Source</a>
Return <tt class="docutils literal"><span class="pre">true</span></tt> if two private keys <tt class="docutils literal"><span class="pre">key1</span></tt> and <tt class="docutils literal"><span class="pre">key2</span></tt> of the same scheme and equal.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L676"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L678"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L676" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L678" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -858,9 +858,9 @@ class="link-seesrc" target="_blank">Source</a>
Return <tt class="docutils literal"><span class="pre">true</span></tt> if two public keys <tt class="docutils literal"><span class="pre">key1</span></tt> and <tt class="docutils literal"><span class="pre">key2</span></tt> of the same scheme and equal.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L648"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L650"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L648" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L650" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -870,9 +870,9 @@ class="link-seesrc" target="_blank">Source</a>
Return private key <tt class="docutils literal"><span class="pre">key</span></tt> in binary form (using libp2p's protobuf serialization).
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L467"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L469"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L467" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L469" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -882,9 +882,9 @@ class="link-seesrc" target="_blank">Source</a>
Return public key <tt class="docutils literal"><span class="pre">key</span></tt> in binary form (using libp2p's protobuf serialization).
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L476"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L478"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L476" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L478" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -894,9 +894,9 @@ class="link-seesrc" target="_blank">Source</a>
Return signature <tt class="docutils literal"><span class="pre">sig</span></tt> in binary form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L485"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L487"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L485" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L487" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -909,9 +909,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>On success deserialized signature will be stored in <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1026"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1028"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1026" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1028" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -924,9 +924,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>On success deserialized key will be stored in <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1007"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1009"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1007" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1009" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -938,9 +938,9 @@ class="link-seesrc" target="_blank">Source</a>
Compare values and calculate <tt class="docutils literal"><span class="pre"><span class="Identifier">order</span></span></tt> parameter.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L933"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L935"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L933" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L935" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -951,9 +951,9 @@ class="link-seesrc" target="_blank">Source</a>
Get public key from corresponding private key <tt class="docutils literal"><span class="pre">key</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L349"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L351"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L349" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L351" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -964,9 +964,9 @@ class="link-seesrc" target="_blank">Source</a>
Return private key <tt class="docutils literal"><span class="pre">key</span></tt> in binary form (using scheme's own serialization).
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L406"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L408"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L406" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L408" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -977,9 +977,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L552"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L554"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L552" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L554" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -990,9 +990,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L555"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L557"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L555" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L557" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1005,9 +1005,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns <tt class="docutils literal"><span class="pre">true</span></tt> on success.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L560"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L562"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L560" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L562" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1019,9 +1019,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns <tt class="docutils literal"><span class="pre">true</span></tt> on success.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L575"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L577"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L575" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L577" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1032,9 +1032,9 @@ class="link-seesrc" target="_blank">Source</a>
Create new private key from libp2p's protobuf serialized binary form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L582"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L584"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L582" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L584" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1045,9 +1045,9 @@ class="link-seesrc" target="_blank">Source</a>
Create new private key from libp2p's protobuf serialized hexadecimal string form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L606"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L608"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L606" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L608" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1058,9 +1058,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L633"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L635"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L633" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L635" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1070,9 +1070,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L619"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L621"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L619" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L621" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1083,9 +1083,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L612"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L614"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L612" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L614" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1095,9 +1095,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L626"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L628"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L626" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L628" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1108,9 +1108,9 @@ class="link-seesrc" target="_blank">Source</a>
Create new public key from libp2p's protobuf serialized binary form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L590"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L592"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L590" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L592" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1121,9 +1121,9 @@ class="link-seesrc" target="_blank">Source</a>
Create new public key from libp2p's protobuf serialized hexadecimal string form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L639"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L641"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L639" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L641" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1134,9 +1134,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L636"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L638"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L636" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L638" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1146,9 +1146,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L622"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L624"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L622" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L624" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1158,9 +1158,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L615"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L617"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L615" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L617" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1170,9 +1170,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L629"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L631"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L629" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L631" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1183,9 +1183,9 @@ class="link-seesrc" target="_blank">Source</a>
Create new public key from libp2p's protobuf serialized binary form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L598"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L600"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L598" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L600" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1196,9 +1196,9 @@ class="link-seesrc" target="_blank">Source</a>
Create new signature from serialized hexadecimal string form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L644"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L646"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L644" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L646" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1211,9 +1211,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns <tt class="docutils literal"><span class="pre">true</span></tt> on success.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L568"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L570"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L568" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L570" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1223,9 +1223,9 @@ class="link-seesrc" target="_blank">Source</a>
Get array of bytes with with initial vector.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L903"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L905"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L903" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L905" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1235,9 +1235,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L913"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L915"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L913" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L915" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1247,9 +1247,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L923"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L925"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L923" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L925" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1275,9 +1275,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>So will be used first available (supported) method.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L304"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L306"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L304" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L306" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1290,9 +1290,9 @@ class="link-seesrc" target="_blank">Source</a>
<p><tt class="docutils literal"><span class="pre">bits</span></tt> is number of bits for RSA key, <tt class="docutils literal"><span class="pre">bits</span></tt> value must be in [512, 4096], default value is 2048 bits.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L248"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L250"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L248" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L250" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1306,9 +1306,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>So will be used first available (supported) method.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L224"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L225"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L224" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L225" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1335,9 +1335,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns empty string if there no algorithms in common.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L959"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L961"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L959" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L961" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1347,9 +1347,9 @@ class="link-seesrc" target="_blank">Source</a>
Get short string representation of private/public key <tt class="docutils literal"><span class="pre">key</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L728"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L730"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L728" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L730" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1372,9 +1372,9 @@ class="link-seesrc" target="_blank">Source</a>
Sign message <tt class="docutils literal"><span class="pre">data</span></tt> using private key <tt class="docutils literal"><span class="pre">key</span></tt> and return generated signature in raw binary form.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L756"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L758"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L756" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L758" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1385,9 +1385,9 @@ class="link-seesrc" target="_blank">Source</a>
Expand shared secret to cryptographic keys.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L857"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L859"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L857" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L859" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1400,9 +1400,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns number of bytes (octets) needed to store private key <tt class="docutils literal"><span class="pre">key</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L431"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L433"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L431" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L433" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1415,9 +1415,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns number of bytes (octets) needed to store public key <tt class="docutils literal"><span class="pre">key</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L445"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L447"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L445" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L447" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1430,9 +1430,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns number of bytes (octets) needed to store signature <tt class="docutils literal"><span class="pre">sig</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L459"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L461"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L459" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L461" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1445,9 +1445,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Returns number of bytes (octets) needed to store private key <tt class="docutils literal"><span class="pre">key</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L377"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L379"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L377" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L379" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1458,9 +1458,9 @@ class="link-seesrc" target="_blank">Source</a>
Verify signature <tt class="docutils literal"><span class="pre">sig</span></tt> using message <tt class="docutils literal"><span class="pre">message</span></tt> and public key <tt class="docutils literal"><span class="pre">key</span></tt>. Return <tt class="docutils literal"><span class="pre">true</span></tt> if message signature is valid.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L790"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L792"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L790" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L792" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1471,9 +1471,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1004"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1006"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1004" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1006" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1484,9 +1484,9 @@ class="link-seesrc" target="_blank">Source</a>
Write PublicKey value <tt class="docutils literal"><span class="pre">pubkey</span></tt> to buffer <tt class="docutils literal"><span class="pre">vb</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L981"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L983"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L981" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L983" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1497,9 +1497,9 @@ class="link-seesrc" target="_blank">Source</a>
Write PrivateKey value <tt class="docutils literal"><span class="pre">seckey</span></tt> to buffer <tt class="docutils literal"><span class="pre">vb</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L987"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L989"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L987" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L989" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1510,9 +1510,9 @@ class="link-seesrc" target="_blank">Source</a>
Write Signature value <tt class="docutils literal"><span class="pre">sig</span></tt> to buffer <tt class="docutils literal"><span class="pre">vb</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L993"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L995"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L993" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L995" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1523,9 +1523,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L999"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L1001"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L999" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L1001" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1540,9 +1540,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L881"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L883"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L881" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L883" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1552,9 +1552,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L884"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L886"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L884" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L886" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1564,9 +1564,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L889"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L891"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L889" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L891" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1576,9 +1576,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L896"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/crypto/crypto.nim#L898"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L896" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/crypto/crypto.nim#L898" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1611,7 +1611,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="section" id="19">
<h1><a class="toc-backref" href="#19">Exports</a></h1>
<dl class="item">
<a href="ecnist.html#ephemeral,EcCurveKind,HmacDrbgContext"><span class="Identifier">ephemeral</span></a>, <a href="ecnist.html#ephemeral,string,HmacDrbgContext"><span class="Identifier">ephemeral</span></a>, <a href="ecnist.html#ECDHEScheme"><span class="Identifier">ECDHEScheme</span></a>, <a href="../utility.html#withValue.t,,untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#safeConvert.t,S"><span class="Identifier">safeConvert</span></a>, <a href="../utility.html#shortLog,openArray[byte]"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#withValue.t,Result[T,E],untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#public.t"><span class="Identifier">public</span></a>, <a href="../utility.html#exceptionToAssert.t,untyped"><span class="Identifier">exceptionToAssert</span></a>, <a href="../utility.html#valueOr.t,Option[T],untyped"><span class="Identifier">valueOr</span></a>, <a href="../utility.html#shortLog,string"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#exclIfIt.t,HashSet[T],untyped"><span class="Identifier">exclIfIt</span></a>, <a href="../utility.html#compilesOr.t,untyped,untyped"><span class="Identifier">compilesOr</span></a>, <a href="../utility.html#capLen,seq[T],Natural"><span class="Identifier">capLen</span></a>, <a href="../utility.html#toOpt.t,Result[T,E]"><span class="Identifier">toOpt</span></a>, <a href="../utility.html#withValue.m,,untyped,untyped,untyped"><span class="Identifier">withValue</span></a>
<a href="ecnist.html#ephemeral,EcCurveKind,HmacDrbgContext"><span class="Identifier">ephemeral</span></a>, <a href="ecnist.html#ephemeral,string,HmacDrbgContext"><span class="Identifier">ephemeral</span></a>, <a href="ecnist.html#ECDHEScheme"><span class="Identifier">ECDHEScheme</span></a>, <a href="../utility.html#withValue.t,,untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#safeConvert,SomeOrdinal"><span class="Identifier">safeConvert</span></a>, <a href="../utility.html#shortLog,openArray[byte]"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#withValue.t,Result[T,E],untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#public.t"><span class="Identifier">public</span></a>, <a href="../utility.html#exceptionToAssert.t,untyped"><span class="Identifier">exceptionToAssert</span></a>, <a href="../utility.html#valueOr.t,Option[T],untyped"><span class="Identifier">valueOr</span></a>, <a href="../utility.html#shortLog,string"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#exclIfIt.t,HashSet[T],untyped"><span class="Identifier">exclIfIt</span></a>, <a href="../utility.html#compilesOr.t,untyped,untyped"><span class="Identifier">compilesOr</span></a>, <a href="../utility.html#capLen,seq[T],Natural"><span class="Identifier">capLen</span></a>, <a href="../utility.html#toOpt.t,Result[T,E]"><span class="Identifier">toOpt</span></a>, <a href="../utility.html#withValue.m,,untyped,untyped,untyped"><span class="Identifier">withValue</span></a>
</dl></div>
</div>
@ -1621,7 +1621,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:36 UTC</small>
</div>
</div>
</div>

View File

@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:00 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:35 UTC</small>
</div>
</div>
</div>

View File

@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:00 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:34 UTC</small>
</div>
</div>
</div>

View File

@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:00 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:34 UTC</small>
</div>
</div>
</div>

View File

@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:25:59 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:34 UTC</small>
</div>
</div>
</div>

View File

@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:25:59 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:34 UTC</small>
</div>
</div>
</div>

View File

@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:00 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:35 UTC</small>
</div>
</div>
</div>

View File

@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -312,7 +312,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:36 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:01 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:35 UTC</small>
</div>
</div>
</div>

View File

@ -464,7 +464,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:00 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:35 UTC</small>
</div>
</div>
</div>

View File

@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:01 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:36 UTC</small>
</div>
</div>
</div>

View File

@ -559,7 +559,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -455,7 +455,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -535,7 +535,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -796,7 +796,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="section" id="19">
<h1><a class="toc-backref" href="#19">Exports</a></h1>
<dl class="item">
<a href="utility.html#withValue.t,,untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="utility.html#safeConvert.t,S"><span class="Identifier">safeConvert</span></a>, <a href="utility.html#shortLog,openArray[byte]"><span class="Identifier">shortLog</span></a>, <a href="utility.html#withValue.t,Result[T,E],untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="utility.html#public.t"><span class="Identifier">public</span></a>, <a href="utility.html#exceptionToAssert.t,untyped"><span class="Identifier">exceptionToAssert</span></a>, <a href="utility.html#valueOr.t,Option[T],untyped"><span class="Identifier">valueOr</span></a>, <a href="utility.html#shortLog,string"><span class="Identifier">shortLog</span></a>, <a href="utility.html#exclIfIt.t,HashSet[T],untyped"><span class="Identifier">exclIfIt</span></a>, <a href="utility.html#compilesOr.t,untyped,untyped"><span class="Identifier">compilesOr</span></a>, <a href="utility.html#capLen,seq[T],Natural"><span class="Identifier">capLen</span></a>, <a href="utility.html#toOpt.t,Result[T,E]"><span class="Identifier">toOpt</span></a>, <a href="utility.html#withValue.m,,untyped,untyped,untyped"><span class="Identifier">withValue</span></a>
<a href="utility.html#withValue.t,,untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="utility.html#safeConvert,SomeOrdinal"><span class="Identifier">safeConvert</span></a>, <a href="utility.html#shortLog,openArray[byte]"><span class="Identifier">shortLog</span></a>, <a href="utility.html#withValue.t,Result[T,E],untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="utility.html#public.t"><span class="Identifier">public</span></a>, <a href="utility.html#exceptionToAssert.t,untyped"><span class="Identifier">exceptionToAssert</span></a>, <a href="utility.html#valueOr.t,Option[T],untyped"><span class="Identifier">valueOr</span></a>, <a href="utility.html#shortLog,string"><span class="Identifier">shortLog</span></a>, <a href="utility.html#exclIfIt.t,HashSet[T],untyped"><span class="Identifier">exclIfIt</span></a>, <a href="utility.html#compilesOr.t,untyped,untyped"><span class="Identifier">compilesOr</span></a>, <a href="utility.html#capLen,seq[T],Natural"><span class="Identifier">capLen</span></a>, <a href="utility.html#toOpt.t,Result[T,E]"><span class="Identifier">toOpt</span></a>, <a href="utility.html#withValue.m,,untyped,untyped,untyped"><span class="Identifier">withValue</span></a>
</dl></div>
</div>
@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:36 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -921,7 +921,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="section" id="19">
<h1><a class="toc-backref" href="#19">Exports</a></h1>
<dl class="item">
<a href="../utility.html#withValue.t,,untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#safeConvert.t,S"><span class="Identifier">safeConvert</span></a>, <a href="../utility.html#shortLog,openArray[byte]"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#withValue.t,Result[T,E],untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#public.t"><span class="Identifier">public</span></a>, <a href="../utility.html#exceptionToAssert.t,untyped"><span class="Identifier">exceptionToAssert</span></a>, <a href="../utility.html#valueOr.t,Option[T],untyped"><span class="Identifier">valueOr</span></a>, <a href="../utility.html#shortLog,string"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#exclIfIt.t,HashSet[T],untyped"><span class="Identifier">exclIfIt</span></a>, <a href="../utility.html#compilesOr.t,untyped,untyped"><span class="Identifier">compilesOr</span></a>, <a href="../utility.html#capLen,seq[T],Natural"><span class="Identifier">capLen</span></a>, <a href="../utility.html#toOpt.t,Result[T,E]"><span class="Identifier">toOpt</span></a>, <a href="../utility.html#withValue.m,,untyped,untyped,untyped"><span class="Identifier">withValue</span></a>
<a href="../utility.html#withValue.t,,untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#safeConvert,SomeOrdinal"><span class="Identifier">safeConvert</span></a>, <a href="../utility.html#shortLog,openArray[byte]"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#withValue.t,Result[T,E],untyped,untyped"><span class="Identifier">withValue</span></a>, <a href="../utility.html#public.t"><span class="Identifier">public</span></a>, <a href="../utility.html#exceptionToAssert.t,untyped"><span class="Identifier">exceptionToAssert</span></a>, <a href="../utility.html#valueOr.t,Option[T],untyped"><span class="Identifier">valueOr</span></a>, <a href="../utility.html#shortLog,string"><span class="Identifier">shortLog</span></a>, <a href="../utility.html#exclIfIt.t,HashSet[T],untyped"><span class="Identifier">exclIfIt</span></a>, <a href="../utility.html#compilesOr.t,untyped,untyped"><span class="Identifier">compilesOr</span></a>, <a href="../utility.html#capLen,seq[T],Natural"><span class="Identifier">capLen</span></a>, <a href="../utility.html#toOpt.t,Result[T,E]"><span class="Identifier">toOpt</span></a>, <a href="../utility.html#withValue.m,,untyped,untyped,untyped"><span class="Identifier">withValue</span></a>
</dl></div>
</div>
@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:25:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:33 UTC</small>
</div>
</div>
</div>

View File

@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:39 UTC</small>
</div>
</div>
</div>

View File

@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:39 UTC</small>
</div>
</div>
</div>

View File

@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:39 UTC</small>
</div>
</div>
</div>

View File

@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -563,7 +563,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:41 UTC</small>
</div>
</div>
</div>

View File

@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -466,7 +466,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -605,7 +605,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:41 UTC</small>
</div>
</div>
</div>

View File

@ -494,7 +494,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:41 UTC</small>
</div>
</div>
</div>

View File

@ -448,7 +448,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:41 UTC</small>
</div>
</div>
</div>

View File

@ -792,7 +792,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -405,7 +405,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -1179,7 +1179,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -662,7 +662,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -458,7 +458,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -532,7 +532,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -570,7 +570,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -558,7 +558,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -426,7 +426,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:39 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -504,7 +504,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -1009,7 +1009,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:36 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -491,7 +491,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -583,7 +583,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:40 UTC</small>
</div>
</div>
</div>

View File

@ -334,7 +334,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:39 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -203,6 +203,11 @@ window.addEventListener("DOMContentLoaded", main2);
<li><a class="reference" href="#capLen%2Cseq%5BT%5D%2CNatural"
title="capLen[T](s: var seq[T]; length: Natural)">capLen[T](s: var seq[T]; length: Natural)</a></li>
</ul>
<ul class="simple nested-toc-section">safeConvert
<li><a class="reference" href="#safeConvert%2CSomeOrdinal"
title="safeConvert[T: SomeInteger](value: SomeOrdinal): T">safeConvert[T: SomeInteger](value: SomeOrdinal): T</a></li>
</ul>
<ul class="simple nested-toc-section">shortLog
<li><a class="reference" href="#shortLog%2CopenArray%5Bbyte%5D"
@ -247,11 +252,6 @@ window.addEventListener("DOMContentLoaded", main2);
<li><a class="reference" href="#public.t"
title="public()">public()</a></li>
</ul>
<ul class="simple nested-toc-section">safeConvert
<li><a class="reference" href="#safeConvert.t%2CS"
title="safeConvert[T: SomeInteger; S: Ordinal](value: S): T">safeConvert[T: SomeInteger; S: Ordinal](value: S): T</a></li>
</ul>
<ul class="simple nested-toc-section">toOpt
<li><a class="reference" href="#toOpt.t%2CResult%5BT%2CE%5D"
@ -295,9 +295,21 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L69"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L70"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L69" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L70" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="safeConvert,SomeOrdinal" class="tohide">
<dt><pre><span class="Keyword">proc</span> <a href="#safeConvert%2CSomeOrdinal"><span class="Identifier">safeConvert</span></a><span class="Other">[</span><span class="Identifier">T</span><span class="Other">:</span> <span class="Identifier">SomeInteger</span><span class="Other">]</span><span class="Other">(</span><span class="Identifier">value</span><span class="Other">:</span> <span class="Identifier">SomeOrdinal</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">T</span> {.<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt>
<dd>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L62"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L62" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -337,9 +349,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L117"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L118"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L117" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L118" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -366,9 +378,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L73"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L74"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L73" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L74" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -378,9 +390,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L144"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L145"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L144" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L145" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -394,18 +406,6 @@ href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L17"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L17" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="safeConvert.t,S" class="tohide">
<dt><pre><span class="Keyword">template</span> <a href="#safeConvert.t%2CS"><span class="Identifier">safeConvert</span></a><span class="Other">[</span><span class="Identifier">T</span><span class="Other">:</span> <span class="Identifier">SomeInteger</span><span class="Other">;</span> <span class="Identifier">S</span><span class="Other">:</span> <span class="Identifier">Ordinal</span><span class="Other">]</span><span class="Other">(</span><span class="Identifier">value</span><span class="Other">:</span> <span class="Identifier">S</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">T</span></pre></dt>
<dd>
Converts <tt class="docutils literal"><span class="pre"><span class="Identifier">value</span></span></tt> from S to <tt class="docutils literal"><span class="pre"><span class="Identifier">T</span></span></tt> iff <tt class="docutils literal"><span class="pre"><span class="Identifier">value</span></span></tt> is guaranteed to be preserved.
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L62"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L62" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="toOpt.t,Result[T,E]" class="tohide">
@ -414,9 +414,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L134"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L135"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L134" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L135" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -426,9 +426,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L127"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L128"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L127" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L128" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -438,9 +438,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L114"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L115"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L114" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L115" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -459,9 +459,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Note: This is a template, and it will be inlined at the call site, offering good performance.</p>
&nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L90"
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/utility.nim#L91"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L90" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/utility.nim#L91" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -475,7 +475,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:25:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:33 UTC</small>
</div>
</div>
</div>

View File

@ -271,7 +271,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -245,7 +245,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -512,7 +512,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:38 UTC</small>
</div>
</div>
</div>

View File

@ -362,7 +362,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:37 UTC</small>
</div>
</div>
</div>

View File

@ -723,7 +723,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:25:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:32 UTC</small>
</div>
</div>
</div>

View File

@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:00 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:35 UTC</small>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -4255,7 +4255,7 @@ window.addEventListener('DOMContentLoaded', main);
</ul></dd>
<dt><a name="safeConvert" href="#safeConvert"><span>safeConvert:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="utility: safeConvert[T: SomeInteger; S: Ordinal](value: S): T" href="libp2p/utility.html#safeConvert.t%2CS">utility: safeConvert[T: SomeInteger; S: Ordinal](value: S): T</a></li>
data-doc-search-tag="utility: safeConvert[T: SomeInteger](value: SomeOrdinal): T" href="libp2p/utility.html#safeConvert%2CSomeOrdinal">utility: safeConvert[T: SomeInteger](value: SomeOrdinal): T</a></li>
</ul></dd>
<dt><a name="salt" href="#salt"><span>salt:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
@ -5476,7 +5476,7 @@ window.addEventListener('DOMContentLoaded', main);
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-12 10:26:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-09-19 12:37:41 UTC</small>
</div>
</div>
</div>