@umbra-privacy/sdk 2.1.1 → 4.0.0
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/{chunk-GP26R377.js → chunk-AUNYA6JP.js} +2 -2
- package/dist/chunk-AUNYA6JP.js.map +1 -0
- package/dist/{chunk-BL6WXLPV.cjs → chunk-KCHHJKQN.cjs} +2 -2
- package/dist/chunk-KCHHJKQN.cjs.map +1 -0
- package/dist/{chunk-KMRROOME.js → chunk-YA66JLHI.js} +9 -4
- package/dist/chunk-YA66JLHI.js.map +1 -0
- package/dist/{chunk-3LS5P32X.cjs → chunk-YFUGKMNS.cjs} +9 -4
- package/dist/chunk-YFUGKMNS.cjs.map +1 -0
- package/dist/{client-Cb53GYes.d.cts → client-Baxe29tj.d.cts} +128 -51
- package/dist/{client-CJ5S6Qln.d.ts → client-Cqv_5hHQ.d.ts} +128 -51
- package/dist/constants/index.cjs +1 -1
- package/dist/constants/index.js +1 -1
- package/dist/crypto/index.cjs +142 -142
- package/dist/crypto/index.d.cts +1 -1
- package/dist/crypto/index.d.ts +1 -1
- package/dist/crypto/index.js +1 -1
- package/dist/errors/index.cjs +28 -28
- package/dist/errors/index.d.cts +1 -1
- package/dist/errors/index.d.ts +1 -1
- package/dist/errors/index.js +1 -1
- package/dist/{errors-DAIrstEL.d.cts → errors-BqAlwXfh.d.cts} +3 -5
- package/dist/{errors-DPNMfyh0.d.ts → errors-Crx4Jf9K.d.ts} +3 -5
- package/dist/{index-B5wNTNZr.d.cts → index-BRLHQNe9.d.cts} +27 -12
- package/dist/{index-Cd76ZBHA.d.ts → index-gpTrCX61.d.ts} +27 -12
- package/dist/index.cjs +817 -1072
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -276
- package/dist/index.d.ts +25 -276
- package/dist/index.js +322 -573
- package/dist/index.js.map +1 -1
- package/dist/indexer-NHZDFABY.js +311 -0
- package/dist/indexer-NHZDFABY.js.map +1 -0
- package/dist/indexer-XOUBVRNU.cjs +316 -0
- package/dist/indexer-XOUBVRNU.cjs.map +1 -0
- package/dist/interfaces/index.d.cts +2 -2
- package/dist/interfaces/index.d.ts +2 -2
- package/dist/solana/index.d.cts +2 -2
- package/dist/solana/index.d.ts +2 -2
- package/dist/{transaction-forwarder-Dme9whAc.d.ts → transaction-forwarder-Cv3OlsaZ.d.ts} +1 -1
- package/dist/{transaction-forwarder-0GZRKXIr.d.cts → transaction-forwarder-DH07CEkG.d.cts} +1 -1
- package/package.json +3 -3
- package/dist/chunk-3LS5P32X.cjs.map +0 -1
- package/dist/chunk-BL6WXLPV.cjs.map +0 -1
- package/dist/chunk-GP26R377.js.map +0 -1
- package/dist/chunk-KMRROOME.js.map +0 -1
package/dist/crypto/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkYFUGKMNS_cjs = require('../chunk-YFUGKMNS.cjs');
|
|
4
4
|
require('../chunk-ZY3TSHMJ.cjs');
|
|
5
5
|
require('../chunk-UEI7SYH6.cjs');
|
|
6
6
|
require('../chunk-TQQZGNOI.cjs');
|
|
@@ -17,567 +17,567 @@ require('../chunk-PK6SKIKE.cjs');
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "AES_AUTH_TAG_LENGTH", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkYFUGKMNS_cjs.AES_AUTH_TAG_LENGTH; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "AES_IV_LENGTH", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkYFUGKMNS_cjs.AES_IV_LENGTH; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "AES_KEY_LENGTH", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkYFUGKMNS_cjs.AES_KEY_LENGTH; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "AES_METADATA_OVERHEAD", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkYFUGKMNS_cjs.AES_METADATA_OVERHEAD; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "ALPHA", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkYFUGKMNS_cjs.ALPHA; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "ALPHA_INVERSE", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkYFUGKMNS_cjs.ALPHA_INVERSE; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "BASE85_LIMB_MAX", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkYFUGKMNS_cjs.BASE85_LIMB_MAX; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "BLOCK_SIZE", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkYFUGKMNS_cjs.BLOCK_SIZE; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "CIPHER_ROUND_COUNT", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkYFUGKMNS_cjs.CIPHER_ROUND_COUNT; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "FIELD_ELEMENT_BYTE_LENGTH", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkYFUGKMNS_cjs.FIELD_ELEMENT_BYTE_LENGTH; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "FIELD_PRIME", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkYFUGKMNS_cjs.FIELD_PRIME; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "GROTH16_G1_BYTE_LENGTH", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkYFUGKMNS_cjs.GROTH16_G1_BYTE_LENGTH; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "GROTH16_G2_BYTE_LENGTH", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkYFUGKMNS_cjs.GROTH16_G2_BYTE_LENGTH; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "HASH_CAPACITY", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkYFUGKMNS_cjs.HASH_CAPACITY; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "HASH_DIGEST_LENGTH", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkYFUGKMNS_cjs.HASH_DIGEST_LENGTH; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "HASH_RATE", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkYFUGKMNS_cjs.HASH_RATE; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "HASH_ROUND_COUNT", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkYFUGKMNS_cjs.HASH_ROUND_COUNT; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "HASH_STATE_SIZE", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkYFUGKMNS_cjs.HASH_STATE_SIZE; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "MASTER_VIEWING_KEY_MAX", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkYFUGKMNS_cjs.MASTER_VIEWING_KEY_MAX; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "MAX_AGGREGATOR_INPUTS", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkYFUGKMNS_cjs.MAX_AGGREGATOR_INPUTS; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "MAX_POSEIDON_INPUTS", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkYFUGKMNS_cjs.MAX_POSEIDON_INPUTS; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "MAX_PRF_SEEDS", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkYFUGKMNS_cjs.MAX_PRF_SEEDS; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "NONCE_BYTES", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkYFUGKMNS_cjs.NONCE_BYTES; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "OPTIONAL_DATA_BYTE_LENGTH", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkYFUGKMNS_cjs.OPTIONAL_DATA_BYTE_LENGTH; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "PRECOMPUTED_FIELD_INVERSES", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkYFUGKMNS_cjs.PRECOMPUTED_FIELD_INVERSES; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "REDUCTION_CONST", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkYFUGKMNS_cjs.REDUCTION_CONST; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "SAMPLE_BUFFER_BYTE_LENGTH", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkYFUGKMNS_cjs.SAMPLE_BUFFER_BYTE_LENGTH; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "SECRET_BYTES", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkYFUGKMNS_cjs.SECRET_BYTES; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "SHAKE256_CIPHER_SEED", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkYFUGKMNS_cjs.SHAKE256_CIPHER_SEED; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "X25519_BYTE_LENGTH", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkYFUGKMNS_cjs.X25519_BYTE_LENGTH; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "ZK_PROOF_BYTE_LENGTH", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkYFUGKMNS_cjs.ZK_PROOF_BYTE_LENGTH; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "assertAesCiphertextWithMetadata", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkYFUGKMNS_cjs.assertAesCiphertextWithMetadata; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "assertAesKey", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkYFUGKMNS_cjs.assertAesKey; }
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(exports, "assertAesPlaintext", {
|
|
151
151
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkYFUGKMNS_cjs.assertAesPlaintext; }
|
|
153
153
|
});
|
|
154
154
|
Object.defineProperty(exports, "assertBase85Limb", {
|
|
155
155
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkYFUGKMNS_cjs.assertBase85Limb; }
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(exports, "assertCurve25519KeypairResult", {
|
|
159
159
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkYFUGKMNS_cjs.assertCurve25519KeypairResult; }
|
|
161
161
|
});
|
|
162
162
|
Object.defineProperty(exports, "assertDailyViewingKey", {
|
|
163
163
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkYFUGKMNS_cjs.assertDailyViewingKey; }
|
|
165
165
|
});
|
|
166
166
|
Object.defineProperty(exports, "assertEd25519Keypair", {
|
|
167
167
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkYFUGKMNS_cjs.assertEd25519Keypair; }
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(exports, "assertGenerationSeed", {
|
|
171
171
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkYFUGKMNS_cjs.assertGenerationSeed; }
|
|
173
173
|
});
|
|
174
174
|
Object.defineProperty(exports, "assertGroth16ProofA", {
|
|
175
175
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkYFUGKMNS_cjs.assertGroth16ProofA; }
|
|
177
177
|
});
|
|
178
178
|
Object.defineProperty(exports, "assertGroth16ProofB", {
|
|
179
179
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunkYFUGKMNS_cjs.assertGroth16ProofB; }
|
|
181
181
|
});
|
|
182
182
|
Object.defineProperty(exports, "assertGroth16ProofC", {
|
|
183
183
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunkYFUGKMNS_cjs.assertGroth16ProofC; }
|
|
185
185
|
});
|
|
186
186
|
Object.defineProperty(exports, "assertHourlyViewingKey", {
|
|
187
187
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunkYFUGKMNS_cjs.assertHourlyViewingKey; }
|
|
189
189
|
});
|
|
190
190
|
Object.defineProperty(exports, "assertKeccak256Hash", {
|
|
191
191
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunkYFUGKMNS_cjs.assertKeccak256Hash; }
|
|
193
193
|
});
|
|
194
194
|
Object.defineProperty(exports, "assertKeccak512Hash", {
|
|
195
195
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkYFUGKMNS_cjs.assertKeccak512Hash; }
|
|
197
197
|
});
|
|
198
198
|
Object.defineProperty(exports, "assertMasterSeed", {
|
|
199
199
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkYFUGKMNS_cjs.assertMasterSeed; }
|
|
201
201
|
});
|
|
202
202
|
Object.defineProperty(exports, "assertMasterViewingKey", {
|
|
203
203
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkYFUGKMNS_cjs.assertMasterViewingKey; }
|
|
205
205
|
});
|
|
206
206
|
Object.defineProperty(exports, "assertMintViewingKey", {
|
|
207
207
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkYFUGKMNS_cjs.assertMintViewingKey; }
|
|
209
209
|
});
|
|
210
210
|
Object.defineProperty(exports, "assertMinuteViewingKey", {
|
|
211
211
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkYFUGKMNS_cjs.assertMinuteViewingKey; }
|
|
213
213
|
});
|
|
214
214
|
Object.defineProperty(exports, "assertMonthlyViewingKey", {
|
|
215
215
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunkYFUGKMNS_cjs.assertMonthlyViewingKey; }
|
|
217
217
|
});
|
|
218
218
|
Object.defineProperty(exports, "assertOptionalData32", {
|
|
219
219
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunkYFUGKMNS_cjs.assertOptionalData32; }
|
|
221
221
|
});
|
|
222
222
|
Object.defineProperty(exports, "assertPoseidonCiphertext", {
|
|
223
223
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunkYFUGKMNS_cjs.assertPoseidonCiphertext; }
|
|
225
225
|
});
|
|
226
226
|
Object.defineProperty(exports, "assertPoseidonCounter", {
|
|
227
227
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkYFUGKMNS_cjs.assertPoseidonCounter; }
|
|
229
229
|
});
|
|
230
230
|
Object.defineProperty(exports, "assertPoseidonHash", {
|
|
231
231
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkYFUGKMNS_cjs.assertPoseidonHash; }
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(exports, "assertPoseidonKey", {
|
|
235
235
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunkYFUGKMNS_cjs.assertPoseidonKey; }
|
|
237
237
|
});
|
|
238
238
|
Object.defineProperty(exports, "assertPoseidonKeystream", {
|
|
239
239
|
enumerable: true,
|
|
240
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunkYFUGKMNS_cjs.assertPoseidonKeystream; }
|
|
241
241
|
});
|
|
242
242
|
Object.defineProperty(exports, "assertPoseidonPlaintext", {
|
|
243
243
|
enumerable: true,
|
|
244
|
-
get: function () { return
|
|
244
|
+
get: function () { return chunkYFUGKMNS_cjs.assertPoseidonPlaintext; }
|
|
245
245
|
});
|
|
246
246
|
Object.defineProperty(exports, "assertRcCiphertext", {
|
|
247
247
|
enumerable: true,
|
|
248
|
-
get: function () { return
|
|
248
|
+
get: function () { return chunkYFUGKMNS_cjs.assertRcCiphertext; }
|
|
249
249
|
});
|
|
250
250
|
Object.defineProperty(exports, "assertRcCounter", {
|
|
251
251
|
enumerable: true,
|
|
252
|
-
get: function () { return
|
|
252
|
+
get: function () { return chunkYFUGKMNS_cjs.assertRcCounter; }
|
|
253
253
|
});
|
|
254
254
|
Object.defineProperty(exports, "assertRcEncryptionNonce", {
|
|
255
255
|
enumerable: true,
|
|
256
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunkYFUGKMNS_cjs.assertRcEncryptionNonce; }
|
|
257
257
|
});
|
|
258
258
|
Object.defineProperty(exports, "assertRcKey", {
|
|
259
259
|
enumerable: true,
|
|
260
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunkYFUGKMNS_cjs.assertRcKey; }
|
|
261
261
|
});
|
|
262
262
|
Object.defineProperty(exports, "assertRcPlaintext", {
|
|
263
263
|
enumerable: true,
|
|
264
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunkYFUGKMNS_cjs.assertRcPlaintext; }
|
|
265
265
|
});
|
|
266
266
|
Object.defineProperty(exports, "assertSecondViewingKey", {
|
|
267
267
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunkYFUGKMNS_cjs.assertSecondViewingKey; }
|
|
269
269
|
});
|
|
270
270
|
Object.defineProperty(exports, "assertSharedSecret", {
|
|
271
271
|
enumerable: true,
|
|
272
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunkYFUGKMNS_cjs.assertSharedSecret; }
|
|
273
273
|
});
|
|
274
274
|
Object.defineProperty(exports, "assertX25519Bytes", {
|
|
275
275
|
enumerable: true,
|
|
276
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunkYFUGKMNS_cjs.assertX25519Bytes; }
|
|
277
277
|
});
|
|
278
278
|
Object.defineProperty(exports, "assertX25519Keypair", {
|
|
279
279
|
enumerable: true,
|
|
280
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunkYFUGKMNS_cjs.assertX25519Keypair; }
|
|
281
281
|
});
|
|
282
282
|
Object.defineProperty(exports, "assertX25519PrivateKey", {
|
|
283
283
|
enumerable: true,
|
|
284
|
-
get: function () { return
|
|
284
|
+
get: function () { return chunkYFUGKMNS_cjs.assertX25519PrivateKey; }
|
|
285
285
|
});
|
|
286
286
|
Object.defineProperty(exports, "assertX25519PublicKey", {
|
|
287
287
|
enumerable: true,
|
|
288
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunkYFUGKMNS_cjs.assertX25519PublicKey; }
|
|
289
289
|
});
|
|
290
290
|
Object.defineProperty(exports, "assertYearlyViewingKey", {
|
|
291
291
|
enumerable: true,
|
|
292
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunkYFUGKMNS_cjs.assertYearlyViewingKey; }
|
|
293
293
|
});
|
|
294
294
|
Object.defineProperty(exports, "assertZkProofBytes", {
|
|
295
295
|
enumerable: true,
|
|
296
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunkYFUGKMNS_cjs.assertZkProofBytes; }
|
|
297
297
|
});
|
|
298
298
|
Object.defineProperty(exports, "buildPersonalizationString", {
|
|
299
299
|
enumerable: true,
|
|
300
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunkYFUGKMNS_cjs.buildPersonalizationString; }
|
|
301
301
|
});
|
|
302
302
|
Object.defineProperty(exports, "defaultAesDecryptor", {
|
|
303
303
|
enumerable: true,
|
|
304
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkYFUGKMNS_cjs.defaultAesDecryptor; }
|
|
305
305
|
});
|
|
306
306
|
Object.defineProperty(exports, "defaultAesEncryptor", {
|
|
307
307
|
enumerable: true,
|
|
308
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunkYFUGKMNS_cjs.defaultAesEncryptor; }
|
|
309
309
|
});
|
|
310
310
|
Object.defineProperty(exports, "deriveBn254FieldElementFromKeccak512", {
|
|
311
311
|
enumerable: true,
|
|
312
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveBn254FieldElementFromKeccak512; }
|
|
313
313
|
});
|
|
314
314
|
Object.defineProperty(exports, "deriveEphemeralMasterViewingKey", {
|
|
315
315
|
enumerable: true,
|
|
316
|
-
get: function () { return
|
|
316
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveEphemeralMasterViewingKey; }
|
|
317
317
|
});
|
|
318
318
|
Object.defineProperty(exports, "deriveEphemeralMasterViewingKeyBlindingFactor", {
|
|
319
319
|
enumerable: true,
|
|
320
|
-
get: function () { return
|
|
320
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveEphemeralMasterViewingKeyBlindingFactor; }
|
|
321
321
|
});
|
|
322
322
|
Object.defineProperty(exports, "deriveEphemeralPoseidonPrivateKey", {
|
|
323
323
|
enumerable: true,
|
|
324
|
-
get: function () { return
|
|
324
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveEphemeralPoseidonPrivateKey; }
|
|
325
325
|
});
|
|
326
326
|
Object.defineProperty(exports, "deriveEphemeralPoseidonPrivateKeyBlindingFactor", {
|
|
327
327
|
enumerable: true,
|
|
328
|
-
get: function () { return
|
|
328
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveEphemeralPoseidonPrivateKeyBlindingFactor; }
|
|
329
329
|
});
|
|
330
330
|
Object.defineProperty(exports, "deriveKeystreamBlindingFactor", {
|
|
331
331
|
enumerable: true,
|
|
332
|
-
get: function () { return
|
|
332
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveKeystreamBlindingFactor; }
|
|
333
333
|
});
|
|
334
334
|
Object.defineProperty(exports, "deriveModifiedGenerationIndexForReceiverClaim", {
|
|
335
335
|
enumerable: true,
|
|
336
|
-
get: function () { return
|
|
336
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveModifiedGenerationIndexForReceiverClaim; }
|
|
337
337
|
});
|
|
338
338
|
Object.defineProperty(exports, "deriveModifiedGenerationIndexForSenderClaim", {
|
|
339
339
|
enumerable: true,
|
|
340
|
-
get: function () { return
|
|
340
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveModifiedGenerationIndexForSenderClaim; }
|
|
341
341
|
});
|
|
342
342
|
Object.defineProperty(exports, "deriveNullifierFromModifiedGenerationIndex", {
|
|
343
343
|
enumerable: true,
|
|
344
|
-
get: function () { return
|
|
344
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveNullifierFromModifiedGenerationIndex; }
|
|
345
345
|
});
|
|
346
346
|
Object.defineProperty(exports, "deriveProofAccountOffsetFromModifiedGenerationIndex", {
|
|
347
347
|
enumerable: true,
|
|
348
|
-
get: function () { return
|
|
348
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveProofAccountOffsetFromModifiedGenerationIndex; }
|
|
349
349
|
});
|
|
350
350
|
Object.defineProperty(exports, "deriveRandomFactorForPolynomialCommitmentFromModifiedGenerationIndex", {
|
|
351
351
|
enumerable: true,
|
|
352
|
-
get: function () { return
|
|
352
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveRandomFactorForPolynomialCommitmentFromModifiedGenerationIndex; }
|
|
353
353
|
});
|
|
354
354
|
Object.defineProperty(exports, "deriveRandomSecretFromModifiedGenerationIndex", {
|
|
355
355
|
enumerable: true,
|
|
356
|
-
get: function () { return
|
|
356
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveRandomSecretFromModifiedGenerationIndex; }
|
|
357
357
|
});
|
|
358
358
|
Object.defineProperty(exports, "deriveRescueEncryptionCommitmentBlindingFactorFromModifiedGenerationIndex", {
|
|
359
359
|
enumerable: true,
|
|
360
|
-
get: function () { return
|
|
360
|
+
get: function () { return chunkYFUGKMNS_cjs.deriveRescueEncryptionCommitmentBlindingFactorFromModifiedGenerationIndex; }
|
|
361
361
|
});
|
|
362
362
|
Object.defineProperty(exports, "expandModifiedGenerationIndex", {
|
|
363
363
|
enumerable: true,
|
|
364
|
-
get: function () { return
|
|
364
|
+
get: function () { return chunkYFUGKMNS_cjs.expandModifiedGenerationIndex; }
|
|
365
365
|
});
|
|
366
366
|
Object.defineProperty(exports, "getAesDecryptor", {
|
|
367
367
|
enumerable: true,
|
|
368
|
-
get: function () { return
|
|
368
|
+
get: function () { return chunkYFUGKMNS_cjs.getAesDecryptor; }
|
|
369
369
|
});
|
|
370
370
|
Object.defineProperty(exports, "getAesEncryptor", {
|
|
371
371
|
enumerable: true,
|
|
372
|
-
get: function () { return
|
|
372
|
+
get: function () { return chunkYFUGKMNS_cjs.getAesEncryptor; }
|
|
373
373
|
});
|
|
374
374
|
Object.defineProperty(exports, "getBn254FieldElementFromKeccak512Deriver", {
|
|
375
375
|
enumerable: true,
|
|
376
|
-
get: function () { return
|
|
376
|
+
get: function () { return chunkYFUGKMNS_cjs.getBn254FieldElementFromKeccak512Deriver; }
|
|
377
377
|
});
|
|
378
378
|
Object.defineProperty(exports, "getChallengePowersFunction", {
|
|
379
379
|
enumerable: true,
|
|
380
|
-
get: function () { return
|
|
380
|
+
get: function () { return chunkYFUGKMNS_cjs.getChallengePowersFunction; }
|
|
381
381
|
});
|
|
382
382
|
Object.defineProperty(exports, "getDailyViewingKeyDeriver", {
|
|
383
383
|
enumerable: true,
|
|
384
|
-
get: function () { return
|
|
384
|
+
get: function () { return chunkYFUGKMNS_cjs.getDailyViewingKeyDeriver; }
|
|
385
385
|
});
|
|
386
386
|
Object.defineProperty(exports, "getEphemeralMasterSeedDeriver", {
|
|
387
387
|
enumerable: true,
|
|
388
|
-
get: function () { return
|
|
388
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralMasterSeedDeriver; }
|
|
389
389
|
});
|
|
390
390
|
Object.defineProperty(exports, "getEphemeralRescueCommitmentBlindingFactorDeriver", {
|
|
391
391
|
enumerable: true,
|
|
392
|
-
get: function () { return
|
|
392
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralRescueCommitmentBlindingFactorDeriver; }
|
|
393
393
|
});
|
|
394
394
|
Object.defineProperty(exports, "getEphemeralUtxoH2RandomSecretDeriver", {
|
|
395
395
|
enumerable: true,
|
|
396
|
-
get: function () { return
|
|
396
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralUtxoH2RandomSecretDeriver; }
|
|
397
397
|
});
|
|
398
398
|
Object.defineProperty(exports, "getEphemeralUtxoMasterViewingKeyBlindingFactorDeriver", {
|
|
399
399
|
enumerable: true,
|
|
400
|
-
get: function () { return
|
|
400
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralUtxoMasterViewingKeyBlindingFactorDeriver; }
|
|
401
401
|
});
|
|
402
402
|
Object.defineProperty(exports, "getEphemeralUtxoMasterViewingKeyDeriver", {
|
|
403
403
|
enumerable: true,
|
|
404
|
-
get: function () { return
|
|
404
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralUtxoMasterViewingKeyDeriver; }
|
|
405
405
|
});
|
|
406
406
|
Object.defineProperty(exports, "getEphemeralUtxoNullifierDeriver", {
|
|
407
407
|
enumerable: true,
|
|
408
|
-
get: function () { return
|
|
408
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralUtxoNullifierDeriver; }
|
|
409
409
|
});
|
|
410
410
|
Object.defineProperty(exports, "getEphemeralUtxoPoseidonPrivateKeyBlindingFactorDeriver", {
|
|
411
411
|
enumerable: true,
|
|
412
|
-
get: function () { return
|
|
412
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralUtxoPoseidonPrivateKeyBlindingFactorDeriver; }
|
|
413
413
|
});
|
|
414
414
|
Object.defineProperty(exports, "getEphemeralUtxoPoseidonPrivateKeyDeriver", {
|
|
415
415
|
enumerable: true,
|
|
416
|
-
get: function () { return
|
|
416
|
+
get: function () { return chunkYFUGKMNS_cjs.getEphemeralUtxoPoseidonPrivateKeyDeriver; }
|
|
417
417
|
});
|
|
418
418
|
Object.defineProperty(exports, "getFiatShamirChallengeGeneratorFunction", {
|
|
419
419
|
enumerable: true,
|
|
420
|
-
get: function () { return
|
|
420
|
+
get: function () { return chunkYFUGKMNS_cjs.getFiatShamirChallengeGeneratorFunction; }
|
|
421
421
|
});
|
|
422
422
|
Object.defineProperty(exports, "getFieldArithmetic", {
|
|
423
423
|
enumerable: true,
|
|
424
|
-
get: function () { return
|
|
424
|
+
get: function () { return chunkYFUGKMNS_cjs.getFieldArithmetic; }
|
|
425
425
|
});
|
|
426
426
|
Object.defineProperty(exports, "getHourlyViewingKeyDeriver", {
|
|
427
427
|
enumerable: true,
|
|
428
|
-
get: function () { return
|
|
428
|
+
get: function () { return chunkYFUGKMNS_cjs.getHourlyViewingKeyDeriver; }
|
|
429
429
|
});
|
|
430
430
|
Object.defineProperty(exports, "getKeystreamCommitmentGenerator", {
|
|
431
431
|
enumerable: true,
|
|
432
|
-
get: function () { return
|
|
432
|
+
get: function () { return chunkYFUGKMNS_cjs.getKeystreamCommitmentGenerator; }
|
|
433
433
|
});
|
|
434
434
|
Object.defineProperty(exports, "getMasterSeedBasedFieldElementDeriver", {
|
|
435
435
|
enumerable: true,
|
|
436
|
-
get: function () { return
|
|
436
|
+
get: function () { return chunkYFUGKMNS_cjs.getMasterSeedBasedFieldElementDeriver; }
|
|
437
437
|
});
|
|
438
438
|
Object.defineProperty(exports, "getMasterViewingKeyBlindingFactorDeriver", {
|
|
439
439
|
enumerable: true,
|
|
440
|
-
get: function () { return
|
|
440
|
+
get: function () { return chunkYFUGKMNS_cjs.getMasterViewingKeyBlindingFactorDeriver; }
|
|
441
441
|
});
|
|
442
442
|
Object.defineProperty(exports, "getMasterViewingKeyDeriver", {
|
|
443
443
|
enumerable: true,
|
|
444
|
-
get: function () { return
|
|
444
|
+
get: function () { return chunkYFUGKMNS_cjs.getMasterViewingKeyDeriver; }
|
|
445
445
|
});
|
|
446
446
|
Object.defineProperty(exports, "getMasterViewingKeyX25519KeypairDeriver", {
|
|
447
447
|
enumerable: true,
|
|
448
|
-
get: function () { return
|
|
448
|
+
get: function () { return chunkYFUGKMNS_cjs.getMasterViewingKeyX25519KeypairDeriver; }
|
|
449
449
|
});
|
|
450
450
|
Object.defineProperty(exports, "getMintViewingKeyDeriver", {
|
|
451
451
|
enumerable: true,
|
|
452
|
-
get: function () { return
|
|
452
|
+
get: function () { return chunkYFUGKMNS_cjs.getMintViewingKeyDeriver; }
|
|
453
453
|
});
|
|
454
454
|
Object.defineProperty(exports, "getMintX25519KeypairDeriver", {
|
|
455
455
|
enumerable: true,
|
|
456
|
-
get: function () { return
|
|
456
|
+
get: function () { return chunkYFUGKMNS_cjs.getMintX25519KeypairDeriver; }
|
|
457
457
|
});
|
|
458
458
|
Object.defineProperty(exports, "getMinuteViewingKeyDeriver", {
|
|
459
459
|
enumerable: true,
|
|
460
|
-
get: function () { return
|
|
460
|
+
get: function () { return chunkYFUGKMNS_cjs.getMinuteViewingKeyDeriver; }
|
|
461
461
|
});
|
|
462
462
|
Object.defineProperty(exports, "getModuloPowCurve25519Function", {
|
|
463
463
|
enumerable: true,
|
|
464
|
-
get: function () { return
|
|
464
|
+
get: function () { return chunkYFUGKMNS_cjs.getModuloPowCurve25519Function; }
|
|
465
465
|
});
|
|
466
466
|
Object.defineProperty(exports, "getMonthlyViewingKeyDeriver", {
|
|
467
467
|
enumerable: true,
|
|
468
|
-
get: function () { return
|
|
468
|
+
get: function () { return chunkYFUGKMNS_cjs.getMonthlyViewingKeyDeriver; }
|
|
469
469
|
});
|
|
470
470
|
Object.defineProperty(exports, "getPersonalizationStringBuilder", {
|
|
471
471
|
enumerable: true,
|
|
472
|
-
get: function () { return
|
|
472
|
+
get: function () { return chunkYFUGKMNS_cjs.getPersonalizationStringBuilder; }
|
|
473
473
|
});
|
|
474
474
|
Object.defineProperty(exports, "getPolynomialCommitmentFactorDeriver", {
|
|
475
475
|
enumerable: true,
|
|
476
|
-
get: function () { return
|
|
476
|
+
get: function () { return chunkYFUGKMNS_cjs.getPolynomialCommitmentFactorDeriver; }
|
|
477
477
|
});
|
|
478
478
|
Object.defineProperty(exports, "getPolynomialEvaluatorFunction", {
|
|
479
479
|
enumerable: true,
|
|
480
|
-
get: function () { return
|
|
480
|
+
get: function () { return chunkYFUGKMNS_cjs.getPolynomialEvaluatorFunction; }
|
|
481
481
|
});
|
|
482
482
|
Object.defineProperty(exports, "getPoseidonAggregator", {
|
|
483
483
|
enumerable: true,
|
|
484
|
-
get: function () { return
|
|
484
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonAggregator; }
|
|
485
485
|
});
|
|
486
486
|
Object.defineProperty(exports, "getPoseidonBlindingFactorDeriver", {
|
|
487
487
|
enumerable: true,
|
|
488
|
-
get: function () { return
|
|
488
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonBlindingFactorDeriver; }
|
|
489
489
|
});
|
|
490
490
|
Object.defineProperty(exports, "getPoseidonDecryptor", {
|
|
491
491
|
enumerable: true,
|
|
492
|
-
get: function () { return
|
|
492
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonDecryptor; }
|
|
493
493
|
});
|
|
494
494
|
Object.defineProperty(exports, "getPoseidonEncryptor", {
|
|
495
495
|
enumerable: true,
|
|
496
|
-
get: function () { return
|
|
496
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonEncryptor; }
|
|
497
497
|
});
|
|
498
498
|
Object.defineProperty(exports, "getPoseidonHasher", {
|
|
499
499
|
enumerable: true,
|
|
500
|
-
get: function () { return
|
|
500
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonHasher; }
|
|
501
501
|
});
|
|
502
502
|
Object.defineProperty(exports, "getPoseidonKeystreamBlindingFactorDeriver", {
|
|
503
503
|
enumerable: true,
|
|
504
|
-
get: function () { return
|
|
504
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonKeystreamBlindingFactorDeriver; }
|
|
505
505
|
});
|
|
506
506
|
Object.defineProperty(exports, "getPoseidonKeystreamGenerator", {
|
|
507
507
|
enumerable: true,
|
|
508
|
-
get: function () { return
|
|
508
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonKeystreamGenerator; }
|
|
509
509
|
});
|
|
510
510
|
Object.defineProperty(exports, "getPoseidonPrf", {
|
|
511
511
|
enumerable: true,
|
|
512
|
-
get: function () { return
|
|
512
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonPrf; }
|
|
513
513
|
});
|
|
514
514
|
Object.defineProperty(exports, "getPoseidonPrivateKeyDeriver", {
|
|
515
515
|
enumerable: true,
|
|
516
|
-
get: function () { return
|
|
516
|
+
get: function () { return chunkYFUGKMNS_cjs.getPoseidonPrivateKeyDeriver; }
|
|
517
517
|
});
|
|
518
518
|
Object.defineProperty(exports, "getPseudorandomU512Deriver", {
|
|
519
519
|
enumerable: true,
|
|
520
|
-
get: function () { return
|
|
520
|
+
get: function () { return chunkYFUGKMNS_cjs.getPseudorandomU512Deriver; }
|
|
521
521
|
});
|
|
522
522
|
Object.defineProperty(exports, "getRescueCipher", {
|
|
523
523
|
enumerable: true,
|
|
524
|
-
get: function () { return
|
|
524
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueCipher; }
|
|
525
525
|
});
|
|
526
526
|
Object.defineProperty(exports, "getRescueCipherFromKeyPair", {
|
|
527
527
|
enumerable: true,
|
|
528
|
-
get: function () { return
|
|
528
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueCipherFromKeyPair; }
|
|
529
529
|
});
|
|
530
530
|
Object.defineProperty(exports, "getRescueCipherInstance", {
|
|
531
531
|
enumerable: true,
|
|
532
|
-
get: function () { return
|
|
532
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueCipherInstance; }
|
|
533
533
|
});
|
|
534
534
|
Object.defineProperty(exports, "getRescueCommitmentBlindingFactorDeriver", {
|
|
535
535
|
enumerable: true,
|
|
536
|
-
get: function () { return
|
|
536
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueCommitmentBlindingFactorDeriver; }
|
|
537
537
|
});
|
|
538
538
|
Object.defineProperty(exports, "getRescueCommitmentGenerator", {
|
|
539
539
|
enumerable: true,
|
|
540
|
-
get: function () { return
|
|
540
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueCommitmentGenerator; }
|
|
541
541
|
});
|
|
542
542
|
Object.defineProperty(exports, "getRescueDecryptorFromPrivateKey", {
|
|
543
543
|
enumerable: true,
|
|
544
|
-
get: function () { return
|
|
544
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueDecryptorFromPrivateKey; }
|
|
545
545
|
});
|
|
546
546
|
Object.defineProperty(exports, "getRescueEncryptorFromPrivateKey", {
|
|
547
547
|
enumerable: true,
|
|
548
|
-
get: function () { return
|
|
548
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueEncryptorFromPrivateKey; }
|
|
549
549
|
});
|
|
550
550
|
Object.defineProperty(exports, "getRescueEncryptorWithNonceFromPrivateKey", {
|
|
551
551
|
enumerable: true,
|
|
552
|
-
get: function () { return
|
|
552
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueEncryptorWithNonceFromPrivateKey; }
|
|
553
553
|
});
|
|
554
554
|
Object.defineProperty(exports, "getRescueKeyGeneratorFromPrivateKey", {
|
|
555
555
|
enumerable: true,
|
|
556
|
-
get: function () { return
|
|
556
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescueKeyGeneratorFromPrivateKey; }
|
|
557
557
|
});
|
|
558
558
|
Object.defineProperty(exports, "getRescuePrimeHashFunction", {
|
|
559
559
|
enumerable: true,
|
|
560
|
-
get: function () { return
|
|
560
|
+
get: function () { return chunkYFUGKMNS_cjs.getRescuePrimeHashFunction; }
|
|
561
561
|
});
|
|
562
562
|
Object.defineProperty(exports, "getSecondViewingKeyDeriver", {
|
|
563
563
|
enumerable: true,
|
|
564
|
-
get: function () { return
|
|
564
|
+
get: function () { return chunkYFUGKMNS_cjs.getSecondViewingKeyDeriver; }
|
|
565
565
|
});
|
|
566
566
|
Object.defineProperty(exports, "getUserAccountX25519KeypairDeriver", {
|
|
567
567
|
enumerable: true,
|
|
568
|
-
get: function () { return
|
|
568
|
+
get: function () { return chunkYFUGKMNS_cjs.getUserAccountX25519KeypairDeriver; }
|
|
569
569
|
});
|
|
570
570
|
Object.defineProperty(exports, "getUserCommitmentGeneratorFunction", {
|
|
571
571
|
enumerable: true,
|
|
572
|
-
get: function () { return
|
|
572
|
+
get: function () { return chunkYFUGKMNS_cjs.getUserCommitmentGeneratorFunction; }
|
|
573
573
|
});
|
|
574
574
|
Object.defineProperty(exports, "getUtxoCommitmentHashGenerator", {
|
|
575
575
|
enumerable: true,
|
|
576
|
-
get: function () { return
|
|
576
|
+
get: function () { return chunkYFUGKMNS_cjs.getUtxoCommitmentHashGenerator; }
|
|
577
577
|
});
|
|
578
578
|
Object.defineProperty(exports, "getYearlyViewingKeyDeriver", {
|
|
579
579
|
enumerable: true,
|
|
580
|
-
get: function () { return
|
|
580
|
+
get: function () { return chunkYFUGKMNS_cjs.getYearlyViewingKeyDeriver; }
|
|
581
581
|
});
|
|
582
582
|
//# sourceMappingURL=index.cjs.map
|
|
583
583
|
//# sourceMappingURL=index.cjs.map
|