@wireapp/core-crypto 8.0.3 → 9.0.1
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/README.md +5 -0
- package/package.json +10 -17
- package/src/autogenerated/core-crypto-ffi_bg.wasm +0 -0
- package/src/autogenerated/core-crypto-ffi_bg.wasm.d.ts +275 -0
- package/src/corecrypto.d.ts +160 -19
- package/src/corecrypto.js +332 -383
- package/src/CoreCrypto.ts +0 -116
package/README.md
ADDED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wireapp/core-crypto",
|
3
|
-
"version": "
|
3
|
+
"version": "9.0.1",
|
4
4
|
"author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -11,21 +11,21 @@
|
|
11
11
|
"devDependencies": {
|
12
12
|
"@types/bun": "^1.2.18",
|
13
13
|
"@types/mocha": "^10.0.10",
|
14
|
-
"@wdio/browser-runner": "^9.
|
15
|
-
"@wdio/cli": "^9.
|
16
|
-
"@wdio/logger": "^9.
|
17
|
-
"@wdio/mocha-framework": "^9.
|
18
|
-
"@wdio/spec-reporter": "^9.
|
19
|
-
"@wdio/static-server-service": "^9.
|
14
|
+
"@wdio/browser-runner": "^9.18.1",
|
15
|
+
"@wdio/cli": "^9.18.1",
|
16
|
+
"@wdio/logger": "^9.18.0",
|
17
|
+
"@wdio/mocha-framework": "^9.18.0",
|
18
|
+
"@wdio/spec-reporter": "^9.18.0",
|
19
|
+
"@wdio/static-server-service": "^9.18.0",
|
20
20
|
"dts-bundle-generator": "^9.5.1",
|
21
|
-
"eslint": "^9.
|
22
|
-
"eslint-config-prettier": "^10.1.
|
21
|
+
"eslint": "^9.31.0",
|
22
|
+
"eslint-config-prettier": "^10.1.8",
|
23
23
|
"eslint-plugin-prettier": "^5.5.1",
|
24
24
|
"eslint-plugin-wdio": "^9.16.2",
|
25
25
|
"prettier": "^3.6.2",
|
26
26
|
"ts-loader": "^9.5.2",
|
27
27
|
"typescript": "^5.8.3",
|
28
|
-
"typescript-eslint": "^8.
|
28
|
+
"typescript-eslint": "^8.37.0"
|
29
29
|
},
|
30
30
|
"bugs": {
|
31
31
|
"url": "https://github.com/wireapp/core-crypto/issues"
|
@@ -49,13 +49,6 @@
|
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"scripts": {
|
53
|
-
"clean": "rm -f src/corecrypto.js src/corecrypto.d.ts",
|
54
|
-
"build": "bun run clean && bun build --target browser --format esm --outfile src/corecrypto.js src/CoreCrypto.ts",
|
55
|
-
"postbuild": "bun x dts-bundle-generator --project tsconfig.json -o src/corecrypto.d.ts --no-check --export-referenced-types false src/CoreCrypto.ts",
|
56
|
-
"test": "bun x wdio run wdio.conf.ts --spec test/wdio/*.test.ts && bun test",
|
57
|
-
"bench": "bun x wdio run wdio.conf.ts --spec benches/**/*.bench.ts --log-level warn"
|
58
|
-
},
|
59
52
|
"type": "module",
|
60
53
|
"types": "src/corecrypto.d.ts"
|
61
54
|
}
|
Binary file
|
@@ -0,0 +1,275 @@
|
|
1
|
+
/* tslint:disable */
|
2
|
+
/* eslint-disable */
|
3
|
+
export const memory: WebAssembly.Memory;
|
4
|
+
export const __wbg_commitbundle_free: (a: number, b: number) => void;
|
5
|
+
export const __wbg_get_commitbundle_welcome: (a: number) => number;
|
6
|
+
export const __wbg_set_commitbundle_welcome: (a: number, b: number) => void;
|
7
|
+
export const __wbg_get_commitbundle_commit: (a: number) => [number, number];
|
8
|
+
export const __wbg_set_commitbundle_commit: (a: number, b: number, c: number) => void;
|
9
|
+
export const __wbg_get_commitbundle_group_info: (a: number) => number;
|
10
|
+
export const __wbg_set_commitbundle_group_info: (a: number, b: number) => void;
|
11
|
+
export const __wbg_get_commitbundle_encryptedMessage: (a: number) => [number, number];
|
12
|
+
export const __wbg_groupinfobundle_free: (a: number, b: number) => void;
|
13
|
+
export const __wbg_get_groupinfobundle_encryption_type: (a: number) => number;
|
14
|
+
export const __wbg_set_groupinfobundle_encryption_type: (a: number, b: number) => void;
|
15
|
+
export const __wbg_get_groupinfobundle_ratchet_tree_type: (a: number) => number;
|
16
|
+
export const __wbg_set_groupinfobundle_ratchet_tree_type: (a: number, b: number) => void;
|
17
|
+
export const __wbg_get_groupinfobundle_payload: (a: number) => number;
|
18
|
+
export const __wbg_set_groupinfobundle_payload: (a: number, b: number) => void;
|
19
|
+
export const __wbg_get_proteusautoprekeybundle_id: (a: number) => number;
|
20
|
+
export const __wbg_get_proteusautoprekeybundle_pkb: (a: number) => [number, number];
|
21
|
+
export const __wbg_welcomebundle_free: (a: number, b: number) => void;
|
22
|
+
export const __wbg_get_welcomebundle_id: (a: number) => number;
|
23
|
+
export const __wbg_get_welcomebundle_crlNewDistributionPoints: (a: number) => [number, number];
|
24
|
+
export const ciphersuiteFromU16: (a: number) => [number, number, number];
|
25
|
+
export const ciphersuiteDefault: () => number;
|
26
|
+
export const __wbg_clientid_free: (a: number, b: number) => void;
|
27
|
+
export const clientid_new: (a: number, b: number) => number;
|
28
|
+
export const clientid_copyBytes: (a: number) => [number, number];
|
29
|
+
export const __wbg_customconfiguration_free: (a: number, b: number) => void;
|
30
|
+
export const __wbg_get_customconfiguration_keyRotationSpan: (a: number) => number;
|
31
|
+
export const __wbg_set_customconfiguration_keyRotationSpan: (a: number, b: number) => void;
|
32
|
+
export const __wbg_get_customconfiguration_wirePolicy: (a: number) => number;
|
33
|
+
export const __wbg_set_customconfiguration_wirePolicy: (a: number, b: number) => void;
|
34
|
+
export const customconfiguration_new: (a: number, b: number) => number;
|
35
|
+
export const __wbg_conversationconfiguration_free: (a: number, b: number) => void;
|
36
|
+
export const __wbg_get_conversationconfiguration_ciphersuite: (a: number) => number;
|
37
|
+
export const __wbg_get_conversationconfiguration_externalSenders: (a: number) => [number, number];
|
38
|
+
export const __wbg_get_conversationconfiguration_custom: (a: number) => number;
|
39
|
+
export const conversationconfiguration_new: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
|
40
|
+
export const corecrypto_client_public_key: (a: number, b: number, c: number) => any;
|
41
|
+
export const corecrypto_transaction: (a: number, b: any) => any;
|
42
|
+
export const conversationid_copyBytes: (a: number) => [number, number];
|
43
|
+
export const corecrypto_conversation_epoch: (a: number, b: number) => any;
|
44
|
+
export const corecrypto_conversation_ciphersuite: (a: number, b: number) => any;
|
45
|
+
export const corecrypto_conversation_exists: (a: number, b: number) => any;
|
46
|
+
export const corecrypto_get_client_ids: (a: number, b: number) => any;
|
47
|
+
export const corecrypto_get_external_sender: (a: number, b: number) => any;
|
48
|
+
export const corecrypto_export_secret_key: (a: number, b: number, c: number) => any;
|
49
|
+
export const corecrypto_is_history_sharing_enabled: (a: number, b: number) => any;
|
50
|
+
export const corecrypto_get_device_identities: (a: number, b: number, c: number, d: number) => any;
|
51
|
+
export const corecrypto_get_user_identities: (a: number, b: number, c: number, d: number) => any;
|
52
|
+
export const corecrypto_e2ei_is_pki_env_setup: (a: number) => any;
|
53
|
+
export const corecrypto_e2ei_is_enabled: (a: number, b: number) => any;
|
54
|
+
export const __wbg_epochobserver_free: (a: number, b: number) => void;
|
55
|
+
export const epochobserver_new: (a: any, b: any) => [number, number, number];
|
56
|
+
export const corecrypto_register_epoch_observer: (a: number, b: number) => any;
|
57
|
+
export const historyobserver_new: (a: any, b: any) => [number, number, number];
|
58
|
+
export const corecrypto_register_history_observer: (a: number, b: number) => any;
|
59
|
+
export const __wbg_corecryptologger_free: (a: number, b: number) => void;
|
60
|
+
export const corecryptologger_new: (a: any, b: any) => [number, number, number];
|
61
|
+
export const corecrypto_set_logger: (a: number) => void;
|
62
|
+
export const corecrypto_set_max_log_level: (a: number) => void;
|
63
|
+
export const __wbg_get_mlstransportdata_data: (a: number) => [number, number];
|
64
|
+
export const mlstransportdata_new: (a: number, b: number) => number;
|
65
|
+
export const __wbg_mlstransportresponse_free: (a: number, b: number) => void;
|
66
|
+
export const __wbg_get_mlstransportresponse_variant: (a: number) => number;
|
67
|
+
export const __wbg_set_mlstransportresponse_variant: (a: number, b: number) => void;
|
68
|
+
export const __wbg_get_mlstransportresponse_abort_reason: (a: number) => [number, number];
|
69
|
+
export const __wbg_set_mlstransportresponse_abort_reason: (a: number, b: number, c: number) => void;
|
70
|
+
export const mlstransportresponse_new: (a: number, b: number, c: number) => number;
|
71
|
+
export const __wbg_mlstransport_free: (a: number, b: number) => void;
|
72
|
+
export const mlstransport_new: (a: any, b: any, c: any, d: any) => [number, number, number];
|
73
|
+
export const corecrypto_provide_transport: (a: number, b: number) => any;
|
74
|
+
export const corecrypto_proteus_session_exists: (a: number, b: number, c: number) => any;
|
75
|
+
export const corecrypto_proteus_fingerprint: (a: number) => any;
|
76
|
+
export const corecrypto_proteus_fingerprint_local: (a: number, b: number, c: number) => any;
|
77
|
+
export const corecrypto_proteus_fingerprint_remote: (a: number, b: number, c: number) => any;
|
78
|
+
export const corecrypto_proteus_last_resort_prekey_id: () => [number, number, number];
|
79
|
+
export const corecrypto_proteus_fingerprint_prekeybundle: (a: number, b: number) => [number, number, number, number];
|
80
|
+
export const corecrypto_random_bytes: (a: number, b: number) => any;
|
81
|
+
export const corecrypto_reseed_rng: (a: number, b: number, c: number) => any;
|
82
|
+
export const __wbg_corecrypto_free: (a: number, b: number) => void;
|
83
|
+
export const corecrypto_async_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => any;
|
84
|
+
export const corecrypto_deferred_init: (a: number, b: number, c: number, d: number, e: number) => any;
|
85
|
+
export const corecrypto_close: (a: number) => any;
|
86
|
+
export const corecryptocontext_e2ei_new_enrollment: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => any;
|
87
|
+
export const corecryptocontext_e2ei_new_activation_enrollment: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => any;
|
88
|
+
export const corecryptocontext_e2ei_new_rotate_enrollment: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => any;
|
89
|
+
export const corecryptocontext_e2ei_register_acme_ca: (a: number, b: number, c: number) => any;
|
90
|
+
export const corecryptocontext_e2ei_register_intermediate_ca: (a: number, b: number, c: number) => any;
|
91
|
+
export const corecryptocontext_e2ei_register_crl: (a: number, b: number, c: number, d: number, e: number) => any;
|
92
|
+
export const corecryptocontext_e2ei_mls_init_only: (a: number, b: number, c: number, d: number, e: number) => any;
|
93
|
+
export const corecryptocontext_e2ei_rotate: (a: number, b: number) => any;
|
94
|
+
export const corecryptocontext_save_x509_credential: (a: number, b: number, c: number, d: number) => any;
|
95
|
+
export const corecryptocontext_delete_stale_key_packages: (a: number, b: number) => any;
|
96
|
+
export const corecryptocontext_e2ei_enrollment_stash: (a: number, b: number) => any;
|
97
|
+
export const corecryptocontext_e2ei_enrollment_stash_pop: (a: number, b: number, c: number) => any;
|
98
|
+
export const corecryptocontext_e2ei_conversation_state: (a: number, b: number) => any;
|
99
|
+
export const corecryptocontext_e2ei_is_enabled: (a: number, b: number) => any;
|
100
|
+
export const corecryptocontext_get_device_identities: (a: number, b: number, c: number, d: number) => any;
|
101
|
+
export const corecryptocontext_get_user_identities: (a: number, b: number, c: number, d: number) => any;
|
102
|
+
export const corecryptocontext_e2ei_is_pki_env_setup: (a: number) => any;
|
103
|
+
export const secretkey_copyBytes: (a: number) => [number, number];
|
104
|
+
export const externalsenderkey_copyBytes: (a: number) => [number, number];
|
105
|
+
export const groupinfo_copyBytes: (a: number) => [number, number];
|
106
|
+
export const keypackage_copyBytes: (a: number) => [number, number];
|
107
|
+
export const welcome_copyBytes: (a: number) => [number, number];
|
108
|
+
export const corecryptocontext_mls_init: (a: number, b: number, c: number, d: number, e: number) => any;
|
109
|
+
export const corecryptocontext_client_public_key: (a: number, b: number, c: number) => any;
|
110
|
+
export const corecryptocontext_conversation_epoch: (a: number, b: number) => any;
|
111
|
+
export const corecryptocontext_conversation_ciphersuite: (a: number, b: number) => any;
|
112
|
+
export const corecryptocontext_conversation_exists: (a: number, b: number) => any;
|
113
|
+
export const corecryptocontext_get_client_ids: (a: number, b: number) => any;
|
114
|
+
export const corecryptocontext_export_secret_key: (a: number, b: number, c: number) => any;
|
115
|
+
export const corecryptocontext_get_external_sender: (a: number, b: number) => any;
|
116
|
+
export const corecryptocontext_client_keypackages: (a: number, b: number, c: number, d: number) => any;
|
117
|
+
export const corecryptocontext_client_valid_keypackages_count: (a: number, b: number, c: number) => any;
|
118
|
+
export const corecryptocontext_create_conversation: (a: number, b: number, c: number, d: number) => any;
|
119
|
+
export const corecryptocontext_process_welcome_message: (a: number, b: number, c: number) => any;
|
120
|
+
export const corecryptocontext_add_clients_to_conversation: (a: number, b: number, c: number, d: number) => any;
|
121
|
+
export const corecryptocontext_remove_clients_from_conversation: (a: number, b: number, c: number, d: number) => any;
|
122
|
+
export const corecryptocontext_mark_conversation_as_child_of: (a: number, b: number, c: number) => any;
|
123
|
+
export const corecryptocontext_update_keying_material: (a: number, b: number) => any;
|
124
|
+
export const corecryptocontext_commit_pending_proposals: (a: number, b: number) => any;
|
125
|
+
export const corecryptocontext_wipe_conversation: (a: number, b: number) => any;
|
126
|
+
export const corecryptocontext_decrypt_message: (a: number, b: number, c: number, d: number) => any;
|
127
|
+
export const corecryptocontext_encrypt_message: (a: number, b: number, c: number, d: number) => any;
|
128
|
+
export const corecryptocontext_join_by_external_commit: (a: number, b: number, c: number, d: number) => any;
|
129
|
+
export const corecryptocontext_enable_history_sharing: (a: number, b: number) => any;
|
130
|
+
export const corecryptocontext_disable_history_sharing: (a: number, b: number) => any;
|
131
|
+
export const corecryptocontext_proteus_init: (a: number) => any;
|
132
|
+
export const corecryptocontext_proteus_session_from_prekey: (a: number, b: number, c: number, d: number, e: number) => any;
|
133
|
+
export const corecryptocontext_proteus_session_from_message: (a: number, b: number, c: number, d: number, e: number) => any;
|
134
|
+
export const corecryptocontext_proteus_session_save: (a: number, b: number, c: number) => any;
|
135
|
+
export const corecryptocontext_proteus_session_delete: (a: number, b: number, c: number) => any;
|
136
|
+
export const corecryptocontext_proteus_session_exists: (a: number, b: number, c: number) => any;
|
137
|
+
export const corecryptocontext_proteus_decrypt: (a: number, b: number, c: number, d: number, e: number) => any;
|
138
|
+
export const corecryptocontext_proteus_decrypt_safe: (a: number, b: number, c: number, d: number, e: number) => any;
|
139
|
+
export const corecryptocontext_proteus_encrypt: (a: number, b: number, c: number, d: number, e: number) => any;
|
140
|
+
export const corecryptocontext_proteus_encrypt_batched: (a: number, b: number, c: number, d: number, e: number) => any;
|
141
|
+
export const corecryptocontext_proteus_new_prekey: (a: number, b: number) => any;
|
142
|
+
export const corecryptocontext_proteus_new_prekey_auto: (a: number) => any;
|
143
|
+
export const corecryptocontext_proteus_last_resort_prekey: (a: number) => any;
|
144
|
+
export const corecryptocontext_proteus_fingerprint: (a: number) => any;
|
145
|
+
export const corecryptocontext_proteus_fingerprint_local: (a: number, b: number, c: number) => any;
|
146
|
+
export const corecryptocontext_proteus_fingerprint_remote: (a: number, b: number, c: number) => any;
|
147
|
+
export const corecryptocontext_proteus_reload_sessions: (a: number) => any;
|
148
|
+
export const __wbg_corecryptocontext_free: (a: number, b: number) => void;
|
149
|
+
export const corecryptocontext_set_data: (a: number, b: number, c: number) => any;
|
150
|
+
export const corecryptocontext_get_data: (a: number) => any;
|
151
|
+
export const corecryptocontext_random_bytes: (a: number, b: number) => any;
|
152
|
+
export const __wbg_crlregistration_free: (a: number, b: number) => void;
|
153
|
+
export const __wbg_get_crlregistration_dirty: (a: number) => number;
|
154
|
+
export const __wbg_set_crlregistration_dirty: (a: number, b: number) => void;
|
155
|
+
export const __wbg_get_crlregistration_expiration: (a: number) => [number, bigint];
|
156
|
+
export const __wbg_set_crlregistration_expiration: (a: number, b: number, c: bigint) => void;
|
157
|
+
export const crlregistration_new: (a: number, b: number, c: bigint) => number;
|
158
|
+
export const __wbg_databasekey_free: (a: number, b: number) => void;
|
159
|
+
export const databasekey_new: (a: number, b: number) => [number, number, number];
|
160
|
+
export const migrateDatabaseKeyTypeToBytes: (a: number, b: number, c: number, d: number, e: number) => any;
|
161
|
+
export const updateDatabaseKey: (a: number, b: number, c: number, d: number) => any;
|
162
|
+
export const __wbg_decryptedmessage_free: (a: number, b: number) => void;
|
163
|
+
export const __wbg_get_decryptedmessage_isActive: (a: number) => number;
|
164
|
+
export const __wbg_get_decryptedmessage_hasEpochChanged: (a: number) => number;
|
165
|
+
export const __wbg_get_decryptedmessage_bufferedMessages: (a: number) => [number, number];
|
166
|
+
export const __wbg_get_decryptedmessage_crlNewDistributionPoints: (a: number) => [number, number];
|
167
|
+
export const __wbg_buffereddecryptedmessage_free: (a: number, b: number) => void;
|
168
|
+
export const __wbg_get_buffereddecryptedmessage_message: (a: number) => [number, number];
|
169
|
+
export const __wbg_get_buffereddecryptedmessage_isActive: (a: number) => number;
|
170
|
+
export const __wbg_get_buffereddecryptedmessage_commitDelay: (a: number) => [number, bigint];
|
171
|
+
export const __wbg_get_buffereddecryptedmessage_senderClientId: (a: number) => number;
|
172
|
+
export const __wbg_get_buffereddecryptedmessage_hasEpochChanged: (a: number) => number;
|
173
|
+
export const __wbg_get_buffereddecryptedmessage_identity: (a: number) => number;
|
174
|
+
export const __wbg_get_buffereddecryptedmessage_crlNewDistributionPoints: (a: number) => [number, number];
|
175
|
+
export const __wbg_acmechallenge_free: (a: number, b: number) => void;
|
176
|
+
export const __wbg_get_acmechallenge_delegate: (a: number) => [number, number];
|
177
|
+
export const __wbg_get_acmechallenge_url: (a: number) => [number, number];
|
178
|
+
export const __wbg_get_acmechallenge_target: (a: number) => [number, number];
|
179
|
+
export const __wbg_acmedirectory_free: (a: number, b: number) => void;
|
180
|
+
export const __wbg_get_acmedirectory_newNonce: (a: number) => [number, number];
|
181
|
+
export const __wbg_get_acmedirectory_newAccount: (a: number) => [number, number];
|
182
|
+
export const __wbg_get_acmedirectory_newOrder: (a: number) => [number, number];
|
183
|
+
export const __wbg_get_acmedirectory_revokeCert: (a: number) => [number, number];
|
184
|
+
export const __wbg_ffiwiree2eidentity_free: (a: number, b: number) => void;
|
185
|
+
export const ffiwiree2eidentity_directory_response: (a: number, b: number, c: number) => any;
|
186
|
+
export const ffiwiree2eidentity_new_account_request: (a: number, b: number, c: number) => any;
|
187
|
+
export const ffiwiree2eidentity_new_account_response: (a: number, b: number, c: number) => any;
|
188
|
+
export const ffiwiree2eidentity_new_order_request: (a: number, b: number, c: number) => any;
|
189
|
+
export const ffiwiree2eidentity_new_order_response: (a: number, b: number, c: number) => any;
|
190
|
+
export const ffiwiree2eidentity_new_authz_request: (a: number, b: number, c: number, d: number, e: number) => any;
|
191
|
+
export const ffiwiree2eidentity_new_authz_response: (a: number, b: number, c: number) => any;
|
192
|
+
export const ffiwiree2eidentity_create_dpop_token: (a: number, b: number, c: number, d: number) => any;
|
193
|
+
export const ffiwiree2eidentity_new_dpop_challenge_request: (a: number, b: number, c: number, d: number, e: number) => any;
|
194
|
+
export const ffiwiree2eidentity_new_dpop_challenge_response: (a: number, b: number, c: number) => any;
|
195
|
+
export const ffiwiree2eidentity_check_order_request: (a: number, b: number, c: number, d: number, e: number) => any;
|
196
|
+
export const ffiwiree2eidentity_check_order_response: (a: number, b: number, c: number) => any;
|
197
|
+
export const ffiwiree2eidentity_finalize_request: (a: number, b: number, c: number) => any;
|
198
|
+
export const ffiwiree2eidentity_finalize_response: (a: number, b: number, c: number) => any;
|
199
|
+
export const ffiwiree2eidentity_certificate_request: (a: number, b: number, c: number) => any;
|
200
|
+
export const ffiwiree2eidentity_new_oidc_challenge_request: (a: number, b: number, c: number, d: number, e: number) => any;
|
201
|
+
export const ffiwiree2eidentity_new_oidc_challenge_response: (a: number, b: number, c: number) => any;
|
202
|
+
export const __wbg_newacmeauthz_free: (a: number, b: number) => void;
|
203
|
+
export const __wbg_get_newacmeauthz_identifier: (a: number) => [number, number];
|
204
|
+
export const __wbg_get_newacmeauthz_keyauth: (a: number) => [number, number];
|
205
|
+
export const __wbg_get_newacmeauthz_challenge: (a: number) => number;
|
206
|
+
export const __wbg_newacmeorder_free: (a: number, b: number) => void;
|
207
|
+
export const __wbg_get_newacmeorder_delegate: (a: number) => [number, number];
|
208
|
+
export const __wbg_get_newacmeorder_authorizations: (a: number) => [number, number];
|
209
|
+
export const __wbg_historysecret_free: (a: number, b: number) => void;
|
210
|
+
export const __wbg_get_historysecret_clientId: (a: number) => number;
|
211
|
+
export const __wbg_get_historysecret_data: (a: number) => [number, number];
|
212
|
+
export const historysecret_new: (a: number, b: number, c: number) => [number, number, number];
|
213
|
+
export const corecrypto_history_client: (a: number) => any;
|
214
|
+
export const __wbg_wireidentity_free: (a: number, b: number) => void;
|
215
|
+
export const __wbg_get_wireidentity_clientId: (a: number) => [number, number];
|
216
|
+
export const __wbg_get_wireidentity_status: (a: number) => number;
|
217
|
+
export const __wbg_get_wireidentity_thumbprint: (a: number) => [number, number];
|
218
|
+
export const __wbg_get_wireidentity_credentialType: (a: number) => number;
|
219
|
+
export const __wbg_set_wireidentity_credentialType: (a: number, b: number) => void;
|
220
|
+
export const __wbg_get_wireidentity_x509Identity: (a: number) => number;
|
221
|
+
export const __wbg_x509identity_free: (a: number, b: number) => void;
|
222
|
+
export const __wbg_get_x509identity_handle: (a: number) => [number, number];
|
223
|
+
export const __wbg_get_x509identity_displayName: (a: number) => [number, number];
|
224
|
+
export const __wbg_get_x509identity_domain: (a: number) => [number, number];
|
225
|
+
export const __wbg_get_x509identity_certificate: (a: number) => [number, number];
|
226
|
+
export const __wbg_get_x509identity_serialNumber: (a: number) => [number, number];
|
227
|
+
export const __wbg_get_x509identity_notBefore: (a: number) => bigint;
|
228
|
+
export const __wbg_get_x509identity_notAfter: (a: number) => bigint;
|
229
|
+
export const version: () => [number, number];
|
230
|
+
export const __wbg_buildmetadata_free: (a: number, b: number) => void;
|
231
|
+
export const __wbg_get_buildmetadata_timestamp: (a: number) => [number, number];
|
232
|
+
export const __wbg_get_buildmetadata_cargoDebug: (a: number) => [number, number];
|
233
|
+
export const __wbg_get_buildmetadata_cargoFeatures: (a: number) => [number, number];
|
234
|
+
export const __wbg_get_buildmetadata_optLevel: (a: number) => [number, number];
|
235
|
+
export const __wbg_get_buildmetadata_targetTriple: (a: number) => [number, number];
|
236
|
+
export const __wbg_get_buildmetadata_gitBranch: (a: number) => [number, number];
|
237
|
+
export const __wbg_get_buildmetadata_gitDescribe: (a: number) => [number, number];
|
238
|
+
export const __wbg_get_buildmetadata_gitSha: (a: number) => [number, number];
|
239
|
+
export const __wbg_get_buildmetadata_gitDirty: (a: number) => [number, number];
|
240
|
+
export const build_metadata: () => number;
|
241
|
+
export const corecryptocontext_proteus_last_resort_prekey_id: () => [number, number, number];
|
242
|
+
export const corecryptocontext_proteus_fingerprint_prekeybundle: (a: number, b: number) => [number, number, number, number];
|
243
|
+
export const __wbg_get_decryptedmessage_senderClientId: (a: number) => number;
|
244
|
+
export const __wbg_get_decryptedmessage_identity: (a: number) => number;
|
245
|
+
export const __wbg_get_decryptedmessage_commitDelay: (a: number) => [number, bigint];
|
246
|
+
export const __wbg_get_decryptedmessage_message: (a: number) => [number, number];
|
247
|
+
export const keypackage_new: (a: number, b: number) => number;
|
248
|
+
export const groupinfo_new: (a: number, b: number) => number;
|
249
|
+
export const conversationid_new: (a: number, b: number) => number;
|
250
|
+
export const welcome_new: (a: number, b: number) => number;
|
251
|
+
export const secretkey_new: (a: number, b: number) => number;
|
252
|
+
export const externalsenderkey_new: (a: number, b: number) => number;
|
253
|
+
export const __wbg_proteusautoprekeybundle_free: (a: number, b: number) => void;
|
254
|
+
export const __wbg_welcome_free: (a: number, b: number) => void;
|
255
|
+
export const __wbg_mlstransportdata_free: (a: number, b: number) => void;
|
256
|
+
export const __wbg_conversationid_free: (a: number, b: number) => void;
|
257
|
+
export const __wbg_externalsenderkey_free: (a: number, b: number) => void;
|
258
|
+
export const __wbg_secretkey_free: (a: number, b: number) => void;
|
259
|
+
export const __wbg_keypackage_free: (a: number, b: number) => void;
|
260
|
+
export const __wbg_groupinfo_free: (a: number, b: number) => void;
|
261
|
+
export const __wbg_historyobserver_free: (a: number, b: number) => void;
|
262
|
+
export const __wbindgen_malloc: (a: number, b: number) => number;
|
263
|
+
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
264
|
+
export const __wbindgen_exn_store: (a: number) => void;
|
265
|
+
export const __externref_table_alloc: () => number;
|
266
|
+
export const __wbindgen_export_4: WebAssembly.Table;
|
267
|
+
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
268
|
+
export const __externref_drop_slice: (a: number, b: number) => void;
|
269
|
+
export const __wbindgen_export_7: WebAssembly.Table;
|
270
|
+
export const __externref_table_dealloc: (a: number) => void;
|
271
|
+
export const closure2896_externref_shim: (a: number, b: number, c: any) => void;
|
272
|
+
export const closure2586_externref_shim: (a: number, b: number, c: any) => void;
|
273
|
+
export const closure1019_externref_shim: (a: number, b: number, c: any) => void;
|
274
|
+
export const closure2998_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
275
|
+
export const __wbindgen_start: () => void;
|