chore: update documentation

This commit is contained in:
Jacob Heun 2020-06-09 13:00:20 +02:00
parent 4bd10df124
commit d2024df808
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>libp2p-crypto 0.17.6 | Documentation</title>
<title>libp2p-crypto 0.17.7 | Documentation</title>
<meta name='description' content='Crypto primitives for libp2p'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>libp2p-crypto</h3>
<div class='mb1'><code>0.17.6</code></div>
<div class='mb1'><code>0.17.7</code></div>
<input
placeholder='Filter'
id='filter-input'
@ -89,9 +89,9 @@
<li><a
href='#'
href='#pbkdf2'
class="">
pbkdf2
</a>
@ -145,7 +145,7 @@
</h3>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/e76142715390f59550df5fd26020bc505543d1e9/src/keys/rsa-class.js#L103-L106'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/4aa77a6b121100d15bd85c700e2783df3164ef44/src/keys/rsa-class.js#L103-L106'>
<span>src/keys/rsa-class.js</span>
</a>
@ -210,7 +210,7 @@ of the PKCS SubjectPublicKeyInfo.</p>
</h3>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/e76142715390f59550df5fd26020bc505543d1e9/src/keys/rsa-class.js#L114-L134'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/4aa77a6b121100d15bd85c700e2783df3164ef44/src/keys/rsa-class.js#L114-L134'>
<span>src/keys/rsa-class.js</span>
</a>
@ -288,7 +288,7 @@ of the PKCS SubjectPublicKeyInfo.</p>
</h3>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/e76142715390f59550df5fd26020bc505543d1e9/src/keys/rsa.js#L10-L10'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/4aa77a6b121100d15bd85c700e2783df3164ef44/src/keys/rsa.js#L10-L10'>
<span>src/keys/rsa.js</span>
</a>
@ -346,7 +346,7 @@ of the PKCS SubjectPublicKeyInfo.</p>
</h3>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/e76142715390f59550df5fd26020bc505543d1e9/src/keys/ed25519-class.js#L85-L88'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/4aa77a6b121100d15bd85c700e2783df3164ef44/src/keys/ed25519-class.js#L85-L88'>
<span>src/keys/ed25519-class.js</span>
</a>
@ -411,7 +411,7 @@ of the PKCS SubjectPublicKeyInfo.</p>
</h3>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/e76142715390f59550df5fd26020bc505543d1e9/src/keys/secp256k1-class.js#L84-L87'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/4aa77a6b121100d15bd85c700e2783df3164ef44/src/keys/secp256k1-class.js#L84-L87'>
<span>src/keys/secp256k1-class.js</span>
</a>
@ -484,12 +484,12 @@ of the PKCS SubjectPublicKeyInfo.</p>
<div class='clearfix'>
<h3 class='fl m0' id=''>
<h3 class='fl m0' id='pbkdf2'>
pbkdf2
</h3>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/e76142715390f59550df5fd26020bc505543d1e9/src/pbkdf2.js#L14-L18'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/libp2p/js-libp2p-crypto/blob/4aa77a6b121100d15bd85c700e2783df3164ef44/src/pbkdf2.js#L30-L43'>
<span>src/pbkdf2.js</span>
</a>
@ -498,7 +498,7 @@ of the PKCS SubjectPublicKeyInfo.</p>
<p>Computes the Password-Based Key Derivation Function 2.</p>
<div class='pre p1 fill-light mt0'></div>
<div class='pre p1 fill-light mt0'>pbkdf2(password: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, salt: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, iterations: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, keySize: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, hash: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></div>