@signalapp/libsignal-client 0.86.4 → 0.86.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Native.d.ts +1 -1
- package/dist/Native.js +1 -1
- package/dist/acknowledgments.md +276 -170
- package/dist/index.d.ts +27 -2
- package/dist/index.js +29 -4
- package/dist/net.d.ts +1 -1
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
package/dist/Native.d.ts
CHANGED
|
@@ -183,7 +183,7 @@ export interface BackupStoreResponse {
|
|
|
183
183
|
export interface BackupRestoreResponse {
|
|
184
184
|
readonly __type: unique symbol;
|
|
185
185
|
}
|
|
186
|
-
export declare const NetRemoteConfigKeys: readonly ["chatRequestConnectionCheckTimeoutMillis", "chatPermessageDeflate"];
|
|
186
|
+
export declare const NetRemoteConfigKeys: readonly ["chatRequestConnectionCheckTimeoutMillis", "chatPermessageDeflate", "disableNagleAlgorithm"];
|
|
187
187
|
export interface TokioAsyncContext {
|
|
188
188
|
readonly __type: unique symbol;
|
|
189
189
|
}
|
package/dist/Native.js
CHANGED
|
@@ -11,5 +11,5 @@ export var IdentityChange;
|
|
|
11
11
|
import load from 'node-gyp-build';
|
|
12
12
|
const { registerErrors, initLogger, SealedSenderMultiRecipientMessage_Parse, MinidumpToJSONString, Aes256GcmSiv_New, Aes256GcmSiv_Encrypt, Aes256GcmSiv_Decrypt, PublicKey_HpkeSeal, PrivateKey_HpkeOpen, HKDF_DeriveSecrets, ServiceId_ServiceIdBinary, ServiceId_ServiceIdString, ServiceId_ServiceIdLog, ServiceId_ParseFromServiceIdBinary, ServiceId_ParseFromServiceIdString, ProtocolAddress_New, PublicKey_Deserialize, PublicKey_Serialize, PublicKey_GetPublicKeyBytes, ProtocolAddress_DeviceId, ProtocolAddress_Name, PublicKey_Equals, PublicKey_Compare, PublicKey_Verify, PrivateKey_Deserialize, PrivateKey_Serialize, PrivateKey_Generate, PrivateKey_GetPublicKey, PrivateKey_Sign, PrivateKey_Agree, KyberPublicKey_Serialize, KyberPublicKey_Deserialize, KyberSecretKey_Serialize, KyberSecretKey_Deserialize, KyberPublicKey_Equals, KyberKeyPair_Generate, KyberKeyPair_GetPublicKey, KyberKeyPair_GetSecretKey, IdentityKeyPair_Serialize, IdentityKeyPair_Deserialize, IdentityKeyPair_SignAlternateIdentity, IdentityKey_VerifyAlternateIdentity, Fingerprint_New, Fingerprint_ScannableEncoding, Fingerprint_DisplayString, ScannableFingerprint_Compare, SignalMessage_Deserialize, SignalMessage_GetBody, SignalMessage_GetSerialized, SignalMessage_GetCounter, SignalMessage_GetMessageVersion, SignalMessage_GetPqRatchet, SignalMessage_New, SignalMessage_VerifyMac, PreKeySignalMessage_New, PreKeySignalMessage_Deserialize, PreKeySignalMessage_Serialize, PreKeySignalMessage_GetRegistrationId, PreKeySignalMessage_GetSignedPreKeyId, PreKeySignalMessage_GetPreKeyId, PreKeySignalMessage_GetVersion, SenderKeyMessage_Deserialize, SenderKeyMessage_GetCipherText, SenderKeyMessage_Serialize, SenderKeyMessage_GetDistributionId, SenderKeyMessage_GetChainId, SenderKeyMessage_GetIteration, SenderKeyMessage_New, SenderKeyMessage_VerifySignature, SenderKeyDistributionMessage_Deserialize, SenderKeyDistributionMessage_GetChainKey, SenderKeyDistributionMessage_Serialize, SenderKeyDistributionMessage_GetDistributionId, SenderKeyDistributionMessage_GetChainId, SenderKeyDistributionMessage_GetIteration, SenderKeyDistributionMessage_New, DecryptionErrorMessage_Deserialize, DecryptionErrorMessage_GetTimestamp, DecryptionErrorMessage_GetDeviceId, DecryptionErrorMessage_Serialize, DecryptionErrorMessage_GetRatchetKey, DecryptionErrorMessage_ForOriginalMessage, DecryptionErrorMessage_ExtractFromSerializedContent, PlaintextContent_Deserialize, PlaintextContent_Serialize, PlaintextContent_GetBody, PlaintextContent_FromDecryptionErrorMessage, PreKeyBundle_New, PreKeyBundle_GetIdentityKey, PreKeyBundle_GetSignedPreKeySignature, PreKeyBundle_GetKyberPreKeySignature, PreKeyBundle_GetRegistrationId, PreKeyBundle_GetDeviceId, PreKeyBundle_GetSignedPreKeyId, PreKeyBundle_GetKyberPreKeyId, PreKeyBundle_GetPreKeyId, PreKeyBundle_GetPreKeyPublic, PreKeyBundle_GetSignedPreKeyPublic, PreKeyBundle_GetKyberPreKeyPublic, SignedPreKeyRecord_Deserialize, SignedPreKeyRecord_GetSignature, SignedPreKeyRecord_Serialize, SignedPreKeyRecord_GetId, SignedPreKeyRecord_GetTimestamp, SignedPreKeyRecord_GetPublicKey, SignedPreKeyRecord_GetPrivateKey, KyberPreKeyRecord_Deserialize, KyberPreKeyRecord_GetSignature, KyberPreKeyRecord_Serialize, KyberPreKeyRecord_GetId, KyberPreKeyRecord_GetTimestamp, KyberPreKeyRecord_GetPublicKey, KyberPreKeyRecord_GetSecretKey, KyberPreKeyRecord_GetKeyPair, SignedPreKeyRecord_New, KyberPreKeyRecord_New, PreKeyRecord_Deserialize, PreKeyRecord_Serialize, PreKeyRecord_GetId, PreKeyRecord_GetPublicKey, PreKeyRecord_GetPrivateKey, PreKeyRecord_New, SenderKeyRecord_Deserialize, SenderKeyRecord_Serialize, ServerCertificate_Deserialize, ServerCertificate_GetSerialized, ServerCertificate_GetCertificate, ServerCertificate_GetSignature, ServerCertificate_GetKeyId, ServerCertificate_GetKey, ServerCertificate_New, SenderCertificate_Deserialize, SenderCertificate_GetSerialized, SenderCertificate_GetCertificate, SenderCertificate_GetSignature, SenderCertificate_GetSenderUuid, SenderCertificate_GetSenderE164, SenderCertificate_GetExpiration, SenderCertificate_GetDeviceId, SenderCertificate_GetKey, SenderCertificate_Validate, SenderCertificate_GetServerCertificate, SenderCertificate_New, UnidentifiedSenderMessageContent_Deserialize, UnidentifiedSenderMessageContent_Serialize, UnidentifiedSenderMessageContent_GetContents, UnidentifiedSenderMessageContent_GetGroupId, UnidentifiedSenderMessageContent_GetSenderCert, UnidentifiedSenderMessageContent_GetMsgType, UnidentifiedSenderMessageContent_GetContentHint, UnidentifiedSenderMessageContent_New, CiphertextMessage_Type, CiphertextMessage_Serialize, CiphertextMessage_FromPlaintextContent, SessionRecord_ArchiveCurrentState, SessionRecord_HasUsableSenderChain, SessionRecord_CurrentRatchetKeyMatches, SessionRecord_Deserialize, SessionRecord_Serialize, SessionRecord_GetLocalRegistrationId, SessionRecord_GetRemoteRegistrationId, SealedSenderDecryptionResult_GetSenderUuid, SealedSenderDecryptionResult_GetSenderE164, SealedSenderDecryptionResult_GetDeviceId, SealedSenderDecryptionResult_Message, SessionBuilder_ProcessPreKeyBundle, SessionCipher_EncryptMessage, SessionCipher_DecryptSignalMessage, SessionCipher_DecryptPreKeySignalMessage, SealedSender_Encrypt, SealedSender_MultiRecipientEncrypt, SealedSender_MultiRecipientMessageForSingleRecipient, SealedSender_DecryptToUsmc, SealedSender_DecryptMessage, SenderKeyDistributionMessage_Create, SenderKeyDistributionMessage_Process, GroupCipher_EncryptMessage, GroupCipher_DecryptMessage, Cds2ClientState_New, HsmEnclaveClient_New, HsmEnclaveClient_CompleteHandshake, HsmEnclaveClient_EstablishedSend, HsmEnclaveClient_EstablishedRecv, HsmEnclaveClient_InitialRequest, SgxClientState_InitialRequest, SgxClientState_CompleteHandshake, SgxClientState_EstablishedSend, SgxClientState_EstablishedRecv, ExpiringProfileKeyCredential_CheckValidContents, ExpiringProfileKeyCredentialResponse_CheckValidContents, GroupMasterKey_CheckValidContents, GroupPublicParams_CheckValidContents, GroupSecretParams_CheckValidContents, ProfileKey_CheckValidContents, ProfileKeyCiphertext_CheckValidContents, ProfileKeyCommitment_CheckValidContents, ProfileKeyCredentialRequest_CheckValidContents, ProfileKeyCredentialRequestContext_CheckValidContents, ReceiptCredential_CheckValidContents, ReceiptCredentialPresentation_CheckValidContents, ReceiptCredentialRequest_CheckValidContents, ReceiptCredentialRequestContext_CheckValidContents, ReceiptCredentialResponse_CheckValidContents, UuidCiphertext_CheckValidContents, ServerPublicParams_Deserialize, ServerPublicParams_Serialize, ServerSecretParams_Deserialize, ServerSecretParams_Serialize, ProfileKey_GetCommitment, ProfileKey_GetProfileKeyVersion, ProfileKey_DeriveAccessKey, GroupSecretParams_GenerateDeterministic, GroupSecretParams_DeriveFromMasterKey, GroupSecretParams_GetMasterKey, GroupSecretParams_GetPublicParams, GroupSecretParams_EncryptServiceId, GroupSecretParams_DecryptServiceId, GroupSecretParams_EncryptProfileKey, GroupSecretParams_DecryptProfileKey, GroupSecretParams_EncryptBlobWithPaddingDeterministic, GroupSecretParams_DecryptBlobWithPadding, ServerSecretParams_GenerateDeterministic, ServerSecretParams_GetPublicParams, ServerSecretParams_SignDeterministic, ServerPublicParams_GetEndorsementPublicKey, ServerPublicParams_ReceiveAuthCredentialWithPniAsServiceId, ServerPublicParams_CreateAuthCredentialWithPniPresentationDeterministic, ServerPublicParams_CreateProfileKeyCredentialRequestContextDeterministic, ServerPublicParams_ReceiveExpiringProfileKeyCredential, ServerPublicParams_CreateExpiringProfileKeyCredentialPresentationDeterministic, ServerPublicParams_CreateReceiptCredentialRequestContextDeterministic, ServerPublicParams_ReceiveReceiptCredential, ServerPublicParams_CreateReceiptCredentialPresentationDeterministic, ServerSecretParams_IssueAuthCredentialWithPniZkcDeterministic, AuthCredentialWithPni_CheckValidContents, AuthCredentialWithPniResponse_CheckValidContents, ServerSecretParams_VerifyAuthCredentialPresentation, ServerSecretParams_IssueExpiringProfileKeyCredentialDeterministic, ServerSecretParams_VerifyProfileKeyCredentialPresentation, ServerSecretParams_IssueReceiptCredentialDeterministic, ServerSecretParams_VerifyReceiptCredentialPresentation, GroupPublicParams_GetGroupIdentifier, ServerPublicParams_VerifySignature, AuthCredentialPresentation_CheckValidContents, AuthCredentialPresentation_GetUuidCiphertext, AuthCredentialPresentation_GetPniCiphertext, AuthCredentialPresentation_GetRedemptionTime, ProfileKeyCredentialRequestContext_GetRequest, ExpiringProfileKeyCredential_GetExpirationTime, ProfileKeyCredentialPresentation_CheckValidContents, ProfileKeyCredentialPresentation_GetUuidCiphertext, ProfileKeyCredentialPresentation_GetProfileKeyCiphertext, ReceiptCredentialRequestContext_GetRequest, ReceiptCredential_GetReceiptExpirationTime, ReceiptCredential_GetReceiptLevel, ReceiptCredentialPresentation_GetReceiptExpirationTime, ReceiptCredentialPresentation_GetReceiptLevel, ReceiptCredentialPresentation_GetReceiptSerial, GenericServerSecretParams_CheckValidContents, GenericServerSecretParams_GenerateDeterministic, GenericServerSecretParams_GetPublicParams, GenericServerPublicParams_CheckValidContents, CallLinkSecretParams_CheckValidContents, CallLinkSecretParams_DeriveFromRootKey, CallLinkSecretParams_GetPublicParams, CallLinkSecretParams_DecryptUserId, CallLinkSecretParams_EncryptUserId, CallLinkPublicParams_CheckValidContents, CreateCallLinkCredentialRequestContext_CheckValidContents, CreateCallLinkCredentialRequestContext_NewDeterministic, CreateCallLinkCredentialRequestContext_GetRequest, CreateCallLinkCredentialRequest_CheckValidContents, CreateCallLinkCredentialRequest_IssueDeterministic, CreateCallLinkCredentialResponse_CheckValidContents, CreateCallLinkCredentialRequestContext_ReceiveResponse, CreateCallLinkCredential_CheckValidContents, CreateCallLinkCredential_PresentDeterministic, CreateCallLinkCredentialPresentation_CheckValidContents, CreateCallLinkCredentialPresentation_Verify, CallLinkAuthCredentialResponse_CheckValidContents, CallLinkAuthCredentialResponse_IssueDeterministic, CallLinkAuthCredentialResponse_Receive, CallLinkAuthCredential_CheckValidContents, CallLinkAuthCredential_PresentDeterministic, CallLinkAuthCredentialPresentation_CheckValidContents, CallLinkAuthCredentialPresentation_Verify, CallLinkAuthCredentialPresentation_GetUserId, BackupAuthCredentialRequestContext_New, BackupAuthCredentialRequestContext_CheckValidContents, BackupAuthCredentialRequestContext_GetRequest, BackupAuthCredentialRequest_CheckValidContents, BackupAuthCredentialRequest_IssueDeterministic, BackupAuthCredentialResponse_CheckValidContents, BackupAuthCredentialRequestContext_ReceiveResponse, BackupAuthCredential_CheckValidContents, BackupAuthCredential_GetBackupId, BackupAuthCredential_GetBackupLevel, BackupAuthCredential_GetType, BackupAuthCredential_PresentDeterministic, BackupAuthCredentialPresentation_CheckValidContents, BackupAuthCredentialPresentation_Verify, BackupAuthCredentialPresentation_GetBackupId, BackupAuthCredentialPresentation_GetBackupLevel, BackupAuthCredentialPresentation_GetType, GroupSendDerivedKeyPair_CheckValidContents, GroupSendDerivedKeyPair_ForExpiration, GroupSendEndorsementsResponse_CheckValidContents, GroupSendEndorsementsResponse_IssueDeterministic, GroupSendEndorsementsResponse_GetExpiration, GroupSendEndorsementsResponse_ReceiveAndCombineWithServiceIds, GroupSendEndorsementsResponse_ReceiveAndCombineWithCiphertexts, GroupSendEndorsement_CheckValidContents, GroupSendEndorsement_Combine, GroupSendEndorsement_Remove, GroupSendEndorsement_ToToken, GroupSendEndorsement_CallLinkParams_ToToken, GroupSendToken_CheckValidContents, GroupSendToken_ToFullToken, GroupSendFullToken_CheckValidContents, GroupSendFullToken_GetExpiration, GroupSendFullToken_Verify, LookupRequest_new, LookupRequest_addE164, LookupRequest_addPreviousE164, LookupRequest_setToken, LookupRequest_addAciAndAccessKey, CdsiLookup_new, CdsiLookup_token, CdsiLookup_complete, HttpRequest_new, HttpRequest_add_header, ChatConnectionInfo_local_port, ChatConnectionInfo_ip_version, ChatConnectionInfo_description, UnauthenticatedChatConnection_connect, UnauthenticatedChatConnection_init_listener, UnauthenticatedChatConnection_send, UnauthenticatedChatConnection_disconnect, UnauthenticatedChatConnection_info, UnauthenticatedChatConnection_look_up_username_hash, UnauthenticatedChatConnection_look_up_username_link, UnauthenticatedChatConnection_send_multi_recipient_message, AuthenticatedChatConnection_preconnect, AuthenticatedChatConnection_connect, AuthenticatedChatConnection_init_listener, AuthenticatedChatConnection_send, AuthenticatedChatConnection_disconnect, AuthenticatedChatConnection_info, ServerMessageAck_SendStatus, KeyTransparency_AciSearchKey, KeyTransparency_E164SearchKey, KeyTransparency_UsernameHashSearchKey, KeyTransparency_Search, KeyTransparency_Monitor, KeyTransparency_Distinguished, RegistrationService_CreateSession, RegistrationService_ResumeSession, RegistrationService_RequestVerificationCode, RegistrationService_SubmitVerificationCode, RegistrationService_SubmitCaptcha, RegistrationService_CheckSvr2Credentials, RegistrationService_RegisterAccount, RegistrationService_ReregisterAccount, RegistrationService_SessionId, RegistrationService_RegistrationSession, RegistrationSession_GetAllowedToRequestCode, RegistrationSession_GetVerified, RegistrationSession_GetNextCallSeconds, RegistrationSession_GetNextSmsSeconds, RegistrationSession_GetNextVerificationAttemptSeconds, RegistrationSession_GetRequestedInformation, RegisterAccountRequest_Create, RegisterAccountRequest_SetSkipDeviceTransfer, RegisterAccountRequest_SetAccountPassword, RegisterAccountRequest_SetIdentityPublicKey, RegisterAccountRequest_SetIdentitySignedPreKey, RegisterAccountRequest_SetIdentityPqLastResortPreKey, RegistrationAccountAttributes_Create, RegisterAccountResponse_GetIdentity, RegisterAccountResponse_GetNumber, RegisterAccountResponse_GetUsernameHash, RegisterAccountResponse_GetUsernameLinkHandle, RegisterAccountResponse_GetStorageCapable, RegisterAccountResponse_GetReregistration, RegisterAccountResponse_GetEntitlementBadges, RegisterAccountResponse_GetEntitlementBackupLevel, RegisterAccountResponse_GetEntitlementBackupExpirationSeconds, SecureValueRecoveryForBackups_CreateNewBackupChain, SecureValueRecoveryForBackups_StoreBackup, SecureValueRecoveryForBackups_RestoreBackupFromServer, SecureValueRecoveryForBackups_RemoveBackup, BackupStoreResponse_GetForwardSecrecyToken, BackupStoreResponse_GetOpaqueMetadata, BackupStoreResponse_GetNextBackupSecretData, BackupRestoreResponse_GetForwardSecrecyToken, BackupRestoreResponse_GetNextBackupSecretData, TokioAsyncContext_new, TokioAsyncContext_cancel, ConnectionProxyConfig_new, ConnectionManager_new, ConnectionManager_set_proxy, ConnectionManager_set_invalid_proxy, ConnectionManager_clear_proxy, ConnectionManager_set_ipv6_enabled, ConnectionManager_set_censorship_circumvention_enabled, ConnectionManager_set_remote_config, ConnectionManager_on_network_change, AccountEntropyPool_Generate, AccountEntropyPool_IsValid, AccountEntropyPool_DeriveSvrKey, AccountEntropyPool_DeriveBackupKey, BackupKey_DeriveBackupId, BackupKey_DeriveEcKey, BackupKey_DeriveLocalBackupMetadataKey, BackupKey_DeriveMediaId, BackupKey_DeriveMediaEncryptionKey, BackupKey_DeriveThumbnailTransitEncryptionKey, IncrementalMac_CalculateChunkSize, IncrementalMac_Initialize, IncrementalMac_Update, IncrementalMac_Finalize, ValidatingMac_Initialize, ValidatingMac_Update, ValidatingMac_Finalize, MessageBackupKey_FromAccountEntropyPool, MessageBackupKey_FromBackupKeyAndBackupId, MessageBackupKey_GetHmacKey, MessageBackupKey_GetAesKey, MessageBackupValidator_Validate, OnlineBackupValidator_New, OnlineBackupValidator_AddFrame, OnlineBackupValidator_Finalize, BackupJsonExporter_New, BackupJsonExporter_GetInitialChunk, BackupJsonExporter_ExportFrames, BackupJsonExporter_Finish, Username_Hash, Username_Proof, Username_Verify, Username_CandidatesFrom, Username_HashFromParts, UsernameLink_Create, UsernameLink_DecryptUsername, SignalMedia_CheckAvailable, Mp4Sanitizer_Sanitize, WebpSanitizer_Sanitize, SanitizedMetadata_GetMetadata, SanitizedMetadata_GetDataOffset, SanitizedMetadata_GetDataLen, BridgedStringMap_new, BridgedStringMap_insert, TESTING_NonSuspendingBackgroundThreadRuntime_New, TESTING_FutureSuccess, TESTING_TokioAsyncContext_FutureSuccessBytes, TESTING_FutureFailure, TESTING_FutureCancellationCounter_Create, TESTING_FutureCancellationCounter_WaitForCount, TESTING_FutureIncrementOnCancel, TESTING_TokioAsyncFuture, TESTING_TestingHandleType_getValue, TESTING_FutureProducesPointerType, TESTING_OtherTestingHandleType_getValue, TESTING_FutureProducesOtherPointerType, TESTING_PanicOnBorrowSync, TESTING_PanicOnBorrowAsync, TESTING_PanicOnBorrowIo, TESTING_ErrorOnBorrowSync, TESTING_ErrorOnBorrowAsync, TESTING_ErrorOnBorrowIo, TESTING_PanicOnLoadSync, TESTING_PanicOnLoadAsync, TESTING_PanicOnLoadIo, TESTING_PanicInBodySync, TESTING_PanicInBodyAsync, TESTING_PanicInBodyIo, TESTING_PanicOnReturnSync, TESTING_PanicOnReturnAsync, TESTING_PanicOnReturnIo, TESTING_ErrorOnReturnSync, TESTING_ErrorOnReturnAsync, TESTING_ErrorOnReturnIo, TESTING_ReturnStringArray, TESTING_JoinStringArray, TESTING_ProcessBytestringArray, TESTING_RoundTripU8, TESTING_RoundTripU16, TESTING_RoundTripU32, TESTING_RoundTripI32, TESTING_RoundTripU64, TESTING_ConvertOptionalUuid, TESTING_InputStreamReadIntoZeroLengthSlice, ComparableBackup_ReadUnencrypted, ComparableBackup_GetComparableString, ComparableBackup_GetUnknownFields, TESTING_FakeChatServer_Create, TESTING_FakeChatServer_GetNextRemote, TESTING_FakeChatConnection_Create, TESTING_FakeChatConnection_TakeAuthenticatedChat, TESTING_FakeChatConnection_TakeUnauthenticatedChat, TESTING_FakeChatConnection_TakeRemote, TESTING_FakeChatRemoteEnd_SendRawServerRequest, TESTING_FakeChatRemoteEnd_SendRawServerResponse, TESTING_FakeChatRemoteEnd_SendServerResponse, TESTING_FakeChatRemoteEnd_InjectConnectionInterrupted, TESTING_FakeChatRemoteEnd_ReceiveIncomingRequest, TESTING_ChatResponseConvert, TESTING_ChatRequestGetMethod, TESTING_ChatRequestGetPath, TESTING_ChatRequestGetHeaderNames, TESTING_ChatRequestGetHeaderValue, TESTING_ChatRequestGetBody, TESTING_FakeChatResponse_Create, TESTING_ChatConnectErrorConvert, TESTING_ChatSendErrorConvert, TESTING_KeyTransFatalVerificationFailure, TESTING_KeyTransNonFatalVerificationFailure, TESTING_KeyTransChatSendError, TESTING_RegistrationSessionInfoConvert, TESTING_RegistrationService_CheckSvr2CredentialsResponseConvert, TESTING_FakeRegistrationSession_CreateSession, TESTING_RegisterAccountResponse_CreateTestValue, TESTING_RegistrationService_CreateSessionErrorConvert, TESTING_RegistrationService_ResumeSessionErrorConvert, TESTING_RegistrationService_UpdateSessionErrorConvert, TESTING_RegistrationService_RequestVerificationCodeErrorConvert, TESTING_RegistrationService_SubmitVerificationErrorConvert, TESTING_RegistrationService_CheckSvr2CredentialsErrorConvert, TESTING_RegistrationService_RegisterAccountErrorConvert, TESTING_CdsiLookupResponseConvert, TESTING_CdsiLookupErrorConvert, TESTING_ServerMessageAck_Create, TESTING_ConnectionManager_newLocalOverride, TESTING_ConnectionManager_isUsingProxy, TESTING_CreateOTP, TESTING_CreateOTPFromBase64, TESTING_SignedPublicPreKey_CheckBridgesCorrectly, TestingSemaphore_New, TestingSemaphore_AddPermits, TestingValueHolder_New, TestingValueHolder_Get, TESTING_ReturnPair, test_only_fn_returns_123, TESTING_BridgedStringMap_dump_to_json, TESTING_TokioAsyncContext_NewSingleThreaded, } = load(`${import.meta.dirname}/../`);
|
|
13
13
|
export { registerErrors, initLogger, SealedSenderMultiRecipientMessage_Parse, MinidumpToJSONString, Aes256GcmSiv_New, Aes256GcmSiv_Encrypt, Aes256GcmSiv_Decrypt, PublicKey_HpkeSeal, PrivateKey_HpkeOpen, HKDF_DeriveSecrets, ServiceId_ServiceIdBinary, ServiceId_ServiceIdString, ServiceId_ServiceIdLog, ServiceId_ParseFromServiceIdBinary, ServiceId_ParseFromServiceIdString, ProtocolAddress_New, PublicKey_Deserialize, PublicKey_Serialize, PublicKey_GetPublicKeyBytes, ProtocolAddress_DeviceId, ProtocolAddress_Name, PublicKey_Equals, PublicKey_Compare, PublicKey_Verify, PrivateKey_Deserialize, PrivateKey_Serialize, PrivateKey_Generate, PrivateKey_GetPublicKey, PrivateKey_Sign, PrivateKey_Agree, KyberPublicKey_Serialize, KyberPublicKey_Deserialize, KyberSecretKey_Serialize, KyberSecretKey_Deserialize, KyberPublicKey_Equals, KyberKeyPair_Generate, KyberKeyPair_GetPublicKey, KyberKeyPair_GetSecretKey, IdentityKeyPair_Serialize, IdentityKeyPair_Deserialize, IdentityKeyPair_SignAlternateIdentity, IdentityKey_VerifyAlternateIdentity, Fingerprint_New, Fingerprint_ScannableEncoding, Fingerprint_DisplayString, ScannableFingerprint_Compare, SignalMessage_Deserialize, SignalMessage_GetBody, SignalMessage_GetSerialized, SignalMessage_GetCounter, SignalMessage_GetMessageVersion, SignalMessage_GetPqRatchet, SignalMessage_New, SignalMessage_VerifyMac, PreKeySignalMessage_New, PreKeySignalMessage_Deserialize, PreKeySignalMessage_Serialize, PreKeySignalMessage_GetRegistrationId, PreKeySignalMessage_GetSignedPreKeyId, PreKeySignalMessage_GetPreKeyId, PreKeySignalMessage_GetVersion, SenderKeyMessage_Deserialize, SenderKeyMessage_GetCipherText, SenderKeyMessage_Serialize, SenderKeyMessage_GetDistributionId, SenderKeyMessage_GetChainId, SenderKeyMessage_GetIteration, SenderKeyMessage_New, SenderKeyMessage_VerifySignature, SenderKeyDistributionMessage_Deserialize, SenderKeyDistributionMessage_GetChainKey, SenderKeyDistributionMessage_Serialize, SenderKeyDistributionMessage_GetDistributionId, SenderKeyDistributionMessage_GetChainId, SenderKeyDistributionMessage_GetIteration, SenderKeyDistributionMessage_New, DecryptionErrorMessage_Deserialize, DecryptionErrorMessage_GetTimestamp, DecryptionErrorMessage_GetDeviceId, DecryptionErrorMessage_Serialize, DecryptionErrorMessage_GetRatchetKey, DecryptionErrorMessage_ForOriginalMessage, DecryptionErrorMessage_ExtractFromSerializedContent, PlaintextContent_Deserialize, PlaintextContent_Serialize, PlaintextContent_GetBody, PlaintextContent_FromDecryptionErrorMessage, PreKeyBundle_New, PreKeyBundle_GetIdentityKey, PreKeyBundle_GetSignedPreKeySignature, PreKeyBundle_GetKyberPreKeySignature, PreKeyBundle_GetRegistrationId, PreKeyBundle_GetDeviceId, PreKeyBundle_GetSignedPreKeyId, PreKeyBundle_GetKyberPreKeyId, PreKeyBundle_GetPreKeyId, PreKeyBundle_GetPreKeyPublic, PreKeyBundle_GetSignedPreKeyPublic, PreKeyBundle_GetKyberPreKeyPublic, SignedPreKeyRecord_Deserialize, SignedPreKeyRecord_GetSignature, SignedPreKeyRecord_Serialize, SignedPreKeyRecord_GetId, SignedPreKeyRecord_GetTimestamp, SignedPreKeyRecord_GetPublicKey, SignedPreKeyRecord_GetPrivateKey, KyberPreKeyRecord_Deserialize, KyberPreKeyRecord_GetSignature, KyberPreKeyRecord_Serialize, KyberPreKeyRecord_GetId, KyberPreKeyRecord_GetTimestamp, KyberPreKeyRecord_GetPublicKey, KyberPreKeyRecord_GetSecretKey, KyberPreKeyRecord_GetKeyPair, SignedPreKeyRecord_New, KyberPreKeyRecord_New, PreKeyRecord_Deserialize, PreKeyRecord_Serialize, PreKeyRecord_GetId, PreKeyRecord_GetPublicKey, PreKeyRecord_GetPrivateKey, PreKeyRecord_New, SenderKeyRecord_Deserialize, SenderKeyRecord_Serialize, ServerCertificate_Deserialize, ServerCertificate_GetSerialized, ServerCertificate_GetCertificate, ServerCertificate_GetSignature, ServerCertificate_GetKeyId, ServerCertificate_GetKey, ServerCertificate_New, SenderCertificate_Deserialize, SenderCertificate_GetSerialized, SenderCertificate_GetCertificate, SenderCertificate_GetSignature, SenderCertificate_GetSenderUuid, SenderCertificate_GetSenderE164, SenderCertificate_GetExpiration, SenderCertificate_GetDeviceId, SenderCertificate_GetKey, SenderCertificate_Validate, SenderCertificate_GetServerCertificate, SenderCertificate_New, UnidentifiedSenderMessageContent_Deserialize, UnidentifiedSenderMessageContent_Serialize, UnidentifiedSenderMessageContent_GetContents, UnidentifiedSenderMessageContent_GetGroupId, UnidentifiedSenderMessageContent_GetSenderCert, UnidentifiedSenderMessageContent_GetMsgType, UnidentifiedSenderMessageContent_GetContentHint, UnidentifiedSenderMessageContent_New, CiphertextMessage_Type, CiphertextMessage_Serialize, CiphertextMessage_FromPlaintextContent, SessionRecord_ArchiveCurrentState, SessionRecord_HasUsableSenderChain, SessionRecord_CurrentRatchetKeyMatches, SessionRecord_Deserialize, SessionRecord_Serialize, SessionRecord_GetLocalRegistrationId, SessionRecord_GetRemoteRegistrationId, SealedSenderDecryptionResult_GetSenderUuid, SealedSenderDecryptionResult_GetSenderE164, SealedSenderDecryptionResult_GetDeviceId, SealedSenderDecryptionResult_Message, SessionBuilder_ProcessPreKeyBundle, SessionCipher_EncryptMessage, SessionCipher_DecryptSignalMessage, SessionCipher_DecryptPreKeySignalMessage, SealedSender_Encrypt, SealedSender_MultiRecipientEncrypt, SealedSender_MultiRecipientMessageForSingleRecipient, SealedSender_DecryptToUsmc, SealedSender_DecryptMessage, SenderKeyDistributionMessage_Create, SenderKeyDistributionMessage_Process, GroupCipher_EncryptMessage, GroupCipher_DecryptMessage, Cds2ClientState_New, HsmEnclaveClient_New, HsmEnclaveClient_CompleteHandshake, HsmEnclaveClient_EstablishedSend, HsmEnclaveClient_EstablishedRecv, HsmEnclaveClient_InitialRequest, SgxClientState_InitialRequest, SgxClientState_CompleteHandshake, SgxClientState_EstablishedSend, SgxClientState_EstablishedRecv, ExpiringProfileKeyCredential_CheckValidContents, ExpiringProfileKeyCredentialResponse_CheckValidContents, GroupMasterKey_CheckValidContents, GroupPublicParams_CheckValidContents, GroupSecretParams_CheckValidContents, ProfileKey_CheckValidContents, ProfileKeyCiphertext_CheckValidContents, ProfileKeyCommitment_CheckValidContents, ProfileKeyCredentialRequest_CheckValidContents, ProfileKeyCredentialRequestContext_CheckValidContents, ReceiptCredential_CheckValidContents, ReceiptCredentialPresentation_CheckValidContents, ReceiptCredentialRequest_CheckValidContents, ReceiptCredentialRequestContext_CheckValidContents, ReceiptCredentialResponse_CheckValidContents, UuidCiphertext_CheckValidContents, ServerPublicParams_Deserialize, ServerPublicParams_Serialize, ServerSecretParams_Deserialize, ServerSecretParams_Serialize, ProfileKey_GetCommitment, ProfileKey_GetProfileKeyVersion, ProfileKey_DeriveAccessKey, GroupSecretParams_GenerateDeterministic, GroupSecretParams_DeriveFromMasterKey, GroupSecretParams_GetMasterKey, GroupSecretParams_GetPublicParams, GroupSecretParams_EncryptServiceId, GroupSecretParams_DecryptServiceId, GroupSecretParams_EncryptProfileKey, GroupSecretParams_DecryptProfileKey, GroupSecretParams_EncryptBlobWithPaddingDeterministic, GroupSecretParams_DecryptBlobWithPadding, ServerSecretParams_GenerateDeterministic, ServerSecretParams_GetPublicParams, ServerSecretParams_SignDeterministic, ServerPublicParams_GetEndorsementPublicKey, ServerPublicParams_ReceiveAuthCredentialWithPniAsServiceId, ServerPublicParams_CreateAuthCredentialWithPniPresentationDeterministic, ServerPublicParams_CreateProfileKeyCredentialRequestContextDeterministic, ServerPublicParams_ReceiveExpiringProfileKeyCredential, ServerPublicParams_CreateExpiringProfileKeyCredentialPresentationDeterministic, ServerPublicParams_CreateReceiptCredentialRequestContextDeterministic, ServerPublicParams_ReceiveReceiptCredential, ServerPublicParams_CreateReceiptCredentialPresentationDeterministic, ServerSecretParams_IssueAuthCredentialWithPniZkcDeterministic, AuthCredentialWithPni_CheckValidContents, AuthCredentialWithPniResponse_CheckValidContents, ServerSecretParams_VerifyAuthCredentialPresentation, ServerSecretParams_IssueExpiringProfileKeyCredentialDeterministic, ServerSecretParams_VerifyProfileKeyCredentialPresentation, ServerSecretParams_IssueReceiptCredentialDeterministic, ServerSecretParams_VerifyReceiptCredentialPresentation, GroupPublicParams_GetGroupIdentifier, ServerPublicParams_VerifySignature, AuthCredentialPresentation_CheckValidContents, AuthCredentialPresentation_GetUuidCiphertext, AuthCredentialPresentation_GetPniCiphertext, AuthCredentialPresentation_GetRedemptionTime, ProfileKeyCredentialRequestContext_GetRequest, ExpiringProfileKeyCredential_GetExpirationTime, ProfileKeyCredentialPresentation_CheckValidContents, ProfileKeyCredentialPresentation_GetUuidCiphertext, ProfileKeyCredentialPresentation_GetProfileKeyCiphertext, ReceiptCredentialRequestContext_GetRequest, ReceiptCredential_GetReceiptExpirationTime, ReceiptCredential_GetReceiptLevel, ReceiptCredentialPresentation_GetReceiptExpirationTime, ReceiptCredentialPresentation_GetReceiptLevel, ReceiptCredentialPresentation_GetReceiptSerial, GenericServerSecretParams_CheckValidContents, GenericServerSecretParams_GenerateDeterministic, GenericServerSecretParams_GetPublicParams, GenericServerPublicParams_CheckValidContents, CallLinkSecretParams_CheckValidContents, CallLinkSecretParams_DeriveFromRootKey, CallLinkSecretParams_GetPublicParams, CallLinkSecretParams_DecryptUserId, CallLinkSecretParams_EncryptUserId, CallLinkPublicParams_CheckValidContents, CreateCallLinkCredentialRequestContext_CheckValidContents, CreateCallLinkCredentialRequestContext_NewDeterministic, CreateCallLinkCredentialRequestContext_GetRequest, CreateCallLinkCredentialRequest_CheckValidContents, CreateCallLinkCredentialRequest_IssueDeterministic, CreateCallLinkCredentialResponse_CheckValidContents, CreateCallLinkCredentialRequestContext_ReceiveResponse, CreateCallLinkCredential_CheckValidContents, CreateCallLinkCredential_PresentDeterministic, CreateCallLinkCredentialPresentation_CheckValidContents, CreateCallLinkCredentialPresentation_Verify, CallLinkAuthCredentialResponse_CheckValidContents, CallLinkAuthCredentialResponse_IssueDeterministic, CallLinkAuthCredentialResponse_Receive, CallLinkAuthCredential_CheckValidContents, CallLinkAuthCredential_PresentDeterministic, CallLinkAuthCredentialPresentation_CheckValidContents, CallLinkAuthCredentialPresentation_Verify, CallLinkAuthCredentialPresentation_GetUserId, BackupAuthCredentialRequestContext_New, BackupAuthCredentialRequestContext_CheckValidContents, BackupAuthCredentialRequestContext_GetRequest, BackupAuthCredentialRequest_CheckValidContents, BackupAuthCredentialRequest_IssueDeterministic, BackupAuthCredentialResponse_CheckValidContents, BackupAuthCredentialRequestContext_ReceiveResponse, BackupAuthCredential_CheckValidContents, BackupAuthCredential_GetBackupId, BackupAuthCredential_GetBackupLevel, BackupAuthCredential_GetType, BackupAuthCredential_PresentDeterministic, BackupAuthCredentialPresentation_CheckValidContents, BackupAuthCredentialPresentation_Verify, BackupAuthCredentialPresentation_GetBackupId, BackupAuthCredentialPresentation_GetBackupLevel, BackupAuthCredentialPresentation_GetType, GroupSendDerivedKeyPair_CheckValidContents, GroupSendDerivedKeyPair_ForExpiration, GroupSendEndorsementsResponse_CheckValidContents, GroupSendEndorsementsResponse_IssueDeterministic, GroupSendEndorsementsResponse_GetExpiration, GroupSendEndorsementsResponse_ReceiveAndCombineWithServiceIds, GroupSendEndorsementsResponse_ReceiveAndCombineWithCiphertexts, GroupSendEndorsement_CheckValidContents, GroupSendEndorsement_Combine, GroupSendEndorsement_Remove, GroupSendEndorsement_ToToken, GroupSendEndorsement_CallLinkParams_ToToken, GroupSendToken_CheckValidContents, GroupSendToken_ToFullToken, GroupSendFullToken_CheckValidContents, GroupSendFullToken_GetExpiration, GroupSendFullToken_Verify, LookupRequest_new, LookupRequest_addE164, LookupRequest_addPreviousE164, LookupRequest_setToken, LookupRequest_addAciAndAccessKey, CdsiLookup_new, CdsiLookup_token, CdsiLookup_complete, HttpRequest_new, HttpRequest_add_header, ChatConnectionInfo_local_port, ChatConnectionInfo_ip_version, ChatConnectionInfo_description, UnauthenticatedChatConnection_connect, UnauthenticatedChatConnection_init_listener, UnauthenticatedChatConnection_send, UnauthenticatedChatConnection_disconnect, UnauthenticatedChatConnection_info, UnauthenticatedChatConnection_look_up_username_hash, UnauthenticatedChatConnection_look_up_username_link, UnauthenticatedChatConnection_send_multi_recipient_message, AuthenticatedChatConnection_preconnect, AuthenticatedChatConnection_connect, AuthenticatedChatConnection_init_listener, AuthenticatedChatConnection_send, AuthenticatedChatConnection_disconnect, AuthenticatedChatConnection_info, ServerMessageAck_SendStatus, KeyTransparency_AciSearchKey, KeyTransparency_E164SearchKey, KeyTransparency_UsernameHashSearchKey, KeyTransparency_Search, KeyTransparency_Monitor, KeyTransparency_Distinguished, RegistrationService_CreateSession, RegistrationService_ResumeSession, RegistrationService_RequestVerificationCode, RegistrationService_SubmitVerificationCode, RegistrationService_SubmitCaptcha, RegistrationService_CheckSvr2Credentials, RegistrationService_RegisterAccount, RegistrationService_ReregisterAccount, RegistrationService_SessionId, RegistrationService_RegistrationSession, RegistrationSession_GetAllowedToRequestCode, RegistrationSession_GetVerified, RegistrationSession_GetNextCallSeconds, RegistrationSession_GetNextSmsSeconds, RegistrationSession_GetNextVerificationAttemptSeconds, RegistrationSession_GetRequestedInformation, RegisterAccountRequest_Create, RegisterAccountRequest_SetSkipDeviceTransfer, RegisterAccountRequest_SetAccountPassword, RegisterAccountRequest_SetIdentityPublicKey, RegisterAccountRequest_SetIdentitySignedPreKey, RegisterAccountRequest_SetIdentityPqLastResortPreKey, RegistrationAccountAttributes_Create, RegisterAccountResponse_GetIdentity, RegisterAccountResponse_GetNumber, RegisterAccountResponse_GetUsernameHash, RegisterAccountResponse_GetUsernameLinkHandle, RegisterAccountResponse_GetStorageCapable, RegisterAccountResponse_GetReregistration, RegisterAccountResponse_GetEntitlementBadges, RegisterAccountResponse_GetEntitlementBackupLevel, RegisterAccountResponse_GetEntitlementBackupExpirationSeconds, SecureValueRecoveryForBackups_CreateNewBackupChain, SecureValueRecoveryForBackups_StoreBackup, SecureValueRecoveryForBackups_RestoreBackupFromServer, SecureValueRecoveryForBackups_RemoveBackup, BackupStoreResponse_GetForwardSecrecyToken, BackupStoreResponse_GetOpaqueMetadata, BackupStoreResponse_GetNextBackupSecretData, BackupRestoreResponse_GetForwardSecrecyToken, BackupRestoreResponse_GetNextBackupSecretData, TokioAsyncContext_new, TokioAsyncContext_cancel, ConnectionProxyConfig_new, ConnectionManager_new, ConnectionManager_set_proxy, ConnectionManager_set_invalid_proxy, ConnectionManager_clear_proxy, ConnectionManager_set_ipv6_enabled, ConnectionManager_set_censorship_circumvention_enabled, ConnectionManager_set_remote_config, ConnectionManager_on_network_change, AccountEntropyPool_Generate, AccountEntropyPool_IsValid, AccountEntropyPool_DeriveSvrKey, AccountEntropyPool_DeriveBackupKey, BackupKey_DeriveBackupId, BackupKey_DeriveEcKey, BackupKey_DeriveLocalBackupMetadataKey, BackupKey_DeriveMediaId, BackupKey_DeriveMediaEncryptionKey, BackupKey_DeriveThumbnailTransitEncryptionKey, IncrementalMac_CalculateChunkSize, IncrementalMac_Initialize, IncrementalMac_Update, IncrementalMac_Finalize, ValidatingMac_Initialize, ValidatingMac_Update, ValidatingMac_Finalize, MessageBackupKey_FromAccountEntropyPool, MessageBackupKey_FromBackupKeyAndBackupId, MessageBackupKey_GetHmacKey, MessageBackupKey_GetAesKey, MessageBackupValidator_Validate, OnlineBackupValidator_New, OnlineBackupValidator_AddFrame, OnlineBackupValidator_Finalize, BackupJsonExporter_New, BackupJsonExporter_GetInitialChunk, BackupJsonExporter_ExportFrames, BackupJsonExporter_Finish, Username_Hash, Username_Proof, Username_Verify, Username_CandidatesFrom, Username_HashFromParts, UsernameLink_Create, UsernameLink_DecryptUsername, SignalMedia_CheckAvailable, Mp4Sanitizer_Sanitize, WebpSanitizer_Sanitize, SanitizedMetadata_GetMetadata, SanitizedMetadata_GetDataOffset, SanitizedMetadata_GetDataLen, BridgedStringMap_new, BridgedStringMap_insert, TESTING_NonSuspendingBackgroundThreadRuntime_New, TESTING_FutureSuccess, TESTING_TokioAsyncContext_FutureSuccessBytes, TESTING_FutureFailure, TESTING_FutureCancellationCounter_Create, TESTING_FutureCancellationCounter_WaitForCount, TESTING_FutureIncrementOnCancel, TESTING_TokioAsyncFuture, TESTING_TestingHandleType_getValue, TESTING_FutureProducesPointerType, TESTING_OtherTestingHandleType_getValue, TESTING_FutureProducesOtherPointerType, TESTING_PanicOnBorrowSync, TESTING_PanicOnBorrowAsync, TESTING_PanicOnBorrowIo, TESTING_ErrorOnBorrowSync, TESTING_ErrorOnBorrowAsync, TESTING_ErrorOnBorrowIo, TESTING_PanicOnLoadSync, TESTING_PanicOnLoadAsync, TESTING_PanicOnLoadIo, TESTING_PanicInBodySync, TESTING_PanicInBodyAsync, TESTING_PanicInBodyIo, TESTING_PanicOnReturnSync, TESTING_PanicOnReturnAsync, TESTING_PanicOnReturnIo, TESTING_ErrorOnReturnSync, TESTING_ErrorOnReturnAsync, TESTING_ErrorOnReturnIo, TESTING_ReturnStringArray, TESTING_JoinStringArray, TESTING_ProcessBytestringArray, TESTING_RoundTripU8, TESTING_RoundTripU16, TESTING_RoundTripU32, TESTING_RoundTripI32, TESTING_RoundTripU64, TESTING_ConvertOptionalUuid, TESTING_InputStreamReadIntoZeroLengthSlice, ComparableBackup_ReadUnencrypted, ComparableBackup_GetComparableString, ComparableBackup_GetUnknownFields, TESTING_FakeChatServer_Create, TESTING_FakeChatServer_GetNextRemote, TESTING_FakeChatConnection_Create, TESTING_FakeChatConnection_TakeAuthenticatedChat, TESTING_FakeChatConnection_TakeUnauthenticatedChat, TESTING_FakeChatConnection_TakeRemote, TESTING_FakeChatRemoteEnd_SendRawServerRequest, TESTING_FakeChatRemoteEnd_SendRawServerResponse, TESTING_FakeChatRemoteEnd_SendServerResponse, TESTING_FakeChatRemoteEnd_InjectConnectionInterrupted, TESTING_FakeChatRemoteEnd_ReceiveIncomingRequest, TESTING_ChatResponseConvert, TESTING_ChatRequestGetMethod, TESTING_ChatRequestGetPath, TESTING_ChatRequestGetHeaderNames, TESTING_ChatRequestGetHeaderValue, TESTING_ChatRequestGetBody, TESTING_FakeChatResponse_Create, TESTING_ChatConnectErrorConvert, TESTING_ChatSendErrorConvert, TESTING_KeyTransFatalVerificationFailure, TESTING_KeyTransNonFatalVerificationFailure, TESTING_KeyTransChatSendError, TESTING_RegistrationSessionInfoConvert, TESTING_RegistrationService_CheckSvr2CredentialsResponseConvert, TESTING_FakeRegistrationSession_CreateSession, TESTING_RegisterAccountResponse_CreateTestValue, TESTING_RegistrationService_CreateSessionErrorConvert, TESTING_RegistrationService_ResumeSessionErrorConvert, TESTING_RegistrationService_UpdateSessionErrorConvert, TESTING_RegistrationService_RequestVerificationCodeErrorConvert, TESTING_RegistrationService_SubmitVerificationErrorConvert, TESTING_RegistrationService_CheckSvr2CredentialsErrorConvert, TESTING_RegistrationService_RegisterAccountErrorConvert, TESTING_CdsiLookupResponseConvert, TESTING_CdsiLookupErrorConvert, TESTING_ServerMessageAck_Create, TESTING_ConnectionManager_newLocalOverride, TESTING_ConnectionManager_isUsingProxy, TESTING_CreateOTP, TESTING_CreateOTPFromBase64, TESTING_SignedPublicPreKey_CheckBridgesCorrectly, TestingSemaphore_New, TestingSemaphore_AddPermits, TestingValueHolder_New, TestingValueHolder_Get, TESTING_ReturnPair, test_only_fn_returns_123, TESTING_BridgedStringMap_dump_to_json, TESTING_TokioAsyncContext_NewSingleThreaded, };
|
|
14
|
-
export const NetRemoteConfigKeys = ['chatRequestConnectionCheckTimeoutMillis', 'chatPermessageDeflate',];
|
|
14
|
+
export const NetRemoteConfigKeys = ['chatRequestConnectionCheckTimeoutMillis', 'chatPermessageDeflate', 'disableNagleAlgorithm',];
|
|
15
15
|
//# sourceMappingURL=Native.js.map
|
package/dist/acknowledgments.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
libsignal makes use of the following open source projects.
|
|
4
4
|
|
|
5
|
-
## spqr 1.
|
|
5
|
+
## spqr 1.3.0, partial-default-derive 0.1.0, partial-default 0.1.0
|
|
6
6
|
|
|
7
7
|
```
|
|
8
8
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -910,6 +910,189 @@ You should also get your employer (if you work as a programmer) or school, if an
|
|
|
910
910
|
|
|
911
911
|
```
|
|
912
912
|
|
|
913
|
+
## sync_wrapper 1.0.2
|
|
914
|
+
|
|
915
|
+
```
|
|
916
|
+
|
|
917
|
+
Apache License
|
|
918
|
+
Version 2.0, January 2004
|
|
919
|
+
http://www.apache.org/licenses/
|
|
920
|
+
|
|
921
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
922
|
+
|
|
923
|
+
1. Definitions.
|
|
924
|
+
|
|
925
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
926
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
927
|
+
|
|
928
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
929
|
+
the copyright owner that is granting the License.
|
|
930
|
+
|
|
931
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
932
|
+
other entities that control, are controlled by, or are under common
|
|
933
|
+
control with that entity. For the purposes of this definition,
|
|
934
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
935
|
+
direction or management of such entity, whether by contract or
|
|
936
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
937
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
938
|
+
|
|
939
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
940
|
+
exercising permissions granted by this License.
|
|
941
|
+
|
|
942
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
943
|
+
including but not limited to software source code, documentation
|
|
944
|
+
source, and configuration files.
|
|
945
|
+
|
|
946
|
+
"Object" form shall mean any form resulting from mechanical
|
|
947
|
+
transformation or translation of a Source form, including but
|
|
948
|
+
not limited to compiled object code, generated documentation,
|
|
949
|
+
and conversions to other media types.
|
|
950
|
+
|
|
951
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
952
|
+
Object form, made available under the License, as indicated by a
|
|
953
|
+
copyright notice that is included in or attached to the work
|
|
954
|
+
(an example is provided in the Appendix below).
|
|
955
|
+
|
|
956
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
957
|
+
form, that is based on (or derived from) the Work and for which the
|
|
958
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
959
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
960
|
+
of this License, Derivative Works shall not include works that remain
|
|
961
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
962
|
+
the Work and Derivative Works thereof.
|
|
963
|
+
|
|
964
|
+
"Contribution" shall mean any work of authorship, including
|
|
965
|
+
the original version of the Work and any modifications or additions
|
|
966
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
967
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
968
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
969
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
970
|
+
means any form of electronic, verbal, or written communication sent
|
|
971
|
+
to the Licensor or its representatives, including but not limited to
|
|
972
|
+
communication on electronic mailing lists, source code control systems,
|
|
973
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
974
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
975
|
+
excluding communication that is conspicuously marked or otherwise
|
|
976
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
977
|
+
|
|
978
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
979
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
980
|
+
subsequently incorporated within the Work.
|
|
981
|
+
|
|
982
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
983
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
984
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
985
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
986
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
987
|
+
Work and such Derivative Works in Source or Object form.
|
|
988
|
+
|
|
989
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
990
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
991
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
992
|
+
(except as stated in this section) patent license to make, have made,
|
|
993
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
994
|
+
where such license applies only to those patent claims licensable
|
|
995
|
+
by such Contributor that are necessarily infringed by their
|
|
996
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
997
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
998
|
+
institute patent litigation against any entity (including a
|
|
999
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1000
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1001
|
+
or contributory patent infringement, then any patent licenses
|
|
1002
|
+
granted to You under this License for that Work shall terminate
|
|
1003
|
+
as of the date such litigation is filed.
|
|
1004
|
+
|
|
1005
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1006
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1007
|
+
modifications, and in Source or Object form, provided that You
|
|
1008
|
+
meet the following conditions:
|
|
1009
|
+
|
|
1010
|
+
(a) You must give any other recipients of the Work or
|
|
1011
|
+
Derivative Works a copy of this License; and
|
|
1012
|
+
|
|
1013
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1014
|
+
stating that You changed the files; and
|
|
1015
|
+
|
|
1016
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1017
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1018
|
+
attribution notices from the Source form of the Work,
|
|
1019
|
+
excluding those notices that do not pertain to any part of
|
|
1020
|
+
the Derivative Works; and
|
|
1021
|
+
|
|
1022
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1023
|
+
distribution, then any Derivative Works that You distribute must
|
|
1024
|
+
include a readable copy of the attribution notices contained
|
|
1025
|
+
within such NOTICE file, excluding those notices that do not
|
|
1026
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1027
|
+
of the following places: within a NOTICE text file distributed
|
|
1028
|
+
as part of the Derivative Works; within the Source form or
|
|
1029
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1030
|
+
within a display generated by the Derivative Works, if and
|
|
1031
|
+
wherever such third-party notices normally appear. The contents
|
|
1032
|
+
of the NOTICE file are for informational purposes only and
|
|
1033
|
+
do not modify the License. You may add Your own attribution
|
|
1034
|
+
notices within Derivative Works that You distribute, alongside
|
|
1035
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1036
|
+
that such additional attribution notices cannot be construed
|
|
1037
|
+
as modifying the License.
|
|
1038
|
+
|
|
1039
|
+
You may add Your own copyright statement to Your modifications and
|
|
1040
|
+
may provide additional or different license terms and conditions
|
|
1041
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1042
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1043
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1044
|
+
the conditions stated in this License.
|
|
1045
|
+
|
|
1046
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1047
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1048
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1049
|
+
this License, without any additional terms or conditions.
|
|
1050
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1051
|
+
the terms of any separate license agreement you may have executed
|
|
1052
|
+
with Licensor regarding such Contributions.
|
|
1053
|
+
|
|
1054
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1055
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1056
|
+
except as required for reasonable and customary use in describing the
|
|
1057
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1058
|
+
|
|
1059
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1060
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1061
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1062
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1063
|
+
implied, including, without limitation, any warranties or conditions
|
|
1064
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1065
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1066
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1067
|
+
risks associated with Your exercise of permissions under this License.
|
|
1068
|
+
|
|
1069
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1070
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1071
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1072
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1073
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1074
|
+
incidental, or consequential damages of any character arising as a
|
|
1075
|
+
result of this License or out of the use or inability to use the
|
|
1076
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1077
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1078
|
+
other commercial damages or losses), even if such Contributor
|
|
1079
|
+
has been advised of the possibility of such damages.
|
|
1080
|
+
|
|
1081
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1082
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1083
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1084
|
+
or other liability obligations and/or rights consistent with this
|
|
1085
|
+
License. However, in accepting such obligations, You may act only
|
|
1086
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1087
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1088
|
+
defend, and hold each Contributor harmless for any liability
|
|
1089
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1090
|
+
of your accepting any such warranty or additional liability.
|
|
1091
|
+
|
|
1092
|
+
END OF TERMS AND CONDITIONS
|
|
1093
|
+
|
|
1094
|
+
```
|
|
1095
|
+
|
|
913
1096
|
## nonzero_ext 0.3.0
|
|
914
1097
|
|
|
915
1098
|
```
|
|
@@ -1396,7 +1579,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1396
1579
|
|
|
1397
1580
|
```
|
|
1398
1581
|
|
|
1399
|
-
## hax-lib-macros 0.
|
|
1582
|
+
## hax-lib-macros 0.3.5, hax-lib 0.3.5
|
|
1400
1583
|
|
|
1401
1584
|
```
|
|
1402
1585
|
|
|
@@ -2007,7 +2190,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
2007
2190
|
|
|
2008
2191
|
```
|
|
2009
2192
|
|
|
2010
|
-
## libcrux-hacl-rs 0.0.
|
|
2193
|
+
## libcrux-hacl-rs 0.0.4, libcrux-hmac 0.0.4, libcrux-intrinsics 0.0.4, libcrux-macros 0.0.3, libcrux-ml-kem 0.0.4, libcrux-platform 0.0.2, libcrux-secrets 0.0.4, libcrux-sha2 0.0.4, libcrux-sha3 0.0.4, libcrux-traits 0.0.4
|
|
2011
2194
|
|
|
2012
2195
|
```
|
|
2013
2196
|
Apache License
|
|
@@ -2384,7 +2567,7 @@ END OF TERMS AND CONDITIONS
|
|
|
2384
2567
|
|
|
2385
2568
|
```
|
|
2386
2569
|
|
|
2387
|
-
## debugid 0.8.0, prost-build 0.
|
|
2570
|
+
## debugid 0.8.0, prost-build 0.14.1, prost-derive 0.14.1, prost-types 0.14.1, prost 0.14.1
|
|
2388
2571
|
|
|
2389
2572
|
```
|
|
2390
2573
|
Apache License
|
|
@@ -3161,10 +3344,10 @@ SOFTWARE.
|
|
|
3161
3344
|
|
|
3162
3345
|
```
|
|
3163
3346
|
|
|
3164
|
-
##
|
|
3347
|
+
## percent-encoding 2.3.2
|
|
3165
3348
|
|
|
3166
3349
|
```
|
|
3167
|
-
Copyright (c)
|
|
3350
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3168
3351
|
|
|
3169
3352
|
Permission is hereby granted, free of charge, to any
|
|
3170
3353
|
person obtaining a copy of this software and associated
|
|
@@ -3192,11 +3375,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3192
3375
|
|
|
3193
3376
|
```
|
|
3194
3377
|
|
|
3195
|
-
##
|
|
3378
|
+
## backtrace 0.3.75, cc 1.2.37, cfg-if 1.0.3, cmake 0.1.48, find-msvc-tools 0.1.1, openssl-probe 0.1.6, rustc-demangle 0.1.26, socket2 0.6.0
|
|
3196
3379
|
|
|
3197
3380
|
```
|
|
3198
3381
|
Copyright (c) 2014 Alex Crichton
|
|
3199
|
-
Copyright (c) 2020 Ivan Nikulin <ifaaan@gmail.com>
|
|
3200
3382
|
|
|
3201
3383
|
Permission is hereby granted, free of charge, to any
|
|
3202
3384
|
person obtaining a copy of this software and associated
|
|
@@ -3224,11 +3406,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3224
3406
|
|
|
3225
3407
|
```
|
|
3226
3408
|
|
|
3227
|
-
##
|
|
3409
|
+
## boring-sys 4.18.0
|
|
3228
3410
|
|
|
3229
3411
|
```
|
|
3230
3412
|
Copyright (c) 2014 Alex Crichton
|
|
3231
|
-
Copyright (c) 2020
|
|
3413
|
+
Copyright (c) 2020 Ivan Nikulin <ifaaan@gmail.com>
|
|
3232
3414
|
|
|
3233
3415
|
Permission is hereby granted, free of charge, to any
|
|
3234
3416
|
person obtaining a copy of this software and associated
|
|
@@ -3310,32 +3492,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3310
3492
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3311
3493
|
DEALINGS IN THE SOFTWARE.
|
|
3312
3494
|
|
|
3313
|
-
```
|
|
3314
|
-
|
|
3315
|
-
## mime 0.3.17
|
|
3316
|
-
|
|
3317
|
-
```
|
|
3318
|
-
Copyright (c) 2014 Sean McArthur
|
|
3319
|
-
|
|
3320
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3321
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3322
|
-
in the Software without restriction, including without limitation the rights
|
|
3323
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3324
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3325
|
-
furnished to do so, subject to the following conditions:
|
|
3326
|
-
|
|
3327
|
-
The above copyright notice and this permission notice shall be included in
|
|
3328
|
-
all copies or substantial portions of the Software.
|
|
3329
|
-
|
|
3330
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3331
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3332
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3333
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3334
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3335
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3336
|
-
THE SOFTWARE.
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
3495
|
```
|
|
3340
3496
|
|
|
3341
3497
|
## base64ct 1.8.0
|
|
@@ -3488,32 +3644,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3488
3644
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3489
3645
|
DEALINGS IN THE SOFTWARE.
|
|
3490
3646
|
|
|
3491
|
-
```
|
|
3492
|
-
|
|
3493
|
-
## headers-core 0.3.0
|
|
3494
|
-
|
|
3495
|
-
```
|
|
3496
|
-
Copyright (c) 2014-2023 Sean McArthur
|
|
3497
|
-
|
|
3498
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3499
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3500
|
-
in the Software without restriction, including without limitation the rights
|
|
3501
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3502
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3503
|
-
furnished to do so, subject to the following conditions:
|
|
3504
|
-
|
|
3505
|
-
The above copyright notice and this permission notice shall be included in
|
|
3506
|
-
all copies or substantial portions of the Software.
|
|
3507
|
-
|
|
3508
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3509
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3510
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3511
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3512
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3513
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3514
|
-
THE SOFTWARE.
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
3647
|
```
|
|
3518
3648
|
|
|
3519
3649
|
## flate2 1.1.2
|
|
@@ -3570,32 +3700,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3570
3700
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3571
3701
|
THE SOFTWARE.
|
|
3572
3702
|
|
|
3573
|
-
```
|
|
3574
|
-
|
|
3575
|
-
## headers 0.4.1
|
|
3576
|
-
|
|
3577
|
-
```
|
|
3578
|
-
Copyright (c) 2014-2025 Sean McArthur
|
|
3579
|
-
|
|
3580
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3581
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3582
|
-
in the Software without restriction, including without limitation the rights
|
|
3583
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3584
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3585
|
-
furnished to do so, subject to the following conditions:
|
|
3586
|
-
|
|
3587
|
-
The above copyright notice and this permission notice shall be included in
|
|
3588
|
-
all copies or substantial portions of the Software.
|
|
3589
|
-
|
|
3590
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3591
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3592
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3593
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3594
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3595
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3596
|
-
THE SOFTWARE.
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
3703
|
```
|
|
3600
3704
|
|
|
3601
3705
|
## either 1.15.0, itertools 0.13.0, itertools 0.14.0, petgraph 0.7.1, serde_with 3.14.0, serde_with_macros 3.14.0
|
|
@@ -4149,31 +4253,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4149
4253
|
|
|
4150
4254
|
```
|
|
4151
4255
|
|
|
4152
|
-
## httpdate 1.0.3
|
|
4153
|
-
|
|
4154
|
-
```
|
|
4155
|
-
Copyright (c) 2016 Pyfisch
|
|
4156
|
-
|
|
4157
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4158
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4159
|
-
in the Software without restriction, including without limitation the rights
|
|
4160
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4161
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4162
|
-
furnished to do so, subject to the following conditions:
|
|
4163
|
-
|
|
4164
|
-
The above copyright notice and this permission notice shall be included in
|
|
4165
|
-
all copies or substantial portions of the Software.
|
|
4166
|
-
|
|
4167
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4168
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4169
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4170
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4171
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4172
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4173
|
-
THE SOFTWARE.
|
|
4174
|
-
|
|
4175
|
-
```
|
|
4176
|
-
|
|
4177
4256
|
## rustc_version 0.4.1
|
|
4178
4257
|
|
|
4179
4258
|
```
|
|
@@ -4617,38 +4696,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4617
4696
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4618
4697
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4619
4698
|
|
|
4620
|
-
```
|
|
4621
|
-
|
|
4622
|
-
## vcpkg 0.2.15
|
|
4623
|
-
|
|
4624
|
-
```
|
|
4625
|
-
Copyright (c) 2017 Jim McGrath
|
|
4626
|
-
|
|
4627
|
-
Permission is hereby granted, free of charge, to any
|
|
4628
|
-
person obtaining a copy of this software and associated
|
|
4629
|
-
documentation files (the "Software"), to deal in the
|
|
4630
|
-
Software without restriction, including without
|
|
4631
|
-
limitation the rights to use, copy, modify, merge,
|
|
4632
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4633
|
-
the Software, and to permit persons to whom the Software
|
|
4634
|
-
is furnished to do so, subject to the following
|
|
4635
|
-
conditions:
|
|
4636
|
-
|
|
4637
|
-
The above copyright notice and this permission notice
|
|
4638
|
-
shall be included in all copies or substantial portions
|
|
4639
|
-
of the Software.
|
|
4640
|
-
|
|
4641
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4642
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4643
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4644
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4645
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4646
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4647
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4648
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4649
|
-
DEALINGS IN THE SOFTWARE.
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
4699
|
```
|
|
4653
4700
|
|
|
4654
4701
|
## foreign-types-macros 0.2.3, foreign-types-shared 0.3.1, foreign-types 0.5.0
|
|
@@ -5409,6 +5456,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
5409
5456
|
|
|
5410
5457
|
```
|
|
5411
5458
|
|
|
5459
|
+
## tower-layer 0.3.3, tower-service 0.3.3
|
|
5460
|
+
|
|
5461
|
+
```
|
|
5462
|
+
Copyright (c) 2019 Tower Contributors
|
|
5463
|
+
|
|
5464
|
+
Permission is hereby granted, free of charge, to any
|
|
5465
|
+
person obtaining a copy of this software and associated
|
|
5466
|
+
documentation files (the "Software"), to deal in the
|
|
5467
|
+
Software without restriction, including without
|
|
5468
|
+
limitation the rights to use, copy, modify, merge,
|
|
5469
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
5470
|
+
the Software, and to permit persons to whom the Software
|
|
5471
|
+
is furnished to do so, subject to the following
|
|
5472
|
+
conditions:
|
|
5473
|
+
|
|
5474
|
+
The above copyright notice and this permission notice
|
|
5475
|
+
shall be included in all copies or substantial portions
|
|
5476
|
+
of the Software.
|
|
5477
|
+
|
|
5478
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
5479
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
5480
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
5481
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
5482
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5483
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5484
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5485
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5486
|
+
DEALINGS IN THE SOFTWARE.
|
|
5487
|
+
|
|
5488
|
+
```
|
|
5489
|
+
|
|
5412
5490
|
## universal-hash 0.5.1
|
|
5413
5491
|
|
|
5414
5492
|
```
|
|
@@ -6027,6 +6105,31 @@ SOFTWARE.
|
|
|
6027
6105
|
|
|
6028
6106
|
```
|
|
6029
6107
|
|
|
6108
|
+
## tonic 0.14.2
|
|
6109
|
+
|
|
6110
|
+
```
|
|
6111
|
+
Copyright (c) 2025 Lucio Franco
|
|
6112
|
+
|
|
6113
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6114
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6115
|
+
in the Software without restriction, including without limitation the rights
|
|
6116
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6117
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
6118
|
+
furnished to do so, subject to the following conditions:
|
|
6119
|
+
|
|
6120
|
+
The above copyright notice and this permission notice shall be included in
|
|
6121
|
+
all copies or substantial portions of the Software.
|
|
6122
|
+
|
|
6123
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6124
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6125
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6126
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6127
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6128
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6129
|
+
THE SOFTWARE.
|
|
6130
|
+
|
|
6131
|
+
```
|
|
6132
|
+
|
|
6030
6133
|
## toml_datetime 0.7.1, toml_edit 0.23.5, toml_parser 1.0.2
|
|
6031
6134
|
|
|
6032
6135
|
```
|
|
@@ -6784,30 +6887,6 @@ SOFTWARE.
|
|
|
6784
6887
|
|
|
6785
6888
|
```
|
|
6786
6889
|
|
|
6787
|
-
## async-compression 0.4.30, compression-codecs 0.4.30, compression-core 0.4.29
|
|
6788
|
-
|
|
6789
|
-
```
|
|
6790
|
-
MIT License
|
|
6791
|
-
|
|
6792
|
-
Copyright (c) <year> <copyright holders>
|
|
6793
|
-
|
|
6794
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
6795
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
6796
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6797
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
6798
|
-
following conditions:
|
|
6799
|
-
|
|
6800
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
6801
|
-
portions of the Software.
|
|
6802
|
-
|
|
6803
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
6804
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
6805
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
6806
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
6807
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6808
|
-
|
|
6809
|
-
```
|
|
6810
|
-
|
|
6811
6890
|
## tokio-stream 0.1.17, tokio-util 0.7.16, tokio 1.47.1
|
|
6812
6891
|
|
|
6813
6892
|
```
|
|
@@ -7243,6 +7322,33 @@ SOFTWARE.
|
|
|
7243
7322
|
|
|
7244
7323
|
```
|
|
7245
7324
|
|
|
7325
|
+
## async-compression 0.4.30, compression-codecs 0.4.30, compression-core 0.4.29
|
|
7326
|
+
|
|
7327
|
+
```
|
|
7328
|
+
The MIT License (MIT)
|
|
7329
|
+
|
|
7330
|
+
Copyright (c) 2018 the rustasync developers
|
|
7331
|
+
|
|
7332
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7333
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7334
|
+
in the Software without restriction, including without limitation the rights
|
|
7335
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7336
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7337
|
+
furnished to do so, subject to the following conditions:
|
|
7338
|
+
|
|
7339
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7340
|
+
copies or substantial portions of the Software.
|
|
7341
|
+
|
|
7342
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7343
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7344
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7345
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7346
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7347
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7348
|
+
SOFTWARE.
|
|
7349
|
+
|
|
7350
|
+
```
|
|
7351
|
+
|
|
7246
7352
|
## atomic-take 1.1.0
|
|
7247
7353
|
|
|
7248
7354
|
```
|
|
@@ -7442,7 +7548,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
7442
7548
|
SOFTWARE.
|
|
7443
7549
|
```
|
|
7444
7550
|
|
|
7445
|
-
## hpke-rs-crypto 0.3.0, hpke-rs 0.
|
|
7551
|
+
## hpke-rs-crypto 0.3.0, hpke-rs 0.4.0
|
|
7446
7552
|
|
|
7447
7553
|
```
|
|
7448
7554
|
Mozilla Public License Version 2.0
|
package/dist/index.d.ts
CHANGED
|
@@ -47,12 +47,37 @@ export declare class Fingerprint {
|
|
|
47
47
|
displayableFingerprint(): DisplayableFingerprint;
|
|
48
48
|
scannableFingerprint(): ScannableFingerprint;
|
|
49
49
|
}
|
|
50
|
+
/**
|
|
51
|
+
* Implements the <a href="https://en.wikipedia.org/wiki/AES-GCM-SIV">AES-256-GCM-SIV</a>
|
|
52
|
+
* authenticated stream cipher with a 12-byte nonce.
|
|
53
|
+
*
|
|
54
|
+
* AES-GCM-SIV is a multi-pass algorithm (to generate the "synthetic initialization vector"), so
|
|
55
|
+
* this API does not expose a streaming form.
|
|
56
|
+
*/
|
|
50
57
|
export declare class Aes256GcmSiv {
|
|
51
58
|
readonly _nativeHandle: Native.Aes256GcmSiv;
|
|
52
59
|
private constructor();
|
|
53
60
|
static new(key: Uint8Array): Aes256GcmSiv;
|
|
54
|
-
|
|
55
|
-
|
|
61
|
+
/**
|
|
62
|
+
* Encrypts the given plaintext using the given nonce, and authenticating the ciphertext and given
|
|
63
|
+
* associated data.
|
|
64
|
+
*
|
|
65
|
+
* The associated data is not included in the ciphertext; instead, it's expected to match between
|
|
66
|
+
* the encrypter and decrypter. If you don't need any extra data, pass an empty array.
|
|
67
|
+
*
|
|
68
|
+
* @returns The encrypted data, including an appended 16-byte authentication tag.
|
|
69
|
+
*/
|
|
70
|
+
encrypt(message: Uint8Array, nonce: Uint8Array, associatedData: Uint8Array): Uint8Array;
|
|
71
|
+
/**
|
|
72
|
+
* Decrypts the given ciphertext using the given nonce, and authenticating the ciphertext and given
|
|
73
|
+
* associated data.
|
|
74
|
+
*
|
|
75
|
+
* The associated data is not included in the ciphertext; instead, it's expected to match between
|
|
76
|
+
* the encrypter and decrypter.
|
|
77
|
+
*
|
|
78
|
+
* @returns The decrypted data
|
|
79
|
+
*/
|
|
80
|
+
decrypt(message: Uint8Array, nonce: Uint8Array, associatedData: Uint8Array): Uint8Array;
|
|
56
81
|
}
|
|
57
82
|
export declare class KEMPublicKey {
|
|
58
83
|
readonly _nativeHandle: Native.KyberPublicKey;
|
package/dist/index.js
CHANGED
|
@@ -80,6 +80,13 @@ export class Fingerprint {
|
|
|
80
80
|
return ScannableFingerprint._fromBuffer(Native.Fingerprint_ScannableEncoding(this));
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
+
/**
|
|
84
|
+
* Implements the <a href="https://en.wikipedia.org/wiki/AES-GCM-SIV">AES-256-GCM-SIV</a>
|
|
85
|
+
* authenticated stream cipher with a 12-byte nonce.
|
|
86
|
+
*
|
|
87
|
+
* AES-GCM-SIV is a multi-pass algorithm (to generate the "synthetic initialization vector"), so
|
|
88
|
+
* this API does not expose a streaming form.
|
|
89
|
+
*/
|
|
83
90
|
export class Aes256GcmSiv {
|
|
84
91
|
constructor(key) {
|
|
85
92
|
this._nativeHandle = Native.Aes256GcmSiv_New(key);
|
|
@@ -87,11 +94,29 @@ export class Aes256GcmSiv {
|
|
|
87
94
|
static new(key) {
|
|
88
95
|
return new Aes256GcmSiv(key);
|
|
89
96
|
}
|
|
90
|
-
|
|
91
|
-
|
|
97
|
+
/**
|
|
98
|
+
* Encrypts the given plaintext using the given nonce, and authenticating the ciphertext and given
|
|
99
|
+
* associated data.
|
|
100
|
+
*
|
|
101
|
+
* The associated data is not included in the ciphertext; instead, it's expected to match between
|
|
102
|
+
* the encrypter and decrypter. If you don't need any extra data, pass an empty array.
|
|
103
|
+
*
|
|
104
|
+
* @returns The encrypted data, including an appended 16-byte authentication tag.
|
|
105
|
+
*/
|
|
106
|
+
encrypt(message, nonce, associatedData) {
|
|
107
|
+
return Native.Aes256GcmSiv_Encrypt(this, message, nonce, associatedData);
|
|
92
108
|
}
|
|
93
|
-
|
|
94
|
-
|
|
109
|
+
/**
|
|
110
|
+
* Decrypts the given ciphertext using the given nonce, and authenticating the ciphertext and given
|
|
111
|
+
* associated data.
|
|
112
|
+
*
|
|
113
|
+
* The associated data is not included in the ciphertext; instead, it's expected to match between
|
|
114
|
+
* the encrypter and decrypter.
|
|
115
|
+
*
|
|
116
|
+
* @returns The decrypted data
|
|
117
|
+
*/
|
|
118
|
+
decrypt(message, nonce, associatedData) {
|
|
119
|
+
return Native.Aes256GcmSiv_Decrypt(this, message, nonce, associatedData);
|
|
95
120
|
}
|
|
96
121
|
}
|
|
97
122
|
export class KEMPublicKey {
|
package/dist/net.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export type ProxyOptions = {
|
|
|
70
70
|
};
|
|
71
71
|
/** The "scheme" for Signal TLS proxies. See {@link Net.setProxy()}. */
|
|
72
72
|
export declare const SIGNAL_TLS_PROXY_SCHEME = "org.signal.tls";
|
|
73
|
-
export declare const REMOTE_CONFIG_KEYS: readonly ["chatRequestConnectionCheckTimeoutMillis", "chatPermessageDeflate", "chatRequestConnectionCheckTimeoutMillis.beta", "chatPermessageDeflate.beta", "chatPermessageDeflate.prod"];
|
|
73
|
+
export declare const REMOTE_CONFIG_KEYS: readonly ["chatRequestConnectionCheckTimeoutMillis", "chatPermessageDeflate", "disableNagleAlgorithm", "chatRequestConnectionCheckTimeoutMillis.beta", "chatPermessageDeflate.beta", "disableNagleAlgorithm.beta", "chatPermessageDeflate.prod"];
|
|
74
74
|
export declare class Net {
|
|
75
75
|
private readonly options;
|
|
76
76
|
private readonly asyncContext;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|