From 48ae083d149390e0ad13c5bfa5320f9577eb34bd Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:26:03 +0100 Subject: [PATCH] 6.0.2-patch.1 --- docs/AEADEncryptedDataPacket.html | 14 ++-- docs/Argon2S2K.html | 16 ++-- docs/CleartextMessage.html | 12 +-- docs/CompressedDataPacket.html | 16 ++-- docs/Key.html | 56 +++++++------- docs/LiteralDataPacket.html | 20 ++--- docs/MarkerPacket.html | 4 +- docs/Message.html | 40 +++++----- docs/OnePassSignaturePacket.html | 22 +++--- docs/PacketList.html | 14 ++-- docs/PaddingPacket.html | 8 +- docs/PrivateKey.html | 20 ++--- docs/PublicKey.html | 8 +- docs/PublicKeyEncryptedSessionKeyPacket.html | 14 ++-- docs/PublicKeyPacket.html | 46 +++++------ docs/PublicSubkeyPacket.html | 46 +++++------ docs/SecretKeyPacket.html | 72 +++++++++--------- docs/SecretSubkeyPacket.html | 72 +++++++++--------- docs/Signature.html | 8 +- docs/SignaturePacket.html | 24 +++--- ...EncryptedIntegrityProtectedDataPacket.html | 10 +-- docs/SymEncryptedSessionKeyPacket.html | 16 ++-- docs/SymmetricallyEncryptedDataPacket.html | 10 +-- docs/TrustPacket.html | 4 +- docs/UserAttributePacket.html | 8 +- docs/UserIDPacket.html | 10 +-- docs/global.html | 76 +++++++++---------- docs/module-config.html | 70 ++++++++--------- docs/module-crypto.html | 2 +- docs/module-crypto_aes_kw.html | 6 +- docs/module-crypto_cmac.html | 6 +- docs/module-crypto_crypto.html | 30 ++++---- docs/module-crypto_hash.html | 10 +-- docs/module-crypto_hkdf.html | 2 +- docs/module-crypto_mode.html | 10 +-- docs/module-crypto_mode_cfb.html | 4 +- docs/module-crypto_mode_eax.html | 8 +- docs/module-crypto_mode_gcm.html | 4 +- docs/module-crypto_mode_ocb.html | 8 +- docs/module-crypto_pkcs1.html | 10 +-- docs/module-crypto_public_key.html | 14 ++-- docs/module-crypto_public_key_dsa.html | 10 +-- docs/module-crypto_public_key_elgamal.html | 10 +-- docs/module-crypto_public_key_elliptic.html | 2 +- ...dule-crypto_public_key_elliptic_curve.html | 14 ++-- ...odule-crypto_public_key_elliptic_ecdh.html | 68 ++++++++--------- ...dule-crypto_public_key_elliptic_ecdsa.html | 10 +-- ...dule-crypto_public_key_elliptic_eddsa.html | 10 +-- ...ypto_public_key_elliptic_eddsa_legacy.html | 8 +- docs/module-crypto_public_key_rsa.html | 20 ++--- docs/module-crypto_random.html | 6 +- docs/module-crypto_signature.html | 8 +- docs/module-encoding_base64.html | 8 +- docs/module-enums.html | 38 +++++----- docs/module-key_Subkey-Subkey.html | 40 +++++----- docs/module-key_User-User.html | 20 ++--- docs/module-key_helper.html | 22 +++--- docs/module-packet_packet.html | 10 +-- docs/module-type_ecdh_symkey.html | 2 +- docs/module-type_kdf_params-KDFParams.html | 6 +- docs/module-type_kdf_params.html | 2 +- docs/module-type_keyid-KeyID.html | 14 ++-- docs/module-type_oid.html | 2 +- docs/module-type_s2k-GenericS2K.html | 16 ++-- docs/module-type_s2k.html | 2 +- docs/module-type_x25519x448_symkey.html | 2 +- docs/module-util.html | 2 +- docs/type_enum.module_js.html | 10 +-- package-lock.json | 4 +- package.json | 2 +- 70 files changed, 609 insertions(+), 609 deletions(-) diff --git a/docs/AEADEncryptedDataPacket.html b/docs/AEADEncryptedDataPacket.html index 4261e4bf4..ce5e64376 100644 --- a/docs/AEADEncryptedDataPacket.html +++ b/docs/AEADEncryptedDataPacket.html @@ -98,7 +98,7 @@

Source:
@@ -200,7 +200,7 @@
Type:
Source:
@@ -270,7 +270,7 @@
Type:
Source:
@@ -475,7 +475,7 @@
Parameters:
Source:
@@ -717,7 +717,7 @@
Parameters:
Source:
@@ -888,7 +888,7 @@
Parameters:
Source:
@@ -1007,7 +1007,7 @@

writeSource:
diff --git a/docs/Argon2S2K.html b/docs/Argon2S2K.html index ea9335ca1..b96c082af 100644 --- a/docs/Argon2S2K.html +++ b/docs/Argon2S2K.html @@ -152,7 +152,7 @@
Parameters:
Source:
@@ -258,7 +258,7 @@
Type:
Source:
@@ -332,7 +332,7 @@
Type:
Source:
@@ -406,7 +406,7 @@
Type:
Source:
@@ -480,7 +480,7 @@
Type:
Source:
@@ -612,7 +612,7 @@
Parameters:
Source:
@@ -791,7 +791,7 @@
Parameters:
Source:
@@ -903,7 +903,7 @@

writeSource:
diff --git a/docs/CleartextMessage.html b/docs/CleartextMessage.html index 05063bc9f..cb3fb9626 100644 --- a/docs/CleartextMessage.html +++ b/docs/CleartextMessage.html @@ -168,7 +168,7 @@
Parameters:
Source:
@@ -346,7 +346,7 @@
Parameters:
Source:
@@ -461,7 +461,7 @@

getSi
Source:
@@ -573,7 +573,7 @@

getTextSource:
@@ -1046,7 +1046,7 @@
Parameters:
Source:
@@ -1283,7 +1283,7 @@
Parameters:
Source:
diff --git a/docs/CompressedDataPacket.html b/docs/CompressedDataPacket.html index 942663778..67103044c 100644 --- a/docs/CompressedDataPacket.html +++ b/docs/CompressedDataPacket.html @@ -160,7 +160,7 @@
Parameters:
Source:
@@ -266,7 +266,7 @@
Type:
Source:
@@ -343,7 +343,7 @@
Type:
Source:
@@ -417,7 +417,7 @@
Type:
Source:
@@ -499,7 +499,7 @@

compressSource:
@@ -651,7 +651,7 @@
Parameters:
Source:
@@ -836,7 +836,7 @@
Parameters:
Source:
@@ -926,7 +926,7 @@

writeSource:
diff --git a/docs/Key.html b/docs/Key.html index b7ffd9c97..311480c41 100644 --- a/docs/Key.html +++ b/docs/Key.html @@ -96,7 +96,7 @@

new KeySource:
@@ -333,7 +333,7 @@
Parameters:
Source:
@@ -514,7 +514,7 @@
Parameters:
Source:
@@ -626,7 +626,7 @@

getAl
Source:
@@ -738,7 +738,7 @@

getCre
Source:
@@ -1006,7 +1006,7 @@

Parameters:
Source:
@@ -1225,7 +1225,7 @@
Parameters:
Source:
@@ -1333,7 +1333,7 @@

getFing
Source:
@@ -1445,7 +1445,7 @@

getKeyIDSource:
@@ -1557,7 +1557,7 @@

getKeyIDsSource:
@@ -1735,7 +1735,7 @@
Parameters:
Source:
@@ -1977,7 +1977,7 @@
Parameters:
Source:
@@ -2220,7 +2220,7 @@
Parameters:
Source:
@@ -2425,7 +2425,7 @@
Parameters:
Source:
@@ -2717,7 +2717,7 @@
Parameters:
Source:
@@ -2911,7 +2911,7 @@
Parameters:
Source:
@@ -3023,7 +3023,7 @@

getUserIDs<
Source:
@@ -3135,7 +3135,7 @@

h
Source:
@@ -3412,7 +3412,7 @@

Parameters:
Source:
@@ -3596,7 +3596,7 @@
Parameters:
Source:
@@ -3811,7 +3811,7 @@
Parameters:
Source:
@@ -4081,7 +4081,7 @@
Parameters:
Source:
@@ -4193,7 +4193,7 @@

toPacketL
Source:
@@ -4434,7 +4434,7 @@

Parameters:
Source:
@@ -4677,7 +4677,7 @@
Parameters:
Source:
@@ -4918,7 +4918,7 @@
Parameters:
Source:
@@ -5201,7 +5201,7 @@
Parameters:
Source:
@@ -5314,7 +5314,7 @@

writeSource:
diff --git a/docs/LiteralDataPacket.html b/docs/LiteralDataPacket.html index 0d01ee3b6..6a06fab83 100644 --- a/docs/LiteralDataPacket.html +++ b/docs/LiteralDataPacket.html @@ -147,7 +147,7 @@
Parameters:
Source:
@@ -326,7 +326,7 @@
Parameters:
Source:
@@ -441,7 +441,7 @@

getFilenam
Source:
@@ -623,7 +623,7 @@

Parameters:
Source:
@@ -790,7 +790,7 @@
Parameters:
Source:
@@ -977,7 +977,7 @@
Parameters:
Source:
@@ -1116,7 +1116,7 @@
Parameters:
Source:
@@ -1302,7 +1302,7 @@
Parameters:
Source:
@@ -1392,7 +1392,7 @@

writeSource:
@@ -1507,7 +1507,7 @@

writeHeade
Source:
diff --git a/docs/MarkerPacket.html b/docs/MarkerPacket.html index 8f8b66ab0..6429c799a 100644 --- a/docs/MarkerPacket.html +++ b/docs/MarkerPacket.html @@ -106,7 +106,7 @@

new Marke
Source:
@@ -265,7 +265,7 @@

Parameters:
Source:
diff --git a/docs/Message.html b/docs/Message.html index 7be7b8335..e4c233a49 100644 --- a/docs/Message.html +++ b/docs/Message.html @@ -146,7 +146,7 @@
Parameters:
Source:
@@ -661,7 +661,7 @@
Parameters:
Source:
@@ -933,7 +933,7 @@
Parameters:
Source:
@@ -1140,7 +1140,7 @@
Parameters:
Source:
@@ -1291,7 +1291,7 @@
Parameters:
Source:
@@ -1495,7 +1495,7 @@
Parameters:
Source:
@@ -1800,7 +1800,7 @@
Parameters:
Source:
@@ -2105,7 +2105,7 @@
Parameters:
Source:
@@ -2545,7 +2545,7 @@
Parameters:
Source:
@@ -2657,7 +2657,7 @@

ge
Source:
@@ -2769,7 +2769,7 @@

getFilenam
Source:
@@ -2884,7 +2884,7 @@

getLite
Source:
@@ -2999,7 +2999,7 @@

getSi
Source:
@@ -3111,7 +3111,7 @@

getTextSource:
@@ -3587,7 +3587,7 @@
Parameters:
Source:
@@ -4060,7 +4060,7 @@
Parameters:
Source:
@@ -4172,7 +4172,7 @@

unwra
Source:
@@ -4409,7 +4409,7 @@

Parameters:
Source:
@@ -4675,7 +4675,7 @@
Parameters:
Source:
@@ -4787,7 +4787,7 @@

writeSource:
diff --git a/docs/OnePassSignaturePacket.html b/docs/OnePassSignaturePacket.html index 67f80ada9..cfac7f3b7 100644 --- a/docs/OnePassSignaturePacket.html +++ b/docs/OnePassSignaturePacket.html @@ -101,7 +101,7 @@

Source:
@@ -199,7 +199,7 @@

flagsSource:
@@ -273,7 +273,7 @@
Type:
Source:
@@ -344,7 +344,7 @@

issu
Source:
@@ -408,7 +408,7 @@

issuerKeyI
Source:
@@ -482,7 +482,7 @@

Type:
Source:
@@ -553,7 +553,7 @@

saltSource:
@@ -629,7 +629,7 @@
Type:
Source:
@@ -693,7 +693,7 @@

versionSource:
@@ -824,7 +824,7 @@
Parameters:
Source:
@@ -936,7 +936,7 @@

writeSource:
diff --git a/docs/PacketList.html b/docs/PacketList.html index 67f8e133b..37bd5a5c7 100644 --- a/docs/PacketList.html +++ b/docs/PacketList.html @@ -97,7 +97,7 @@

new PacketL
Source:
@@ -345,7 +345,7 @@

Parameters:
Source:
@@ -530,7 +530,7 @@
Parameters:
Source:
@@ -687,7 +687,7 @@
Parameters:
Source:
@@ -859,7 +859,7 @@
Parameters:
Source:
@@ -1097,7 +1097,7 @@
Parameters:
Source:
@@ -1200,7 +1200,7 @@

writeSource:
diff --git a/docs/PaddingPacket.html b/docs/PaddingPacket.html index 85270d645..f2dd1d362 100644 --- a/docs/PaddingPacket.html +++ b/docs/PaddingPacket.html @@ -97,7 +97,7 @@

new Padd
Source:
@@ -256,7 +256,7 @@

Parameters:
Source:
@@ -427,7 +427,7 @@
Parameters:
Source:
@@ -517,7 +517,7 @@

writeSource:
diff --git a/docs/PrivateKey.html b/docs/PrivateKey.html index 0d3cb7c4f..e2ed4d801 100644 --- a/docs/PrivateKey.html +++ b/docs/PrivateKey.html @@ -144,7 +144,7 @@
Parameters:
Source:
@@ -502,7 +502,7 @@
Parameters:
Source:
@@ -671,7 +671,7 @@
Parameters:
Source:
@@ -783,7 +783,7 @@

cle
Source:
@@ -1028,7 +1028,7 @@

Parameters:
Source:
@@ -1170,7 +1170,7 @@

isDecrypte
Source:
@@ -1260,7 +1260,7 @@

isPrivateSource:
@@ -1563,7 +1563,7 @@
Properties
Source:
@@ -1675,7 +1675,7 @@

toPublicSource:
@@ -1852,7 +1852,7 @@
Parameters:
Source:
diff --git a/docs/PublicKey.html b/docs/PublicKey.html index e6c9dd193..0e614a253 100644 --- a/docs/PublicKey.html +++ b/docs/PublicKey.html @@ -144,7 +144,7 @@
Parameters:
Source:
@@ -315,7 +315,7 @@
Parameters:
Source:
@@ -427,7 +427,7 @@

isPrivateSource:
@@ -535,7 +535,7 @@

toPublicSource:
diff --git a/docs/PublicKeyEncryptedSessionKeyPacket.html b/docs/PublicKeyEncryptedSessionKeyPacket.html index 4977763e3..60f494828 100644 --- a/docs/PublicKeyEncryptedSessionKeyPacket.html +++ b/docs/PublicKeyEncryptedSessionKeyPacket.html @@ -107,7 +107,7 @@

Source:
@@ -209,7 +209,7 @@
Type:
Source:
@@ -283,7 +283,7 @@
Type:
Source:
@@ -458,7 +458,7 @@
Parameters:
Source:
@@ -626,7 +626,7 @@
Parameters:
Source:
@@ -794,7 +794,7 @@
Parameters:
Source:
@@ -884,7 +884,7 @@

writeSource:
diff --git a/docs/PublicKeyPacket.html b/docs/PublicKeyPacket.html index dcb89f4cd..ad4d2213c 100644 --- a/docs/PublicKeyPacket.html +++ b/docs/PublicKeyPacket.html @@ -195,7 +195,7 @@
Parameters:
Source:
@@ -301,7 +301,7 @@
Type:
Source:
@@ -375,7 +375,7 @@
Type:
Source:
@@ -449,7 +449,7 @@
Type:
Source:
@@ -523,7 +523,7 @@
Type:
Source:
@@ -597,7 +597,7 @@
Type:
Source:
@@ -671,7 +671,7 @@
Type:
Source:
@@ -735,7 +735,7 @@

readPubl
Source:
@@ -816,7 +816,7 @@

Type:
Source:
@@ -880,7 +880,7 @@

writePu
Source:
@@ -1018,7 +1018,7 @@

Parameters:
Source:
@@ -1130,7 +1130,7 @@

(async) Source:
@@ -1220,7 +1220,7 @@

(a
Source:
@@ -1310,7 +1310,7 @@

getAl
Source:
@@ -1422,7 +1422,7 @@

getCre
Source:
@@ -1530,7 +1530,7 @@

getFing
Source:
@@ -1642,7 +1642,7 @@

ge
Source:
@@ -1754,7 +1754,7 @@

getKeyIDSource:
@@ -1866,7 +1866,7 @@

h
Source:
@@ -1978,7 +1978,7 @@

isDecrypte
Source:
@@ -2138,7 +2138,7 @@

Parameters:
Source:
@@ -2250,7 +2250,7 @@

writeSource:
@@ -2411,7 +2411,7 @@
Parameters:
Source:
diff --git a/docs/PublicSubkeyPacket.html b/docs/PublicSubkeyPacket.html index a108cf6c9..ff3867405 100644 --- a/docs/PublicSubkeyPacket.html +++ b/docs/PublicSubkeyPacket.html @@ -193,7 +193,7 @@
Parameters:
Source:
@@ -315,7 +315,7 @@
Type:
Source:
@@ -394,7 +394,7 @@
Type:
Source:
@@ -473,7 +473,7 @@
Type:
Source:
@@ -552,7 +552,7 @@
Type:
Source:
@@ -631,7 +631,7 @@
Type:
Source:
@@ -710,7 +710,7 @@
Type:
Source:
@@ -779,7 +779,7 @@

readPubl
Source:
@@ -865,7 +865,7 @@

Type:
Source:
@@ -934,7 +934,7 @@

writePu
Source:
@@ -1072,7 +1072,7 @@

Parameters:
Source:
@@ -1189,7 +1189,7 @@

(async) Source:
@@ -1284,7 +1284,7 @@

(a
Source:
@@ -1379,7 +1379,7 @@

getAl
Source:
@@ -1496,7 +1496,7 @@

getCre
Source:
@@ -1609,7 +1609,7 @@

getFing
Source:
@@ -1726,7 +1726,7 @@

ge
Source:
@@ -1843,7 +1843,7 @@

getKeyIDSource:
@@ -1960,7 +1960,7 @@

h
Source:
@@ -2077,7 +2077,7 @@

isDecrypte
Source:
@@ -2242,7 +2242,7 @@

Parameters:
Source:
@@ -2359,7 +2359,7 @@

writeSource:
@@ -2525,7 +2525,7 @@
Parameters:
Source:
diff --git a/docs/SecretKeyPacket.html b/docs/SecretKeyPacket.html index 7aa379089..eb7b6a5b3 100644 --- a/docs/SecretKeyPacket.html +++ b/docs/SecretKeyPacket.html @@ -191,7 +191,7 @@
Parameters:
Source:
@@ -308,7 +308,7 @@
Type:
Source:
@@ -387,7 +387,7 @@
Type:
Source:
@@ -466,7 +466,7 @@
Type:
Source:
@@ -545,7 +545,7 @@
Type:
Source:
@@ -624,7 +624,7 @@
Type:
Source:
@@ -688,7 +688,7 @@

isEncrypte
Source:
@@ -767,7 +767,7 @@

Type:
Source:
@@ -831,7 +831,7 @@

keyMateria
Source:
@@ -905,7 +905,7 @@

Type:
Source:
@@ -984,7 +984,7 @@
Type:
Source:
@@ -1053,7 +1053,7 @@

readPubl
Source:
@@ -1134,7 +1134,7 @@

Type:
Source:
@@ -1208,7 +1208,7 @@
Type:
Source:
@@ -1282,7 +1282,7 @@
Type:
Source:
@@ -1361,7 +1361,7 @@
Type:
Source:
@@ -1430,7 +1430,7 @@

writePu
Source:
@@ -1519,7 +1519,7 @@

cle
Source:
@@ -1614,7 +1614,7 @@

(async) Source:
@@ -1709,7 +1709,7 @@

(a
Source:
@@ -1851,7 +1851,7 @@
Parameters:
Source:
@@ -2065,7 +2065,7 @@
Parameters:
Source:
@@ -2189,7 +2189,7 @@

getAl
Source:
@@ -2306,7 +2306,7 @@

getCre
Source:
@@ -2419,7 +2419,7 @@

getFing
Source:
@@ -2536,7 +2536,7 @@

ge
Source:
@@ -2653,7 +2653,7 @@

getKeyIDSource:
@@ -2770,7 +2770,7 @@

h
Source:
@@ -2888,7 +2888,7 @@

isDecrypte
Source:
@@ -2999,7 +2999,7 @@

isDummySource:
@@ -3114,7 +3114,7 @@

Source:
@@ -3266,7 +3266,7 @@
Parameters:
Source:
@@ -3411,7 +3411,7 @@
Parameters:
Source:
@@ -3501,7 +3501,7 @@

(async) valid
Source:
@@ -3625,7 +3625,7 @@

writeSource:
@@ -3791,7 +3791,7 @@
Parameters:
Source:
diff --git a/docs/SecretSubkeyPacket.html b/docs/SecretSubkeyPacket.html index a56e799b2..ab348ca9e 100644 --- a/docs/SecretSubkeyPacket.html +++ b/docs/SecretSubkeyPacket.html @@ -190,7 +190,7 @@
Parameters:
Source:
@@ -312,7 +312,7 @@
Type:
Source:
@@ -391,7 +391,7 @@
Type:
Source:
@@ -470,7 +470,7 @@
Type:
Source:
@@ -549,7 +549,7 @@
Type:
Source:
@@ -628,7 +628,7 @@
Type:
Source:
@@ -697,7 +697,7 @@

isEncrypte
Source:
@@ -776,7 +776,7 @@

Type:
Source:
@@ -845,7 +845,7 @@

keyMateria
Source:
@@ -924,7 +924,7 @@

Type:
Source:
@@ -1003,7 +1003,7 @@
Type:
Source:
@@ -1072,7 +1072,7 @@

readPubl
Source:
@@ -1158,7 +1158,7 @@

Type:
Source:
@@ -1237,7 +1237,7 @@
Type:
Source:
@@ -1316,7 +1316,7 @@
Type:
Source:
@@ -1395,7 +1395,7 @@
Type:
Source:
@@ -1464,7 +1464,7 @@

writePu
Source:
@@ -1558,7 +1558,7 @@

cle
Source:
@@ -1653,7 +1653,7 @@

(async) Source:
@@ -1748,7 +1748,7 @@

(a
Source:
@@ -1895,7 +1895,7 @@
Parameters:
Source:
@@ -2114,7 +2114,7 @@
Parameters:
Source:
@@ -2238,7 +2238,7 @@

getAl
Source:
@@ -2355,7 +2355,7 @@

getCre
Source:
@@ -2468,7 +2468,7 @@

getFing
Source:
@@ -2585,7 +2585,7 @@

ge
Source:
@@ -2702,7 +2702,7 @@

getKeyIDSource:
@@ -2819,7 +2819,7 @@

h
Source:
@@ -2937,7 +2937,7 @@

isDecrypte
Source:
@@ -3053,7 +3053,7 @@

isDummySource:
@@ -3173,7 +3173,7 @@

Source:
@@ -3330,7 +3330,7 @@
Parameters:
Source:
@@ -3475,7 +3475,7 @@
Parameters:
Source:
@@ -3570,7 +3570,7 @@

(async) valid
Source:
@@ -3694,7 +3694,7 @@

writeSource:
@@ -3860,7 +3860,7 @@
Parameters:
Source:
diff --git a/docs/Signature.html b/docs/Signature.html index af8e44969..6293daa46 100644 --- a/docs/Signature.html +++ b/docs/Signature.html @@ -144,7 +144,7 @@
Parameters:
Source:
@@ -322,7 +322,7 @@
Parameters:
Source:
@@ -434,7 +434,7 @@

getSi
Source:
@@ -546,7 +546,7 @@

writeSource:
diff --git a/docs/SignaturePacket.html b/docs/SignaturePacket.html index c3c7f8bcd..5bfa36558 100644 --- a/docs/SignaturePacket.html +++ b/docs/SignaturePacket.html @@ -99,7 +99,7 @@

new Si
Source:
@@ -201,7 +201,7 @@

Type:
Source:
@@ -271,7 +271,7 @@
Type:
Source:
@@ -341,7 +341,7 @@
Type:
Source:
@@ -423,7 +423,7 @@

getE
Source:
@@ -599,7 +599,7 @@

Parameters:
Source:
@@ -760,7 +760,7 @@
Parameters:
Source:
@@ -1048,7 +1048,7 @@
Parameters:
Source:
@@ -1427,7 +1427,7 @@
Parameters:
Source:
@@ -1546,7 +1546,7 @@

Source:
@@ -1654,7 +1654,7 @@

writeParam
Source:
@@ -1765,7 +1765,7 @@

Source:
diff --git a/docs/SymEncryptedIntegrityProtectedDataPacket.html b/docs/SymEncryptedIntegrityProtectedDataPacket.html index c6b22e294..afb8d8782 100644 --- a/docs/SymEncryptedIntegrityProtectedDataPacket.html +++ b/docs/SymEncryptedIntegrityProtectedDataPacket.html @@ -101,7 +101,7 @@

Source:
@@ -203,7 +203,7 @@
Type:
Source:
@@ -273,7 +273,7 @@
Type:
Source:
@@ -478,7 +478,7 @@
Parameters:
Source:
@@ -738,7 +738,7 @@
Parameters:
Source:
diff --git a/docs/SymEncryptedSessionKeyPacket.html b/docs/SymEncryptedSessionKeyPacket.html index de62b1c27..3e03977bf 100644 --- a/docs/SymEncryptedSessionKeyPacket.html +++ b/docs/SymEncryptedSessionKeyPacket.html @@ -165,7 +165,7 @@
Parameters:
Source:
@@ -271,7 +271,7 @@
Type:
Source:
@@ -345,7 +345,7 @@
Type:
Source:
@@ -419,7 +419,7 @@
Type:
Source:
@@ -550,7 +550,7 @@
Parameters:
Source:
@@ -761,7 +761,7 @@
Parameters:
Source:
@@ -929,7 +929,7 @@
Parameters:
Source:
@@ -1019,7 +1019,7 @@

writeSource:
diff --git a/docs/SymmetricallyEncryptedDataPacket.html b/docs/SymmetricallyEncryptedDataPacket.html index 5f17502f6..23deb73a6 100644 --- a/docs/SymmetricallyEncryptedDataPacket.html +++ b/docs/SymmetricallyEncryptedDataPacket.html @@ -101,7 +101,7 @@

Source:
@@ -197,7 +197,7 @@

encryptedSource:
@@ -271,7 +271,7 @@
Type:
Source:
@@ -477,7 +477,7 @@
Parameters:
Source:
@@ -720,7 +720,7 @@
Parameters:
Source:
diff --git a/docs/TrustPacket.html b/docs/TrustPacket.html index 669babdf2..5bf2d3a40 100644 --- a/docs/TrustPacket.html +++ b/docs/TrustPacket.html @@ -105,7 +105,7 @@

new TrustP
Source:
@@ -216,7 +216,7 @@

readSource:
diff --git a/docs/UserAttributePacket.html b/docs/UserAttributePacket.html index 624fc7c09..84df89fc8 100644 --- a/docs/UserAttributePacket.html +++ b/docs/UserAttributePacket.html @@ -107,7 +107,7 @@

ne
Source:
@@ -266,7 +266,7 @@

Parameters:
Source:
@@ -427,7 +427,7 @@
Parameters:
Source:
@@ -517,7 +517,7 @@

writeSource:
diff --git a/docs/UserIDPacket.html b/docs/UserIDPacket.html index a4765dd3f..9bbfc678a 100644 --- a/docs/UserIDPacket.html +++ b/docs/UserIDPacket.html @@ -100,7 +100,7 @@

new UserI
Source:
@@ -207,7 +207,7 @@

Type:
Source:
@@ -338,7 +338,7 @@
Parameters:
Source:
@@ -495,7 +495,7 @@
Parameters:
Source:
@@ -585,7 +585,7 @@

writeSource:
diff --git a/docs/global.html b/docs/global.html index 13817fce2..750cee3f7 100644 --- a/docs/global.html +++ b/docs/global.html @@ -419,7 +419,7 @@
Parameters:
Source:
@@ -632,7 +632,7 @@
Properties
Source:
@@ -771,7 +771,7 @@
Parameters:
Source:
@@ -1180,7 +1180,7 @@
Properties
Source:
@@ -1761,7 +1761,7 @@
Properties
Source:
@@ -2064,7 +2064,7 @@
Properties
Source:
@@ -2423,7 +2423,7 @@
Properties
Source:
@@ -3227,7 +3227,7 @@
Properties
Source:
@@ -3515,7 +3515,7 @@
Properties
Source:
@@ -4135,7 +4135,7 @@
Properties
Source:
@@ -4319,7 +4319,7 @@
Parameters:
Source:
@@ -4499,7 +4499,7 @@
Parameters:
Source:
@@ -4711,7 +4711,7 @@
Parameters:
Source:
@@ -5385,7 +5385,7 @@
Properties
Source:
@@ -5735,7 +5735,7 @@
Properties
Source:
@@ -5896,7 +5896,7 @@
Parameters:
Source:
@@ -6035,7 +6035,7 @@
Parameters:
Source:
@@ -6174,7 +6174,7 @@
Parameters:
Source:
@@ -6324,7 +6324,7 @@
Parameters:
Source:
@@ -6504,7 +6504,7 @@
Parameters:
Source:
@@ -6648,7 +6648,7 @@

newS2
Source:
@@ -6838,7 +6838,7 @@

Parameters:
Source:
@@ -7230,7 +7230,7 @@
Parameters:
Source:
@@ -7471,7 +7471,7 @@
Properties
Source:
@@ -7759,7 +7759,7 @@
Properties
Source:
@@ -8047,7 +8047,7 @@
Properties
Source:
@@ -8341,7 +8341,7 @@
Properties
Source:
@@ -8629,7 +8629,7 @@
Properties
Source:
@@ -8917,7 +8917,7 @@
Properties
Source:
@@ -9205,7 +9205,7 @@
Properties
Source:
@@ -9667,7 +9667,7 @@
Properties
Source:
@@ -10196,7 +10196,7 @@
Properties
Source:
@@ -10411,7 +10411,7 @@
Parameters:
Source:
@@ -11040,7 +11040,7 @@
Properties
Source:
@@ -11202,7 +11202,7 @@
Parameters:
Source:
@@ -11664,7 +11664,7 @@
Properties
Source:
@@ -11909,7 +11909,7 @@
Parameters:
Source:
@@ -12089,7 +12089,7 @@
Parameters:
Source:
diff --git a/docs/module-config.html b/docs/module-config.html index e08048630..6d37de0b3 100644 --- a/docs/module-config.html +++ b/docs/module-config.html @@ -89,7 +89,7 @@

Module: config

Source:
@@ -247,7 +247,7 @@
Properties:
Source:
@@ -365,7 +365,7 @@
Properties:
Source:
@@ -489,7 +489,7 @@
Properties:
Source:
@@ -613,7 +613,7 @@
Properties:
Source:
@@ -731,7 +731,7 @@
Properties:
Source:
@@ -850,7 +850,7 @@
Properties:
Source:
@@ -971,7 +971,7 @@
Properties:
Source:
@@ -1096,7 +1096,7 @@
Properties:
Source:
@@ -1208,7 +1208,7 @@
Properties:
Source:
@@ -1330,7 +1330,7 @@
Properties:
Source:
@@ -1448,7 +1448,7 @@
Properties:
Source:
@@ -1560,7 +1560,7 @@
Properties:
Source:
@@ -1678,7 +1678,7 @@
Properties:
Source:
@@ -1790,7 +1790,7 @@
Properties:
Source:
@@ -1907,7 +1907,7 @@
Properties:
Source:
@@ -2023,7 +2023,7 @@
Properties:
Source:
@@ -2140,7 +2140,7 @@
Properties:
Source:
@@ -2257,7 +2257,7 @@
Properties:
Source:
@@ -2374,7 +2374,7 @@
Properties:
Source:
@@ -2486,7 +2486,7 @@
Properties:
Source:
@@ -2598,7 +2598,7 @@
Properties:
Source:
@@ -2710,7 +2710,7 @@
Properties:
Source:
@@ -2826,7 +2826,7 @@
Properties:
Source:
@@ -2942,7 +2942,7 @@
Properties:
Source:
@@ -3058,7 +3058,7 @@
Properties:
Source:
@@ -3174,7 +3174,7 @@
Properties:
Source:
@@ -3389,7 +3389,7 @@
Properties
Source:
@@ -3508,7 +3508,7 @@
Properties:
Source:
@@ -3630,7 +3630,7 @@
Properties:
Source:
@@ -3742,7 +3742,7 @@
Properties:
Source:
@@ -3854,7 +3854,7 @@
Properties:
Source:
@@ -3971,7 +3971,7 @@
Properties:
Source:
@@ -4089,7 +4089,7 @@
Properties:
Source:
@@ -4201,7 +4201,7 @@
Properties:
Source:
diff --git a/docs/module-crypto.html b/docs/module-crypto.html index 51c75e0ea..adf002a33 100644 --- a/docs/module-crypto.html +++ b/docs/module-crypto.html @@ -89,7 +89,7 @@

Module: crypto

Source:
diff --git a/docs/module-crypto_aes_kw.html b/docs/module-crypto_aes_kw.html index 43a0e2778..bda7deb6d 100644 --- a/docs/module-crypto_aes_kw.html +++ b/docs/module-crypto_aes_kw.html @@ -89,7 +89,7 @@

Module: crypto/aes_kw

Source:
@@ -308,7 +308,7 @@
Parameters:
Source:
@@ -521,7 +521,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_cmac.html b/docs/module-crypto_cmac.html index dc7b0e229..0fedb1016 100644 --- a/docs/module-crypto_cmac.html +++ b/docs/module-crypto_cmac.html @@ -90,7 +90,7 @@

Module: crypto/cmac

Source:
@@ -195,7 +195,7 @@

(inner, constant
Source:
@@ -352,7 +352,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_crypto.html b/docs/module-crypto_crypto.html index c325fc2fa..42891fe8d 100644 --- a/docs/module-crypto_crypto.html +++ b/docs/module-crypto_crypto.html @@ -90,7 +90,7 @@

Module: crypto/crypto

Source:
@@ -322,7 +322,7 @@
Parameters:
Source:
@@ -484,7 +484,7 @@
Parameters:
Source:
@@ -645,7 +645,7 @@
Parameters:
Source:
@@ -874,7 +874,7 @@
Parameters:
Source:
@@ -1056,7 +1056,7 @@
Parameters:
Source:
@@ -1196,7 +1196,7 @@
Parameters:
Source:
@@ -1380,7 +1380,7 @@
Parameters:
Source:
@@ -1587,7 +1587,7 @@
Parameters:
Source:
@@ -1771,7 +1771,7 @@
Parameters:
Source:
@@ -2101,7 +2101,7 @@
Parameters:
Source:
@@ -2410,7 +2410,7 @@
Parameters:
Source:
@@ -2594,7 +2594,7 @@
Parameters:
Source:
@@ -2801,7 +2801,7 @@
Parameters:
Source:
@@ -2962,7 +2962,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_hash.html b/docs/module-crypto_hash.html index 6a4600e09..f5a41311f 100644 --- a/docs/module-crypto_hash.html +++ b/docs/module-crypto_hash.html @@ -89,7 +89,7 @@

Module: crypto/hash

Source:
@@ -191,7 +191,7 @@

(static) md5Source:
@@ -352,7 +352,7 @@
Parameters:
Source:
@@ -513,7 +513,7 @@
Parameters:
Source:
@@ -674,7 +674,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_hkdf.html b/docs/module-crypto_hkdf.html index 235ee74dc..db10a5f2a 100644 --- a/docs/module-crypto_hkdf.html +++ b/docs/module-crypto_hkdf.html @@ -89,7 +89,7 @@

Module: crypto/hkdf

Source:
diff --git a/docs/module-crypto_mode.html b/docs/module-crypto_mode.html index a5cd74e43..8b7ac875c 100644 --- a/docs/module-crypto_mode.html +++ b/docs/module-crypto_mode.html @@ -89,7 +89,7 @@

Module: crypto/mode

Source:
@@ -182,7 +182,7 @@

(static) cfbSource:
@@ -249,7 +249,7 @@

(static) eaxSource:
@@ -316,7 +316,7 @@

(static) gcmSource:
@@ -383,7 +383,7 @@

(static) ocbSource:
diff --git a/docs/module-crypto_mode_cfb.html b/docs/module-crypto_mode_cfb.html index 139dd29c6..325eecd9a 100644 --- a/docs/module-crypto_mode_cfb.html +++ b/docs/module-crypto_mode_cfb.html @@ -236,7 +236,7 @@
Parameters:
Source:
@@ -477,7 +477,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_mode_eax.html b/docs/module-crypto_mode_eax.html index 4201e550d..4ffdec610 100644 --- a/docs/module-crypto_mode_eax.html +++ b/docs/module-crypto_mode_eax.html @@ -90,7 +90,7 @@

Module: crypto/mode/eax

Source:
@@ -296,7 +296,7 @@
Parameters:
Source:
@@ -480,7 +480,7 @@
Parameters:
Source:
@@ -665,7 +665,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_mode_gcm.html b/docs/module-crypto_mode_gcm.html index ae0d6da72..571f6e213 100644 --- a/docs/module-crypto_mode_gcm.html +++ b/docs/module-crypto_mode_gcm.html @@ -90,7 +90,7 @@

Module: crypto/mode/gcm

Source:
@@ -273,7 +273,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_mode_ocb.html b/docs/module-crypto_mode_ocb.html index 4a507bf3a..ecd45eea8 100644 --- a/docs/module-crypto_mode_ocb.html +++ b/docs/module-crypto_mode_ocb.html @@ -89,7 +89,7 @@

Module: crypto/mode/ocb

Source:
@@ -295,7 +295,7 @@
Parameters:
Source:
@@ -502,7 +502,7 @@
Parameters:
Source:
@@ -686,7 +686,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_pkcs1.html b/docs/module-crypto_pkcs1.html index 532f1d1e0..d6f884fb5 100644 --- a/docs/module-crypto_pkcs1.html +++ b/docs/module-crypto_pkcs1.html @@ -89,7 +89,7 @@

Module: crypto/pkcs1

Source:
@@ -197,7 +197,7 @@

(inner, constan
Source:
@@ -358,7 +358,7 @@
Parameters:
Source:
@@ -578,7 +578,7 @@
Parameters:
Source:
@@ -792,7 +792,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key.html b/docs/module-crypto_public_key.html index f63323b6a..b1f4da715 100644 --- a/docs/module-crypto_public_key.html +++ b/docs/module-crypto_public_key.html @@ -89,7 +89,7 @@

Module: crypto/public_key

Source:
@@ -182,7 +182,7 @@

(static) dsaSource:
@@ -249,7 +249,7 @@

(static) elga
Source:
@@ -316,7 +316,7 @@

(static) ell
Source:
@@ -383,7 +383,7 @@

(static) hmacSource:
@@ -450,7 +450,7 @@

(static)
Source:
@@ -517,7 +517,7 @@

(static) rsaSource:
diff --git a/docs/module-crypto_public_key_dsa.html b/docs/module-crypto_public_key_dsa.html index c20fc8046..32592092c 100644 --- a/docs/module-crypto_public_key_dsa.html +++ b/docs/module-crypto_public_key_dsa.html @@ -89,7 +89,7 @@

Module: crypto/public_key/dsa

Source:
@@ -188,7 +188,7 @@

(inner) xSource:
@@ -434,7 +434,7 @@
Parameters:
Source:
@@ -683,7 +683,7 @@
Parameters:
Source:
@@ -1005,7 +1005,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key_elgamal.html b/docs/module-crypto_public_key_elgamal.html index 084bcf37d..f7d03e4a0 100644 --- a/docs/module-crypto_public_key_elgamal.html +++ b/docs/module-crypto_public_key_elgamal.html @@ -89,7 +89,7 @@

Module: crypto/public_key/elgamal

Source:
@@ -188,7 +188,7 @@

(inner) xSource:
@@ -412,7 +412,7 @@
Parameters:
Source:
@@ -672,7 +672,7 @@
Parameters:
Source:
@@ -898,7 +898,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key_elliptic.html b/docs/module-crypto_public_key_elliptic.html index 6cb7f718e..a8045dcb5 100644 --- a/docs/module-crypto_public_key_elliptic.html +++ b/docs/module-crypto_public_key_elliptic.html @@ -89,7 +89,7 @@

Module: crypto/public_key/elliptic

Source:
diff --git a/docs/module-crypto_public_key_elliptic_curve.html b/docs/module-crypto_public_key_elliptic_curve.html index 9511272a5..9fc9894f6 100644 --- a/docs/module-crypto_public_key_elliptic_curve.html +++ b/docs/module-crypto_public_key_elliptic_curve.html @@ -89,7 +89,7 @@

Module: crypto/public_key/elliptic/curve

Source:
@@ -201,7 +201,7 @@

(i
Source:
@@ -340,7 +340,7 @@
Parameters:
Source:
@@ -497,7 +497,7 @@
Parameters:
Source:
@@ -723,7 +723,7 @@
Parameters:
Source:
@@ -926,7 +926,7 @@
Parameters:
Source:
@@ -1157,7 +1157,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key_elliptic_ecdh.html b/docs/module-crypto_public_key_elliptic_ecdh.html index 4008ce2e3..8e81b6d5d 100644 --- a/docs/module-crypto_public_key_elliptic_ecdh.html +++ b/docs/module-crypto_public_key_elliptic_ecdh.html @@ -91,7 +91,7 @@

Module: crypto/public_key/elliptic/ecdh

Source:
@@ -169,7 +169,7 @@

Module: crypto/public_key/elliptic/ecdh

Source:
@@ -467,7 +467,7 @@
Parameters:
Source:
@@ -720,7 +720,7 @@
Parameters:
Source:
@@ -973,7 +973,7 @@
Parameters:
Source:
@@ -1176,7 +1176,7 @@
Parameters:
Source:
@@ -1337,7 +1337,7 @@
Parameters:
Source:
@@ -1445,7 +1445,7 @@

Source:
@@ -1652,7 +1652,7 @@
Parameters:
Source:
@@ -1859,7 +1859,7 @@
Parameters:
Source:
@@ -2022,7 +2022,7 @@
Parameters:
Source:
@@ -2230,7 +2230,7 @@
Parameters:
Source:
@@ -2410,7 +2410,7 @@
Parameters:
Source:
@@ -2613,7 +2613,7 @@
Parameters:
Source:
@@ -2793,7 +2793,7 @@
Parameters:
Source:
@@ -3019,7 +3019,7 @@
Parameters:
Source:
@@ -3199,7 +3199,7 @@
Parameters:
Source:
@@ -3330,7 +3330,7 @@
Returns:
Source:
@@ -3408,7 +3408,7 @@
Returns:
Source:
@@ -3706,7 +3706,7 @@
Parameters:
Source:
@@ -3959,7 +3959,7 @@
Parameters:
Source:
@@ -4212,7 +4212,7 @@
Parameters:
Source:
@@ -4415,7 +4415,7 @@
Parameters:
Source:
@@ -4576,7 +4576,7 @@
Parameters:
Source:
@@ -4684,7 +4684,7 @@

Source:
@@ -4891,7 +4891,7 @@
Parameters:
Source:
@@ -5098,7 +5098,7 @@
Parameters:
Source:
@@ -5261,7 +5261,7 @@
Parameters:
Source:
@@ -5469,7 +5469,7 @@
Parameters:
Source:
@@ -5649,7 +5649,7 @@
Parameters:
Source:
@@ -5852,7 +5852,7 @@
Parameters:
Source:
@@ -6032,7 +6032,7 @@
Parameters:
Source:
@@ -6258,7 +6258,7 @@
Parameters:
Source:
@@ -6438,7 +6438,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key_elliptic_ecdsa.html b/docs/module-crypto_public_key_elliptic_ecdsa.html index 658ff01bf..b4e50d3d7 100644 --- a/docs/module-crypto_public_key_elliptic_ecdsa.html +++ b/docs/module-crypto_public_key_elliptic_ecdsa.html @@ -89,7 +89,7 @@

Module: crypto/public_key/elliptic/ecdsa

Source:
@@ -364,7 +364,7 @@
Parameters:
Source:
@@ -571,7 +571,7 @@
Parameters:
Source:
@@ -847,7 +847,7 @@
Parameters:
Source:
@@ -956,7 +956,7 @@

(async, inner) Source:
diff --git a/docs/module-crypto_public_key_elliptic_eddsa.html b/docs/module-crypto_public_key_elliptic_eddsa.html index 2d030bc1e..30d9699f7 100644 --- a/docs/module-crypto_public_key_elliptic_eddsa.html +++ b/docs/module-crypto_public_key_elliptic_eddsa.html @@ -89,7 +89,7 @@

Module: crypto/public_key/elliptic/eddsa

Source:
@@ -249,7 +249,7 @@
Parameters:
Source:
@@ -521,7 +521,7 @@
Parameters:
Source:
@@ -751,7 +751,7 @@
Parameters:
Source:
@@ -1027,7 +1027,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key_elliptic_eddsa_legacy.html b/docs/module-crypto_public_key_elliptic_eddsa_legacy.html index 4d079852a..8776e19ce 100644 --- a/docs/module-crypto_public_key_elliptic_eddsa_legacy.html +++ b/docs/module-crypto_public_key_elliptic_eddsa_legacy.html @@ -90,7 +90,7 @@

Module: crypto/public_key/elliptic/eddsa_legacy

Source:
@@ -365,7 +365,7 @@
Parameters:
Source:
@@ -572,7 +572,7 @@
Parameters:
Source:
@@ -848,7 +848,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_public_key_rsa.html b/docs/module-crypto_public_key_rsa.html index 6f019b381..c6032c627 100644 --- a/docs/module-crypto_public_key_rsa.html +++ b/docs/module-crypto_public_key_rsa.html @@ -89,7 +89,7 @@

Module: crypto/public_key/rsa

Source:
@@ -411,7 +411,7 @@
Parameters:
Source:
@@ -647,7 +647,7 @@
Parameters:
Source:
@@ -833,7 +833,7 @@
Parameters:
Source:
@@ -1186,7 +1186,7 @@
Parameters:
Source:
@@ -1462,7 +1462,7 @@
Parameters:
Source:
@@ -1738,7 +1738,7 @@
Parameters:
Source:
@@ -1846,7 +1846,7 @@

(inner)
Source:
@@ -2123,7 +2123,7 @@

Parameters:
Source:
@@ -2308,7 +2308,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_random.html b/docs/module-crypto_random.html index 436ae06cb..a8c5782d1 100644 --- a/docs/module-crypto_random.html +++ b/docs/module-crypto_random.html @@ -89,7 +89,7 @@

Module: crypto/random

Source:
@@ -272,7 +272,7 @@
Parameters:
Source:
@@ -433,7 +433,7 @@
Parameters:
Source:
diff --git a/docs/module-crypto_signature.html b/docs/module-crypto_signature.html index ad51c02ff..bc57eea8c 100644 --- a/docs/module-crypto_signature.html +++ b/docs/module-crypto_signature.html @@ -89,7 +89,7 @@

Module: crypto/signature

Source:
@@ -276,7 +276,7 @@
Parameters:
Source:
@@ -555,7 +555,7 @@
Parameters:
Source:
@@ -857,7 +857,7 @@
Parameters:
Source:
diff --git a/docs/module-encoding_base64.html b/docs/module-encoding_base64.html index 1687a7520..ac8a3e7e5 100644 --- a/docs/module-encoding_base64.html +++ b/docs/module-encoding_base64.html @@ -168,7 +168,7 @@
Parameters:
Source:
@@ -332,7 +332,7 @@
Parameters:
Source:
@@ -499,7 +499,7 @@
Parameters:
Source:
@@ -686,7 +686,7 @@
Parameters:
Source:
diff --git a/docs/module-enums.html b/docs/module-enums.html index 4ef0ff232..0fbfb7b55 100644 --- a/docs/module-enums.html +++ b/docs/module-enums.html @@ -235,7 +235,7 @@
Properties:
Source:
@@ -499,7 +499,7 @@
Properties:
Source:
@@ -694,7 +694,7 @@
Properties:
Source:
@@ -1119,7 +1119,7 @@
Properties:
Source:
@@ -1323,7 +1323,7 @@
Properties:
Source:
@@ -1633,7 +1633,7 @@
Properties:
Source:
@@ -1783,7 +1783,7 @@
Properties:
Source:
@@ -2072,7 +2072,7 @@
Properties:
Source:
@@ -2267,7 +2267,7 @@
Properties:
Source:
@@ -2807,7 +2807,7 @@
Properties:
Source:
@@ -3325,7 +3325,7 @@
Properties:
Source:
@@ -3543,7 +3543,7 @@
Properties:
Source:
@@ -3761,7 +3761,7 @@
Properties:
Source:
@@ -4278,7 +4278,7 @@
Properties:
Source:
@@ -5002,7 +5002,7 @@
Properties:
Source:
@@ -5289,7 +5289,7 @@
Properties:
Source:
@@ -5485,7 +5485,7 @@
Properties:
Source:
@@ -5639,7 +5639,7 @@
Parameters:
Source:
@@ -5855,7 +5855,7 @@
Parameters:
Source:
diff --git a/docs/module-key_Subkey-Subkey.html b/docs/module-key_Subkey-Subkey.html index d7e427f60..4adfd48f0 100644 --- a/docs/module-key_Subkey-Subkey.html +++ b/docs/module-key_Subkey-Subkey.html @@ -171,7 +171,7 @@
Parameters:
Source:
@@ -281,7 +281,7 @@

cloneSource:
@@ -394,7 +394,7 @@

getAl
Source:
@@ -511,7 +511,7 @@

getAl
Source:
@@ -628,7 +628,7 @@

getCre
Source:
@@ -741,7 +741,7 @@

getCre
Source:
@@ -942,7 +942,7 @@

Parameters:
Source:
@@ -1055,7 +1055,7 @@

getFing
Source:
@@ -1172,7 +1172,7 @@

getFing
Source:
@@ -1289,7 +1289,7 @@

getKeyIDSource:
@@ -1406,7 +1406,7 @@

getKeyIDSource:
@@ -1523,7 +1523,7 @@

h
Source:
@@ -1640,7 +1640,7 @@

h
Source:
@@ -1757,7 +1757,7 @@

isDecrypte
Source:
@@ -1873,7 +1873,7 @@

isDecrypte
Source:
@@ -2149,7 +2149,7 @@

Parameters:
Source:
@@ -2487,7 +2487,7 @@
Properties
Source:
@@ -2599,7 +2599,7 @@

toPacketL
Source:
@@ -2832,7 +2832,7 @@

Parameters:
Source:
@@ -3044,7 +3044,7 @@
Parameters:
Source:
diff --git a/docs/module-key_User-User.html b/docs/module-key_User-User.html index b8a71edb4..6c8c0a01f 100644 --- a/docs/module-key_User-User.html +++ b/docs/module-key_User-User.html @@ -171,7 +171,7 @@
Parameters:
Source:
@@ -404,7 +404,7 @@
Parameters:
Source:
@@ -516,7 +516,7 @@

cloneSource:
@@ -789,7 +789,7 @@
Parameters:
Source:
@@ -1127,7 +1127,7 @@
Properties
Source:
@@ -1239,7 +1239,7 @@

toPacketL
Source:
@@ -1442,7 +1442,7 @@

Parameters:
Source:
@@ -1623,7 +1623,7 @@
Parameters:
Source:
@@ -1887,7 +1887,7 @@
Parameters:
Source:
@@ -2154,7 +2154,7 @@
Parameters:
Source:
diff --git a/docs/module-key_helper.html b/docs/module-key_helper.html index 0010290aa..440ad20c7 100644 --- a/docs/module-key_helper.html +++ b/docs/module-key_helper.html @@ -89,7 +89,7 @@

Module: key/helper

Source:
@@ -281,7 +281,7 @@
Parameters:
Source:
@@ -518,7 +518,7 @@
Parameters:
Source:
@@ -928,7 +928,7 @@
Parameters:
Source:
@@ -1116,7 +1116,7 @@
Parameters:
Source:
@@ -1376,7 +1376,7 @@
Parameters:
Source:
@@ -1648,7 +1648,7 @@
Parameters:
Source:
@@ -1920,7 +1920,7 @@
Parameters:
Source:
@@ -2224,7 +2224,7 @@
Parameters:
Source:
@@ -2531,7 +2531,7 @@
Parameters:
Source:
@@ -2830,7 +2830,7 @@
Parameters:
Source:
diff --git a/docs/module-packet_packet.html b/docs/module-packet_packet.html index 5822074bd..69b6d9009 100644 --- a/docs/module-packet_packet.html +++ b/docs/module-packet_packet.html @@ -89,7 +89,7 @@

Module: packet/packet

Source:
@@ -275,7 +275,7 @@
Parameters:
Source:
@@ -436,7 +436,7 @@
Parameters:
Source:
@@ -621,7 +621,7 @@
Parameters:
Source:
@@ -783,7 +783,7 @@
Parameters:
Source:
diff --git a/docs/module-type_ecdh_symkey.html b/docs/module-type_ecdh_symkey.html index 8bc9fabe6..af7a01638 100644 --- a/docs/module-type_ecdh_symkey.html +++ b/docs/module-type_ecdh_symkey.html @@ -89,7 +89,7 @@

Module: type/ecdh_symkey

Source:
diff --git a/docs/module-type_kdf_params-KDFParams.html b/docs/module-type_kdf_params-KDFParams.html index 7eacfe595..e84a9c2bd 100644 --- a/docs/module-type_kdf_params-KDFParams.html +++ b/docs/module-type_kdf_params-KDFParams.html @@ -210,7 +210,7 @@
Parameters:
Source:
@@ -369,7 +369,7 @@
Parameters:
Source:
@@ -542,7 +542,7 @@
Parameters:
Source:
diff --git a/docs/module-type_kdf_params.html b/docs/module-type_kdf_params.html index f22fe110b..371d75871 100644 --- a/docs/module-type_kdf_params.html +++ b/docs/module-type_kdf_params.html @@ -94,7 +94,7 @@

Module: type/kdf_params

Source:
diff --git a/docs/module-type_keyid-KeyID.html b/docs/module-type_keyid-KeyID.html index a852c981d..91cca5474 100644 --- a/docs/module-type_keyid-KeyID.html +++ b/docs/module-type_keyid-KeyID.html @@ -101,7 +101,7 @@

new KeyIDSource:
@@ -295,7 +295,7 @@
Parameters:
Source:
@@ -385,7 +385,7 @@

isNullSource:
@@ -497,7 +497,7 @@

isWildcard<
Source:
@@ -658,7 +658,7 @@

Parameters:
Source:
@@ -748,7 +748,7 @@

toHexSource:
@@ -860,7 +860,7 @@

writeSource:
diff --git a/docs/module-type_oid.html b/docs/module-type_oid.html index b7d8fd890..2cf59d6d6 100644 --- a/docs/module-type_oid.html +++ b/docs/module-type_oid.html @@ -100,7 +100,7 @@

Module: type/oid

Source:
diff --git a/docs/module-type_s2k-GenericS2K.html b/docs/module-type_s2k-GenericS2K.html index 20d3e6882..c39bc7e40 100644 --- a/docs/module-type_s2k-GenericS2K.html +++ b/docs/module-type_s2k-GenericS2K.html @@ -153,7 +153,7 @@
Parameters:
Source:
@@ -262,7 +262,7 @@
Type:
Source:
@@ -332,7 +332,7 @@
Type:
Source:
@@ -406,7 +406,7 @@
Type:
Source:
@@ -480,7 +480,7 @@
Type:
Source:
@@ -612,7 +612,7 @@
Parameters:
Source:
@@ -774,7 +774,7 @@
Parameters:
Source:
@@ -886,7 +886,7 @@

writeSource:
diff --git a/docs/module-type_s2k.html b/docs/module-type_s2k.html index 724802405..24c2e5953 100644 --- a/docs/module-type_s2k.html +++ b/docs/module-type_s2k.html @@ -95,7 +95,7 @@

Module: type/s2k

Source:
diff --git a/docs/module-type_x25519x448_symkey.html b/docs/module-type_x25519x448_symkey.html index 26c1aae2b..83b0dd614 100644 --- a/docs/module-type_x25519x448_symkey.html +++ b/docs/module-type_x25519x448_symkey.html @@ -91,7 +91,7 @@

Module: type/x25519x448_symkey

Source:
diff --git a/docs/module-util.html b/docs/module-util.html index c187b7bc3..83b45f942 100644 --- a/docs/module-util.html +++ b/docs/module-util.html @@ -89,7 +89,7 @@

Module: util

Source:
diff --git a/docs/type_enum.module_js.html b/docs/type_enum.module_js.html index 9bef9d1c8..d721ede45 100644 --- a/docs/type_enum.module_js.html +++ b/docs/type_enum.module_js.html @@ -71,7 +71,7 @@

Module: js

Source:
@@ -170,7 +170,7 @@

getNameSource:
@@ -282,7 +282,7 @@

getValueSource:
@@ -443,7 +443,7 @@
Parameters:
Source:
@@ -533,7 +533,7 @@

writeSource:
diff --git a/package-lock.json b/package-lock.json index 48ecb776e..2a25a78bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@protontech/openpgp", - "version": "6.0.2-patch.0", + "version": "6.0.2-patch.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@protontech/openpgp", - "version": "6.0.2-patch.0", + "version": "6.0.2-patch.1", "license": "LGPL-3.0+", "devDependencies": { "@noble/ciphers": "^1.0.0", diff --git a/package.json b/package.json index 6eca01896..a81e70e04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@protontech/openpgp", "description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.", - "version": "6.0.2-patch.0", + "version": "6.0.2-patch.1", "license": "LGPL-3.0+", "homepage": "https://openpgpjs.org/", "engines": {