From 35aaf24f78936bdc3a4f3dd7d9c699083c8332cc Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Wed, 17 Mar 2021 19:03:11 +0100 Subject: [PATCH] chore: update documentation --- index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 2fbf4c2..7320e3a 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - libp2p-crypto 0.19.1 | Documentation + libp2p-crypto 0.19.2 | Documentation @@ -15,7 +15,7 @@

libp2p-crypto

-
0.19.1
+
0.19.2
- + src/keys/index.js @@ -261,7 +261,7 @@ - + src/keys/importer.js @@ -347,7 +347,7 @@ using the same password and underlying cipher (aes-gcm)

- + src/ciphers/aes-gcm.js @@ -498,7 +498,7 @@ using the same password and underlying cipher (aes-gcm)

- + src/ciphers/aes-gcm.js @@ -584,7 +584,7 @@ will then be used to encrypt the data.

- + src/ciphers/aes-gcm.js @@ -664,7 +664,7 @@ the encryption cipher.

- + src/keys/rsa-class.js @@ -729,7 +729,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/keys/rsa-class.js @@ -807,7 +807,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/keys/rsa.js @@ -865,7 +865,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/keys/exporter.js @@ -951,7 +951,7 @@ leveraging the aes-gcm cipher algorithm.

- + src/keys/ed25519-class.js @@ -1016,7 +1016,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/keys/ed25519-class.js @@ -1102,7 +1102,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/keys/secp256k1-class.js @@ -1167,7 +1167,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/keys/secp256k1-class.js @@ -1253,7 +1253,7 @@ of the PKCS SubjectPublicKeyInfo.

- + src/pbkdf2.js