From af01eca8d20034ed2945513ac8f3aedb05fdf35a Mon Sep 17 00:00:00 2001
From: dajiaji
Date: Fri, 11 Aug 2023 03:28:01 +0000
Subject: [PATCH] deploy: 82e6aae9fa1adc74e2f54860e65d03cfdad51269
---
.../docs/classes/Chacha20Poly1305.html | 20 ++++-----
core/docs/classes/CipherSuite.html | 24 +++++-----
core/docs/classes/DecapError.html | 4 +-
core/docs/classes/DeriveKeyPairError.html | 4 +-
core/docs/classes/DeserializeError.html | 4 +-
core/docs/classes/EncapError.html | 4 +-
core/docs/classes/ExportError.html | 4 +-
core/docs/classes/HpkeError.html | 4 +-
core/docs/classes/InvalidParamError.html | 4 +-
.../classes/MessageLimitReachedError.html | 4 +-
core/docs/classes/NotSupportedError.html | 4 +-
core/docs/classes/OpenError.html | 4 +-
core/docs/classes/SealError.html | 4 +-
core/docs/classes/SerializeError.html | 4 +-
core/docs/classes/ValidationError.html | 4 +-
.../interfaces/AeadEncryptionContext.html | 6 +--
core/docs/interfaces/AeadInterface.html | 14 +++---
core/docs/interfaces/CipherSuiteParams.html | 8 ++--
.../interfaces/CipherSuiteSealResponse.html | 6 +--
core/docs/interfaces/EncryptionContext.html | 8 ++--
core/docs/interfaces/KdfInterface.html | 22 +++++-----
core/docs/interfaces/KemInterface.html | 26 +++++------
core/docs/interfaces/PreSharedKey.html | 6 +--
.../interfaces/RecipientContextParams.html | 12 ++---
core/docs/interfaces/SenderContext.html | 10 ++---
core/docs/interfaces/SenderContextParams.html | 12 ++---
core/docs/types/AeadId.html | 4 +-
core/docs/types/KdfId.html | 4 +-
core/docs/types/KemId.html | 4 +-
core/docs/types/RecipientContext.html | 2 +-
core/docs/variables/AeadId-1.html | 4 +-
core/docs/variables/KdfId-1.html | 4 +-
core/docs/variables/KemId-1.html | 4 +-
.../classes/DhkemSecp256k1HkdfSha256.html | 38 ++++++++--------
.../docs/classes/DhkemX25519HkdfSha256.html | 38 ++++++++--------
.../docs/classes/DhkemX448HkdfSha512.html | 38 ++++++++--------
docs/classes/CipherSuite.html | 24 +++++-----
docs/classes/CipherSuiteNative.html | 44 +++++++++----------
docs/classes/DecapError.html | 4 +-
docs/classes/DeriveKeyPairError.html | 4 +-
docs/classes/DeserializeError.html | 4 +-
docs/classes/EncapError.html | 4 +-
docs/classes/ExportError.html | 4 +-
docs/classes/HpkeError.html | 4 +-
docs/classes/InvalidParamError.html | 4 +-
docs/classes/MessageLimitReachedError.html | 4 +-
docs/classes/NotSupportedError.html | 4 +-
docs/classes/OpenError.html | 4 +-
docs/classes/SealError.html | 4 +-
docs/classes/SerializeError.html | 4 +-
docs/classes/ValidationError.html | 4 +-
docs/interfaces/AeadEncryptionContext.html | 6 +--
docs/interfaces/AeadInterface.html | 14 +++---
docs/interfaces/CipherSuiteParams.html | 8 ++--
docs/interfaces/CipherSuiteSealResponse.html | 6 +--
docs/interfaces/EncryptionContext.html | 8 ++--
docs/interfaces/KdfInterface.html | 22 +++++-----
docs/interfaces/KemInterface.html | 26 +++++------
docs/interfaces/PreSharedKey.html | 6 +--
docs/interfaces/RecipientContextParams.html | 12 ++---
docs/interfaces/SenderContext.html | 10 ++---
docs/interfaces/SenderContextParams.html | 12 ++---
docs/types/Aead.html | 4 +-
docs/types/AeadId.html | 4 +-
docs/types/Kdf.html | 4 +-
docs/types/KdfId.html | 4 +-
docs/types/Kem.html | 4 +-
docs/types/KemId.html | 4 +-
docs/types/RecipientContext.html | 2 +-
docs/variables/Aead-1.html | 4 +-
docs/variables/AeadId-1.html | 4 +-
docs/variables/Kdf-1.html | 4 +-
docs/variables/KdfId-1.html | 4 +-
docs/variables/Kem-1.html | 4 +-
docs/variables/KemId-1.html | 4 +-
75 files changed, 333 insertions(+), 333 deletions(-)
diff --git a/chacha20poly1305/docs/classes/Chacha20Poly1305.html b/chacha20poly1305/docs/classes/Chacha20Poly1305.html
index 020f5b436..c1b7f7c1c 100644
--- a/chacha20poly1305/docs/classes/Chacha20Poly1305.html
+++ b/chacha20poly1305/docs/classes/Chacha20Poly1305.html
@@ -37,7 +37,7 @@ Implements
+Defined in src/aeads/chacha20Poly1305.ts:86
+Defined in src/algorithm.ts:16
Properties
@@ -79,31 +79,31 @@ Protected_api: SubtleCrypto = undefined
+Defined in src/algorithm.ts:4
Readonly
id
id: AeadId = AeadId.Chacha20Poly1305
+Defined in src/aeads/chacha20Poly1305.ts:87
Readonly
keySize
keySize: number = 32
+Defined in src/aeads/chacha20Poly1305.ts:88
Readonly
nonceSize
nonceSize: number = 12
+Defined in src/aeads/chacha20Poly1305.ts:89
Readonly
tagSize
tagSize: number = 16
+Defined in src/aeads/chacha20Poly1305.ts:90
createEncryptionContext
@@ -128,7 +128,7 @@ key: Returns AeadEncryptionContext
+Defined in src/aeads/chacha20Poly1305.ts:92
init
@@ -143,7 +143,7 @@ Returns voidImplementation of AeadInterface.init
Inherited from Algorithm.init
+Defined in src/algorithm.ts:20
+Defined in ../src/cipherSuiteNative.ts:246
kem
@@ -148,7 +148,7 @@ Returns
+Defined in ../src/cipherSuiteNative.ts:239
+Defined in ../src/cipherSuiteNative.ts:327
deriveKeyPair
@@ -226,7 +226,7 @@ Throws
Deriv
+Defined in ../src/cipherSuiteNative.ts:284
generateKeyPair
@@ -244,7 +244,7 @@ Throws
NotSup
+Defined in ../src/cipherSuiteNative.ts:267
+Defined in ../src/cipherSuiteNative.ts:309
+Defined in ../src/cipherSuiteNative.ts:407
+Defined in ../src/cipherSuiteNative.ts:384
+Defined in ../src/interfaces/cipherSuiteParams.ts:11
+Defined in ../src/interfaces/encryptionContext.ts:17
+Defined in ../src/interfaces/kemInterface.ts:99
+Defined in ../src/interfaces/kemInterface.ts:29
+Defined in ../src/interfaces/kemInterface.ts:82
+Defined in ../src/interfaces/kemInterface.ts:51
+Defined in ../src/interfaces/keyScheduleParams.ts:14
recipientKey
recipientKey: CryptoKeyPair | CryptoKey
@@ -76,7 +76,7 @@ recipientKey
+Defined in ../src/interfaces/recipientContextParams.ts:8
Optional
senderPublicKey
senderPublicKey?: CryptoKey
@@ -84,7 +84,7 @@ Optional
+Defined in ../src/interfaces/recipientContextParams.ts:14
+Defined in ../src/interfaces/encryptionContext.ts:29
+Defined in ../src/interfaces/encryptionContext.ts:17
+Defined in ../src/interfaces/senderContextParams.ts:8
Optional
senderKey
senderKey?: CryptoKeyPair | CryptoKey
@@ -84,7 +84,7 @@ Optional
+Defined in ../src/interfaces/senderContextParams.ts:11
+Defined in ../src/identifiers.ts:97
+Defined in ../src/identifiers.ts:102
+Defined in ../src/identifiers.ts:68
+Defined in ../src/identifiers.ts:73
+Defined in ../src/identifiers.ts:40
+Defined in ../src/identifiers.ts:45
+Defined in ../src/interfaces/encryptionContext.ts:35
+Defined in src/cipherSuiteNative.ts:246
kem
@@ -129,7 +129,7 @@ Returns
+Defined in src/cipherSuiteNative.ts:239
+Defined in src/cipherSuiteNative.ts:327
+Defined in src/cipherSuiteNative.ts:284
+Defined in src/cipherSuiteNative.ts:267
+Defined in src/cipherSuiteNative.ts:309
+Defined in src/cipherSuiteNative.ts:407
+Defined in src/cipherSuiteNative.ts:384
Returns Promise<EncryptionContext>
+Defined in src/cipherSuiteNative.ts:554
Private
_keyScheduleS
@@ -239,7 +239,7 @@ enc: params: KeyScheduleParams
Returns Promise<SenderContext>
+Defined in src/cipherSuiteNative.ts:531
Private
_setup
@@ -247,7 +247,7 @@ Private
-
Returns Promise<void>
+Defined in src/cipherSuiteNative.ts:416
Private
_validateInputLength
@@ -260,7 +260,7 @@ Parameters
params: KeyScheduleParams
Returns void
+Defined in src/cipherSuiteNative.ts:570
+Defined in src/cipherSuiteNative.ts:355
+Defined in src/cipherSuiteNative.ts:327
+Defined in src/cipherSuiteNative.ts:284
+Defined in src/cipherSuiteNative.ts:267
+Defined in src/cipherSuiteNative.ts:309
+Defined in src/cipherSuiteNative.ts:407
+Defined in src/cipherSuiteNative.ts:384
+Defined in src/interfaces/cipherSuiteParams.ts:11
+Defined in src/interfaces/encryptionContext.ts:17
+Defined in src/interfaces/kemInterface.ts:99
+Defined in src/interfaces/kemInterface.ts:29
+Defined in src/interfaces/kemInterface.ts:82
+Defined in src/interfaces/kemInterface.ts:51
+Defined in src/interfaces/keyScheduleParams.ts:14
recipientKey
recipientKey: CryptoKeyPair | CryptoKey
@@ -76,7 +76,7 @@ recipientKey
+Defined in src/interfaces/recipientContextParams.ts:8
Optional
senderPublicKey
senderPublicKey?: CryptoKey
@@ -84,7 +84,7 @@ Optional
+Defined in src/interfaces/recipientContextParams.ts:14
+Defined in src/interfaces/encryptionContext.ts:29
+Defined in src/interfaces/encryptionContext.ts:17
+Defined in src/interfaces/senderContextParams.ts:8
Optional
senderKey
senderKey?: CryptoKeyPair | CryptoKey
@@ -84,7 +84,7 @@ Optional
+Defined in src/interfaces/senderContextParams.ts:11
+Defined in src/identifiers.ts:80
+Defined in src/identifiers.ts:92
+Defined in src/identifiers.ts:97
+Defined in src/identifiers.ts:102
+Defined in src/identifiers.ts:52
+Defined in src/identifiers.ts:63
+Defined in src/identifiers.ts:68
+Defined in src/identifiers.ts:73
+Defined in src/identifiers.ts:21
+Defined in src/identifiers.ts:35
+Defined in src/identifiers.ts:40
+Defined in src/identifiers.ts:45
+Defined in src/interfaces/encryptionContext.ts:35