tfhe 1.5.3 → 1.5.5

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.
Files changed (4) hide show
  1. package/package.json +1 -1
  2. package/tfhe.d.ts +46 -46
  3. package/tfhe.js +260 -464
  4. package/tfhe_bg.wasm +0 -0
package/tfhe.js CHANGED
@@ -1,6 +1,7 @@
1
1
  /* @ts-self-types="./tfhe.d.ts" */
2
2
  import { startWorkers } from './snippets/wasm-bindgen-rayon-38edf6e439f6d70d/src/workerHelpers.js';
3
3
 
4
+
4
5
  export class Boolean {
5
6
  __destroy_into_raw() {
6
7
  const ptr = this.__wbg_ptr;
@@ -297,7 +298,6 @@ if (Symbol.dispose) Boolean.prototype[Symbol.dispose] = Boolean.prototype.free;
297
298
 
298
299
  export class BooleanCiphertext {
299
300
  static __wrap(ptr) {
300
- ptr = ptr >>> 0;
301
301
  const obj = Object.create(BooleanCiphertext.prototype);
302
302
  obj.__wbg_ptr = ptr;
303
303
  BooleanCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -318,7 +318,6 @@ if (Symbol.dispose) BooleanCiphertext.prototype[Symbol.dispose] = BooleanCiphert
318
318
 
319
319
  export class BooleanClientKey {
320
320
  static __wrap(ptr) {
321
- ptr = ptr >>> 0;
322
321
  const obj = Object.create(BooleanClientKey.prototype);
323
322
  obj.__wbg_ptr = ptr;
324
323
  BooleanClientKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -339,7 +338,6 @@ if (Symbol.dispose) BooleanClientKey.prototype[Symbol.dispose] = BooleanClientKe
339
338
 
340
339
  export class BooleanCompressedCiphertext {
341
340
  static __wrap(ptr) {
342
- ptr = ptr >>> 0;
343
341
  const obj = Object.create(BooleanCompressedCiphertext.prototype);
344
342
  obj.__wbg_ptr = ptr;
345
343
  BooleanCompressedCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -360,7 +358,6 @@ if (Symbol.dispose) BooleanCompressedCiphertext.prototype[Symbol.dispose] = Bool
360
358
 
361
359
  export class BooleanCompressedServerKey {
362
360
  static __wrap(ptr) {
363
- ptr = ptr >>> 0;
364
361
  const obj = Object.create(BooleanCompressedServerKey.prototype);
365
362
  obj.__wbg_ptr = ptr;
366
363
  BooleanCompressedServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -389,7 +386,6 @@ export const BooleanEncryptionKeyChoice = Object.freeze({
389
386
 
390
387
  export class BooleanNoiseDistribution {
391
388
  static __wrap(ptr) {
392
- ptr = ptr >>> 0;
393
389
  const obj = Object.create(BooleanNoiseDistribution.prototype);
394
390
  obj.__wbg_ptr = ptr;
395
391
  BooleanNoiseDistributionFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -420,7 +416,6 @@ export const BooleanParameterSet = Object.freeze({
420
416
 
421
417
  export class BooleanParameters {
422
418
  static __wrap(ptr) {
423
- ptr = ptr >>> 0;
424
419
  const obj = Object.create(BooleanParameters.prototype);
425
420
  obj.__wbg_ptr = ptr;
426
421
  BooleanParametersFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -441,7 +436,6 @@ if (Symbol.dispose) BooleanParameters.prototype[Symbol.dispose] = BooleanParamet
441
436
 
442
437
  export class BooleanPublicKey {
443
438
  static __wrap(ptr) {
444
- ptr = ptr >>> 0;
445
439
  const obj = Object.create(BooleanPublicKey.prototype);
446
440
  obj.__wbg_ptr = ptr;
447
441
  BooleanPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -462,7 +456,6 @@ if (Symbol.dispose) BooleanPublicKey.prototype[Symbol.dispose] = BooleanPublicKe
462
456
 
463
457
  export class CompactCiphertextList {
464
458
  static __wrap(ptr) {
465
- ptr = ptr >>> 0;
466
459
  const obj = Object.create(CompactCiphertextList.prototype);
467
460
  obj.__wbg_ptr = ptr;
468
461
  CompactCiphertextListFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -579,7 +572,6 @@ if (Symbol.dispose) CompactCiphertextList.prototype[Symbol.dispose] = CompactCip
579
572
 
580
573
  export class CompactCiphertextListBuilder {
581
574
  static __wrap(ptr) {
582
- ptr = ptr >>> 0;
583
575
  const obj = Object.create(CompactCiphertextListBuilder.prototype);
584
576
  obj.__wbg_ptr = ptr;
585
577
  CompactCiphertextListBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -1383,7 +1375,6 @@ if (Symbol.dispose) CompactCiphertextListBuilder.prototype[Symbol.dispose] = Com
1383
1375
 
1384
1376
  export class CompactCiphertextListExpander {
1385
1377
  static __wrap(ptr) {
1386
- ptr = ptr >>> 0;
1387
1378
  const obj = Object.create(CompactCiphertextListExpander.prototype);
1388
1379
  obj.__wbg_ptr = ptr;
1389
1380
  CompactCiphertextListExpanderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -2339,7 +2330,6 @@ if (Symbol.dispose) CompactCiphertextListExpander.prototype[Symbol.dispose] = Co
2339
2330
 
2340
2331
  export class CompactPkeCrs {
2341
2332
  static __wrap(ptr) {
2342
- ptr = ptr >>> 0;
2343
2333
  const obj = Object.create(CompactPkeCrs.prototype);
2344
2334
  obj.__wbg_ptr = ptr;
2345
2335
  CompactPkeCrsFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -2453,7 +2443,6 @@ if (Symbol.dispose) CompactPkeCrs.prototype[Symbol.dispose] = CompactPkeCrs.prot
2453
2443
 
2454
2444
  export class CompressedFheBool {
2455
2445
  static __wrap(ptr) {
2456
- ptr = ptr >>> 0;
2457
2446
  const obj = Object.create(CompressedFheBool.prototype);
2458
2447
  obj.__wbg_ptr = ptr;
2459
2448
  CompressedFheBoolFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -2549,7 +2538,6 @@ if (Symbol.dispose) CompressedFheBool.prototype[Symbol.dispose] = CompressedFheB
2549
2538
 
2550
2539
  export class CompressedFheInt10 {
2551
2540
  static __wrap(ptr) {
2552
- ptr = ptr >>> 0;
2553
2541
  const obj = Object.create(CompressedFheInt10.prototype);
2554
2542
  obj.__wbg_ptr = ptr;
2555
2543
  CompressedFheInt10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -2645,7 +2633,6 @@ if (Symbol.dispose) CompressedFheInt10.prototype[Symbol.dispose] = CompressedFhe
2645
2633
 
2646
2634
  export class CompressedFheInt1024 {
2647
2635
  static __wrap(ptr) {
2648
- ptr = ptr >>> 0;
2649
2636
  const obj = Object.create(CompressedFheInt1024.prototype);
2650
2637
  obj.__wbg_ptr = ptr;
2651
2638
  CompressedFheInt1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -2741,7 +2728,6 @@ if (Symbol.dispose) CompressedFheInt1024.prototype[Symbol.dispose] = CompressedF
2741
2728
 
2742
2729
  export class CompressedFheInt104 {
2743
2730
  static __wrap(ptr) {
2744
- ptr = ptr >>> 0;
2745
2731
  const obj = Object.create(CompressedFheInt104.prototype);
2746
2732
  obj.__wbg_ptr = ptr;
2747
2733
  CompressedFheInt104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -2837,7 +2823,6 @@ if (Symbol.dispose) CompressedFheInt104.prototype[Symbol.dispose] = CompressedFh
2837
2823
 
2838
2824
  export class CompressedFheInt112 {
2839
2825
  static __wrap(ptr) {
2840
- ptr = ptr >>> 0;
2841
2826
  const obj = Object.create(CompressedFheInt112.prototype);
2842
2827
  obj.__wbg_ptr = ptr;
2843
2828
  CompressedFheInt112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -2933,7 +2918,6 @@ if (Symbol.dispose) CompressedFheInt112.prototype[Symbol.dispose] = CompressedFh
2933
2918
 
2934
2919
  export class CompressedFheInt12 {
2935
2920
  static __wrap(ptr) {
2936
- ptr = ptr >>> 0;
2937
2921
  const obj = Object.create(CompressedFheInt12.prototype);
2938
2922
  obj.__wbg_ptr = ptr;
2939
2923
  CompressedFheInt12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3029,7 +3013,6 @@ if (Symbol.dispose) CompressedFheInt12.prototype[Symbol.dispose] = CompressedFhe
3029
3013
 
3030
3014
  export class CompressedFheInt120 {
3031
3015
  static __wrap(ptr) {
3032
- ptr = ptr >>> 0;
3033
3016
  const obj = Object.create(CompressedFheInt120.prototype);
3034
3017
  obj.__wbg_ptr = ptr;
3035
3018
  CompressedFheInt120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3125,7 +3108,6 @@ if (Symbol.dispose) CompressedFheInt120.prototype[Symbol.dispose] = CompressedFh
3125
3108
 
3126
3109
  export class CompressedFheInt128 {
3127
3110
  static __wrap(ptr) {
3128
- ptr = ptr >>> 0;
3129
3111
  const obj = Object.create(CompressedFheInt128.prototype);
3130
3112
  obj.__wbg_ptr = ptr;
3131
3113
  CompressedFheInt128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3221,7 +3203,6 @@ if (Symbol.dispose) CompressedFheInt128.prototype[Symbol.dispose] = CompressedFh
3221
3203
 
3222
3204
  export class CompressedFheInt136 {
3223
3205
  static __wrap(ptr) {
3224
- ptr = ptr >>> 0;
3225
3206
  const obj = Object.create(CompressedFheInt136.prototype);
3226
3207
  obj.__wbg_ptr = ptr;
3227
3208
  CompressedFheInt136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3317,7 +3298,6 @@ if (Symbol.dispose) CompressedFheInt136.prototype[Symbol.dispose] = CompressedFh
3317
3298
 
3318
3299
  export class CompressedFheInt14 {
3319
3300
  static __wrap(ptr) {
3320
- ptr = ptr >>> 0;
3321
3301
  const obj = Object.create(CompressedFheInt14.prototype);
3322
3302
  obj.__wbg_ptr = ptr;
3323
3303
  CompressedFheInt14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3413,7 +3393,6 @@ if (Symbol.dispose) CompressedFheInt14.prototype[Symbol.dispose] = CompressedFhe
3413
3393
 
3414
3394
  export class CompressedFheInt144 {
3415
3395
  static __wrap(ptr) {
3416
- ptr = ptr >>> 0;
3417
3396
  const obj = Object.create(CompressedFheInt144.prototype);
3418
3397
  obj.__wbg_ptr = ptr;
3419
3398
  CompressedFheInt144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3509,7 +3488,6 @@ if (Symbol.dispose) CompressedFheInt144.prototype[Symbol.dispose] = CompressedFh
3509
3488
 
3510
3489
  export class CompressedFheInt152 {
3511
3490
  static __wrap(ptr) {
3512
- ptr = ptr >>> 0;
3513
3491
  const obj = Object.create(CompressedFheInt152.prototype);
3514
3492
  obj.__wbg_ptr = ptr;
3515
3493
  CompressedFheInt152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3605,7 +3583,6 @@ if (Symbol.dispose) CompressedFheInt152.prototype[Symbol.dispose] = CompressedFh
3605
3583
 
3606
3584
  export class CompressedFheInt16 {
3607
3585
  static __wrap(ptr) {
3608
- ptr = ptr >>> 0;
3609
3586
  const obj = Object.create(CompressedFheInt16.prototype);
3610
3587
  obj.__wbg_ptr = ptr;
3611
3588
  CompressedFheInt16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3701,7 +3678,6 @@ if (Symbol.dispose) CompressedFheInt16.prototype[Symbol.dispose] = CompressedFhe
3701
3678
 
3702
3679
  export class CompressedFheInt160 {
3703
3680
  static __wrap(ptr) {
3704
- ptr = ptr >>> 0;
3705
3681
  const obj = Object.create(CompressedFheInt160.prototype);
3706
3682
  obj.__wbg_ptr = ptr;
3707
3683
  CompressedFheInt160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3797,7 +3773,6 @@ if (Symbol.dispose) CompressedFheInt160.prototype[Symbol.dispose] = CompressedFh
3797
3773
 
3798
3774
  export class CompressedFheInt168 {
3799
3775
  static __wrap(ptr) {
3800
- ptr = ptr >>> 0;
3801
3776
  const obj = Object.create(CompressedFheInt168.prototype);
3802
3777
  obj.__wbg_ptr = ptr;
3803
3778
  CompressedFheInt168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3893,7 +3868,6 @@ if (Symbol.dispose) CompressedFheInt168.prototype[Symbol.dispose] = CompressedFh
3893
3868
 
3894
3869
  export class CompressedFheInt176 {
3895
3870
  static __wrap(ptr) {
3896
- ptr = ptr >>> 0;
3897
3871
  const obj = Object.create(CompressedFheInt176.prototype);
3898
3872
  obj.__wbg_ptr = ptr;
3899
3873
  CompressedFheInt176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3989,7 +3963,6 @@ if (Symbol.dispose) CompressedFheInt176.prototype[Symbol.dispose] = CompressedFh
3989
3963
 
3990
3964
  export class CompressedFheInt184 {
3991
3965
  static __wrap(ptr) {
3992
- ptr = ptr >>> 0;
3993
3966
  const obj = Object.create(CompressedFheInt184.prototype);
3994
3967
  obj.__wbg_ptr = ptr;
3995
3968
  CompressedFheInt184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4085,7 +4058,6 @@ if (Symbol.dispose) CompressedFheInt184.prototype[Symbol.dispose] = CompressedFh
4085
4058
 
4086
4059
  export class CompressedFheInt192 {
4087
4060
  static __wrap(ptr) {
4088
- ptr = ptr >>> 0;
4089
4061
  const obj = Object.create(CompressedFheInt192.prototype);
4090
4062
  obj.__wbg_ptr = ptr;
4091
4063
  CompressedFheInt192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4181,7 +4153,6 @@ if (Symbol.dispose) CompressedFheInt192.prototype[Symbol.dispose] = CompressedFh
4181
4153
 
4182
4154
  export class CompressedFheInt2 {
4183
4155
  static __wrap(ptr) {
4184
- ptr = ptr >>> 0;
4185
4156
  const obj = Object.create(CompressedFheInt2.prototype);
4186
4157
  obj.__wbg_ptr = ptr;
4187
4158
  CompressedFheInt2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4277,7 +4248,6 @@ if (Symbol.dispose) CompressedFheInt2.prototype[Symbol.dispose] = CompressedFheI
4277
4248
 
4278
4249
  export class CompressedFheInt200 {
4279
4250
  static __wrap(ptr) {
4280
- ptr = ptr >>> 0;
4281
4251
  const obj = Object.create(CompressedFheInt200.prototype);
4282
4252
  obj.__wbg_ptr = ptr;
4283
4253
  CompressedFheInt200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4373,7 +4343,6 @@ if (Symbol.dispose) CompressedFheInt200.prototype[Symbol.dispose] = CompressedFh
4373
4343
 
4374
4344
  export class CompressedFheInt2048 {
4375
4345
  static __wrap(ptr) {
4376
- ptr = ptr >>> 0;
4377
4346
  const obj = Object.create(CompressedFheInt2048.prototype);
4378
4347
  obj.__wbg_ptr = ptr;
4379
4348
  CompressedFheInt2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4469,7 +4438,6 @@ if (Symbol.dispose) CompressedFheInt2048.prototype[Symbol.dispose] = CompressedF
4469
4438
 
4470
4439
  export class CompressedFheInt208 {
4471
4440
  static __wrap(ptr) {
4472
- ptr = ptr >>> 0;
4473
4441
  const obj = Object.create(CompressedFheInt208.prototype);
4474
4442
  obj.__wbg_ptr = ptr;
4475
4443
  CompressedFheInt208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4565,7 +4533,6 @@ if (Symbol.dispose) CompressedFheInt208.prototype[Symbol.dispose] = CompressedFh
4565
4533
 
4566
4534
  export class CompressedFheInt216 {
4567
4535
  static __wrap(ptr) {
4568
- ptr = ptr >>> 0;
4569
4536
  const obj = Object.create(CompressedFheInt216.prototype);
4570
4537
  obj.__wbg_ptr = ptr;
4571
4538
  CompressedFheInt216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4661,7 +4628,6 @@ if (Symbol.dispose) CompressedFheInt216.prototype[Symbol.dispose] = CompressedFh
4661
4628
 
4662
4629
  export class CompressedFheInt224 {
4663
4630
  static __wrap(ptr) {
4664
- ptr = ptr >>> 0;
4665
4631
  const obj = Object.create(CompressedFheInt224.prototype);
4666
4632
  obj.__wbg_ptr = ptr;
4667
4633
  CompressedFheInt224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4757,7 +4723,6 @@ if (Symbol.dispose) CompressedFheInt224.prototype[Symbol.dispose] = CompressedFh
4757
4723
 
4758
4724
  export class CompressedFheInt232 {
4759
4725
  static __wrap(ptr) {
4760
- ptr = ptr >>> 0;
4761
4726
  const obj = Object.create(CompressedFheInt232.prototype);
4762
4727
  obj.__wbg_ptr = ptr;
4763
4728
  CompressedFheInt232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4853,7 +4818,6 @@ if (Symbol.dispose) CompressedFheInt232.prototype[Symbol.dispose] = CompressedFh
4853
4818
 
4854
4819
  export class CompressedFheInt24 {
4855
4820
  static __wrap(ptr) {
4856
- ptr = ptr >>> 0;
4857
4821
  const obj = Object.create(CompressedFheInt24.prototype);
4858
4822
  obj.__wbg_ptr = ptr;
4859
4823
  CompressedFheInt24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4949,7 +4913,6 @@ if (Symbol.dispose) CompressedFheInt24.prototype[Symbol.dispose] = CompressedFhe
4949
4913
 
4950
4914
  export class CompressedFheInt240 {
4951
4915
  static __wrap(ptr) {
4952
- ptr = ptr >>> 0;
4953
4916
  const obj = Object.create(CompressedFheInt240.prototype);
4954
4917
  obj.__wbg_ptr = ptr;
4955
4918
  CompressedFheInt240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5045,7 +5008,6 @@ if (Symbol.dispose) CompressedFheInt240.prototype[Symbol.dispose] = CompressedFh
5045
5008
 
5046
5009
  export class CompressedFheInt248 {
5047
5010
  static __wrap(ptr) {
5048
- ptr = ptr >>> 0;
5049
5011
  const obj = Object.create(CompressedFheInt248.prototype);
5050
5012
  obj.__wbg_ptr = ptr;
5051
5013
  CompressedFheInt248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5141,7 +5103,6 @@ if (Symbol.dispose) CompressedFheInt248.prototype[Symbol.dispose] = CompressedFh
5141
5103
 
5142
5104
  export class CompressedFheInt256 {
5143
5105
  static __wrap(ptr) {
5144
- ptr = ptr >>> 0;
5145
5106
  const obj = Object.create(CompressedFheInt256.prototype);
5146
5107
  obj.__wbg_ptr = ptr;
5147
5108
  CompressedFheInt256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5237,7 +5198,6 @@ if (Symbol.dispose) CompressedFheInt256.prototype[Symbol.dispose] = CompressedFh
5237
5198
 
5238
5199
  export class CompressedFheInt32 {
5239
5200
  static __wrap(ptr) {
5240
- ptr = ptr >>> 0;
5241
5201
  const obj = Object.create(CompressedFheInt32.prototype);
5242
5202
  obj.__wbg_ptr = ptr;
5243
5203
  CompressedFheInt32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5333,7 +5293,6 @@ if (Symbol.dispose) CompressedFheInt32.prototype[Symbol.dispose] = CompressedFhe
5333
5293
 
5334
5294
  export class CompressedFheInt4 {
5335
5295
  static __wrap(ptr) {
5336
- ptr = ptr >>> 0;
5337
5296
  const obj = Object.create(CompressedFheInt4.prototype);
5338
5297
  obj.__wbg_ptr = ptr;
5339
5298
  CompressedFheInt4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5429,7 +5388,6 @@ if (Symbol.dispose) CompressedFheInt4.prototype[Symbol.dispose] = CompressedFheI
5429
5388
 
5430
5389
  export class CompressedFheInt40 {
5431
5390
  static __wrap(ptr) {
5432
- ptr = ptr >>> 0;
5433
5391
  const obj = Object.create(CompressedFheInt40.prototype);
5434
5392
  obj.__wbg_ptr = ptr;
5435
5393
  CompressedFheInt40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5525,7 +5483,6 @@ if (Symbol.dispose) CompressedFheInt40.prototype[Symbol.dispose] = CompressedFhe
5525
5483
 
5526
5484
  export class CompressedFheInt48 {
5527
5485
  static __wrap(ptr) {
5528
- ptr = ptr >>> 0;
5529
5486
  const obj = Object.create(CompressedFheInt48.prototype);
5530
5487
  obj.__wbg_ptr = ptr;
5531
5488
  CompressedFheInt48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5621,7 +5578,6 @@ if (Symbol.dispose) CompressedFheInt48.prototype[Symbol.dispose] = CompressedFhe
5621
5578
 
5622
5579
  export class CompressedFheInt512 {
5623
5580
  static __wrap(ptr) {
5624
- ptr = ptr >>> 0;
5625
5581
  const obj = Object.create(CompressedFheInt512.prototype);
5626
5582
  obj.__wbg_ptr = ptr;
5627
5583
  CompressedFheInt512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5717,7 +5673,6 @@ if (Symbol.dispose) CompressedFheInt512.prototype[Symbol.dispose] = CompressedFh
5717
5673
 
5718
5674
  export class CompressedFheInt56 {
5719
5675
  static __wrap(ptr) {
5720
- ptr = ptr >>> 0;
5721
5676
  const obj = Object.create(CompressedFheInt56.prototype);
5722
5677
  obj.__wbg_ptr = ptr;
5723
5678
  CompressedFheInt56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5813,7 +5768,6 @@ if (Symbol.dispose) CompressedFheInt56.prototype[Symbol.dispose] = CompressedFhe
5813
5768
 
5814
5769
  export class CompressedFheInt6 {
5815
5770
  static __wrap(ptr) {
5816
- ptr = ptr >>> 0;
5817
5771
  const obj = Object.create(CompressedFheInt6.prototype);
5818
5772
  obj.__wbg_ptr = ptr;
5819
5773
  CompressedFheInt6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5909,7 +5863,6 @@ if (Symbol.dispose) CompressedFheInt6.prototype[Symbol.dispose] = CompressedFheI
5909
5863
 
5910
5864
  export class CompressedFheInt64 {
5911
5865
  static __wrap(ptr) {
5912
- ptr = ptr >>> 0;
5913
5866
  const obj = Object.create(CompressedFheInt64.prototype);
5914
5867
  obj.__wbg_ptr = ptr;
5915
5868
  CompressedFheInt64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6005,7 +5958,6 @@ if (Symbol.dispose) CompressedFheInt64.prototype[Symbol.dispose] = CompressedFhe
6005
5958
 
6006
5959
  export class CompressedFheInt72 {
6007
5960
  static __wrap(ptr) {
6008
- ptr = ptr >>> 0;
6009
5961
  const obj = Object.create(CompressedFheInt72.prototype);
6010
5962
  obj.__wbg_ptr = ptr;
6011
5963
  CompressedFheInt72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6101,7 +6053,6 @@ if (Symbol.dispose) CompressedFheInt72.prototype[Symbol.dispose] = CompressedFhe
6101
6053
 
6102
6054
  export class CompressedFheInt8 {
6103
6055
  static __wrap(ptr) {
6104
- ptr = ptr >>> 0;
6105
6056
  const obj = Object.create(CompressedFheInt8.prototype);
6106
6057
  obj.__wbg_ptr = ptr;
6107
6058
  CompressedFheInt8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6197,7 +6148,6 @@ if (Symbol.dispose) CompressedFheInt8.prototype[Symbol.dispose] = CompressedFheI
6197
6148
 
6198
6149
  export class CompressedFheInt80 {
6199
6150
  static __wrap(ptr) {
6200
- ptr = ptr >>> 0;
6201
6151
  const obj = Object.create(CompressedFheInt80.prototype);
6202
6152
  obj.__wbg_ptr = ptr;
6203
6153
  CompressedFheInt80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6293,7 +6243,6 @@ if (Symbol.dispose) CompressedFheInt80.prototype[Symbol.dispose] = CompressedFhe
6293
6243
 
6294
6244
  export class CompressedFheInt88 {
6295
6245
  static __wrap(ptr) {
6296
- ptr = ptr >>> 0;
6297
6246
  const obj = Object.create(CompressedFheInt88.prototype);
6298
6247
  obj.__wbg_ptr = ptr;
6299
6248
  CompressedFheInt88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6389,7 +6338,6 @@ if (Symbol.dispose) CompressedFheInt88.prototype[Symbol.dispose] = CompressedFhe
6389
6338
 
6390
6339
  export class CompressedFheInt96 {
6391
6340
  static __wrap(ptr) {
6392
- ptr = ptr >>> 0;
6393
6341
  const obj = Object.create(CompressedFheInt96.prototype);
6394
6342
  obj.__wbg_ptr = ptr;
6395
6343
  CompressedFheInt96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6485,7 +6433,6 @@ if (Symbol.dispose) CompressedFheInt96.prototype[Symbol.dispose] = CompressedFhe
6485
6433
 
6486
6434
  export class CompressedFheUint10 {
6487
6435
  static __wrap(ptr) {
6488
- ptr = ptr >>> 0;
6489
6436
  const obj = Object.create(CompressedFheUint10.prototype);
6490
6437
  obj.__wbg_ptr = ptr;
6491
6438
  CompressedFheUint10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6581,7 +6528,6 @@ if (Symbol.dispose) CompressedFheUint10.prototype[Symbol.dispose] = CompressedFh
6581
6528
 
6582
6529
  export class CompressedFheUint1024 {
6583
6530
  static __wrap(ptr) {
6584
- ptr = ptr >>> 0;
6585
6531
  const obj = Object.create(CompressedFheUint1024.prototype);
6586
6532
  obj.__wbg_ptr = ptr;
6587
6533
  CompressedFheUint1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6677,7 +6623,6 @@ if (Symbol.dispose) CompressedFheUint1024.prototype[Symbol.dispose] = Compressed
6677
6623
 
6678
6624
  export class CompressedFheUint104 {
6679
6625
  static __wrap(ptr) {
6680
- ptr = ptr >>> 0;
6681
6626
  const obj = Object.create(CompressedFheUint104.prototype);
6682
6627
  obj.__wbg_ptr = ptr;
6683
6628
  CompressedFheUint104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6773,7 +6718,6 @@ if (Symbol.dispose) CompressedFheUint104.prototype[Symbol.dispose] = CompressedF
6773
6718
 
6774
6719
  export class CompressedFheUint112 {
6775
6720
  static __wrap(ptr) {
6776
- ptr = ptr >>> 0;
6777
6721
  const obj = Object.create(CompressedFheUint112.prototype);
6778
6722
  obj.__wbg_ptr = ptr;
6779
6723
  CompressedFheUint112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6869,7 +6813,6 @@ if (Symbol.dispose) CompressedFheUint112.prototype[Symbol.dispose] = CompressedF
6869
6813
 
6870
6814
  export class CompressedFheUint12 {
6871
6815
  static __wrap(ptr) {
6872
- ptr = ptr >>> 0;
6873
6816
  const obj = Object.create(CompressedFheUint12.prototype);
6874
6817
  obj.__wbg_ptr = ptr;
6875
6818
  CompressedFheUint12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6965,7 +6908,6 @@ if (Symbol.dispose) CompressedFheUint12.prototype[Symbol.dispose] = CompressedFh
6965
6908
 
6966
6909
  export class CompressedFheUint120 {
6967
6910
  static __wrap(ptr) {
6968
- ptr = ptr >>> 0;
6969
6911
  const obj = Object.create(CompressedFheUint120.prototype);
6970
6912
  obj.__wbg_ptr = ptr;
6971
6913
  CompressedFheUint120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7061,7 +7003,6 @@ if (Symbol.dispose) CompressedFheUint120.prototype[Symbol.dispose] = CompressedF
7061
7003
 
7062
7004
  export class CompressedFheUint128 {
7063
7005
  static __wrap(ptr) {
7064
- ptr = ptr >>> 0;
7065
7006
  const obj = Object.create(CompressedFheUint128.prototype);
7066
7007
  obj.__wbg_ptr = ptr;
7067
7008
  CompressedFheUint128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7157,7 +7098,6 @@ if (Symbol.dispose) CompressedFheUint128.prototype[Symbol.dispose] = CompressedF
7157
7098
 
7158
7099
  export class CompressedFheUint136 {
7159
7100
  static __wrap(ptr) {
7160
- ptr = ptr >>> 0;
7161
7101
  const obj = Object.create(CompressedFheUint136.prototype);
7162
7102
  obj.__wbg_ptr = ptr;
7163
7103
  CompressedFheUint136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7253,7 +7193,6 @@ if (Symbol.dispose) CompressedFheUint136.prototype[Symbol.dispose] = CompressedF
7253
7193
 
7254
7194
  export class CompressedFheUint14 {
7255
7195
  static __wrap(ptr) {
7256
- ptr = ptr >>> 0;
7257
7196
  const obj = Object.create(CompressedFheUint14.prototype);
7258
7197
  obj.__wbg_ptr = ptr;
7259
7198
  CompressedFheUint14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7349,7 +7288,6 @@ if (Symbol.dispose) CompressedFheUint14.prototype[Symbol.dispose] = CompressedFh
7349
7288
 
7350
7289
  export class CompressedFheUint144 {
7351
7290
  static __wrap(ptr) {
7352
- ptr = ptr >>> 0;
7353
7291
  const obj = Object.create(CompressedFheUint144.prototype);
7354
7292
  obj.__wbg_ptr = ptr;
7355
7293
  CompressedFheUint144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7445,7 +7383,6 @@ if (Symbol.dispose) CompressedFheUint144.prototype[Symbol.dispose] = CompressedF
7445
7383
 
7446
7384
  export class CompressedFheUint152 {
7447
7385
  static __wrap(ptr) {
7448
- ptr = ptr >>> 0;
7449
7386
  const obj = Object.create(CompressedFheUint152.prototype);
7450
7387
  obj.__wbg_ptr = ptr;
7451
7388
  CompressedFheUint152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7541,7 +7478,6 @@ if (Symbol.dispose) CompressedFheUint152.prototype[Symbol.dispose] = CompressedF
7541
7478
 
7542
7479
  export class CompressedFheUint16 {
7543
7480
  static __wrap(ptr) {
7544
- ptr = ptr >>> 0;
7545
7481
  const obj = Object.create(CompressedFheUint16.prototype);
7546
7482
  obj.__wbg_ptr = ptr;
7547
7483
  CompressedFheUint16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7637,7 +7573,6 @@ if (Symbol.dispose) CompressedFheUint16.prototype[Symbol.dispose] = CompressedFh
7637
7573
 
7638
7574
  export class CompressedFheUint160 {
7639
7575
  static __wrap(ptr) {
7640
- ptr = ptr >>> 0;
7641
7576
  const obj = Object.create(CompressedFheUint160.prototype);
7642
7577
  obj.__wbg_ptr = ptr;
7643
7578
  CompressedFheUint160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7733,7 +7668,6 @@ if (Symbol.dispose) CompressedFheUint160.prototype[Symbol.dispose] = CompressedF
7733
7668
 
7734
7669
  export class CompressedFheUint168 {
7735
7670
  static __wrap(ptr) {
7736
- ptr = ptr >>> 0;
7737
7671
  const obj = Object.create(CompressedFheUint168.prototype);
7738
7672
  obj.__wbg_ptr = ptr;
7739
7673
  CompressedFheUint168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7829,7 +7763,6 @@ if (Symbol.dispose) CompressedFheUint168.prototype[Symbol.dispose] = CompressedF
7829
7763
 
7830
7764
  export class CompressedFheUint176 {
7831
7765
  static __wrap(ptr) {
7832
- ptr = ptr >>> 0;
7833
7766
  const obj = Object.create(CompressedFheUint176.prototype);
7834
7767
  obj.__wbg_ptr = ptr;
7835
7768
  CompressedFheUint176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7925,7 +7858,6 @@ if (Symbol.dispose) CompressedFheUint176.prototype[Symbol.dispose] = CompressedF
7925
7858
 
7926
7859
  export class CompressedFheUint184 {
7927
7860
  static __wrap(ptr) {
7928
- ptr = ptr >>> 0;
7929
7861
  const obj = Object.create(CompressedFheUint184.prototype);
7930
7862
  obj.__wbg_ptr = ptr;
7931
7863
  CompressedFheUint184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8021,7 +7953,6 @@ if (Symbol.dispose) CompressedFheUint184.prototype[Symbol.dispose] = CompressedF
8021
7953
 
8022
7954
  export class CompressedFheUint192 {
8023
7955
  static __wrap(ptr) {
8024
- ptr = ptr >>> 0;
8025
7956
  const obj = Object.create(CompressedFheUint192.prototype);
8026
7957
  obj.__wbg_ptr = ptr;
8027
7958
  CompressedFheUint192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8117,7 +8048,6 @@ if (Symbol.dispose) CompressedFheUint192.prototype[Symbol.dispose] = CompressedF
8117
8048
 
8118
8049
  export class CompressedFheUint2 {
8119
8050
  static __wrap(ptr) {
8120
- ptr = ptr >>> 0;
8121
8051
  const obj = Object.create(CompressedFheUint2.prototype);
8122
8052
  obj.__wbg_ptr = ptr;
8123
8053
  CompressedFheUint2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8213,7 +8143,6 @@ if (Symbol.dispose) CompressedFheUint2.prototype[Symbol.dispose] = CompressedFhe
8213
8143
 
8214
8144
  export class CompressedFheUint200 {
8215
8145
  static __wrap(ptr) {
8216
- ptr = ptr >>> 0;
8217
8146
  const obj = Object.create(CompressedFheUint200.prototype);
8218
8147
  obj.__wbg_ptr = ptr;
8219
8148
  CompressedFheUint200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8309,7 +8238,6 @@ if (Symbol.dispose) CompressedFheUint200.prototype[Symbol.dispose] = CompressedF
8309
8238
 
8310
8239
  export class CompressedFheUint2048 {
8311
8240
  static __wrap(ptr) {
8312
- ptr = ptr >>> 0;
8313
8241
  const obj = Object.create(CompressedFheUint2048.prototype);
8314
8242
  obj.__wbg_ptr = ptr;
8315
8243
  CompressedFheUint2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8405,7 +8333,6 @@ if (Symbol.dispose) CompressedFheUint2048.prototype[Symbol.dispose] = Compressed
8405
8333
 
8406
8334
  export class CompressedFheUint208 {
8407
8335
  static __wrap(ptr) {
8408
- ptr = ptr >>> 0;
8409
8336
  const obj = Object.create(CompressedFheUint208.prototype);
8410
8337
  obj.__wbg_ptr = ptr;
8411
8338
  CompressedFheUint208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8501,7 +8428,6 @@ if (Symbol.dispose) CompressedFheUint208.prototype[Symbol.dispose] = CompressedF
8501
8428
 
8502
8429
  export class CompressedFheUint216 {
8503
8430
  static __wrap(ptr) {
8504
- ptr = ptr >>> 0;
8505
8431
  const obj = Object.create(CompressedFheUint216.prototype);
8506
8432
  obj.__wbg_ptr = ptr;
8507
8433
  CompressedFheUint216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8597,7 +8523,6 @@ if (Symbol.dispose) CompressedFheUint216.prototype[Symbol.dispose] = CompressedF
8597
8523
 
8598
8524
  export class CompressedFheUint224 {
8599
8525
  static __wrap(ptr) {
8600
- ptr = ptr >>> 0;
8601
8526
  const obj = Object.create(CompressedFheUint224.prototype);
8602
8527
  obj.__wbg_ptr = ptr;
8603
8528
  CompressedFheUint224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8693,7 +8618,6 @@ if (Symbol.dispose) CompressedFheUint224.prototype[Symbol.dispose] = CompressedF
8693
8618
 
8694
8619
  export class CompressedFheUint232 {
8695
8620
  static __wrap(ptr) {
8696
- ptr = ptr >>> 0;
8697
8621
  const obj = Object.create(CompressedFheUint232.prototype);
8698
8622
  obj.__wbg_ptr = ptr;
8699
8623
  CompressedFheUint232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8789,7 +8713,6 @@ if (Symbol.dispose) CompressedFheUint232.prototype[Symbol.dispose] = CompressedF
8789
8713
 
8790
8714
  export class CompressedFheUint24 {
8791
8715
  static __wrap(ptr) {
8792
- ptr = ptr >>> 0;
8793
8716
  const obj = Object.create(CompressedFheUint24.prototype);
8794
8717
  obj.__wbg_ptr = ptr;
8795
8718
  CompressedFheUint24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8885,7 +8808,6 @@ if (Symbol.dispose) CompressedFheUint24.prototype[Symbol.dispose] = CompressedFh
8885
8808
 
8886
8809
  export class CompressedFheUint240 {
8887
8810
  static __wrap(ptr) {
8888
- ptr = ptr >>> 0;
8889
8811
  const obj = Object.create(CompressedFheUint240.prototype);
8890
8812
  obj.__wbg_ptr = ptr;
8891
8813
  CompressedFheUint240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8981,7 +8903,6 @@ if (Symbol.dispose) CompressedFheUint240.prototype[Symbol.dispose] = CompressedF
8981
8903
 
8982
8904
  export class CompressedFheUint248 {
8983
8905
  static __wrap(ptr) {
8984
- ptr = ptr >>> 0;
8985
8906
  const obj = Object.create(CompressedFheUint248.prototype);
8986
8907
  obj.__wbg_ptr = ptr;
8987
8908
  CompressedFheUint248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9077,7 +8998,6 @@ if (Symbol.dispose) CompressedFheUint248.prototype[Symbol.dispose] = CompressedF
9077
8998
 
9078
8999
  export class CompressedFheUint256 {
9079
9000
  static __wrap(ptr) {
9080
- ptr = ptr >>> 0;
9081
9001
  const obj = Object.create(CompressedFheUint256.prototype);
9082
9002
  obj.__wbg_ptr = ptr;
9083
9003
  CompressedFheUint256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9173,7 +9093,6 @@ if (Symbol.dispose) CompressedFheUint256.prototype[Symbol.dispose] = CompressedF
9173
9093
 
9174
9094
  export class CompressedFheUint32 {
9175
9095
  static __wrap(ptr) {
9176
- ptr = ptr >>> 0;
9177
9096
  const obj = Object.create(CompressedFheUint32.prototype);
9178
9097
  obj.__wbg_ptr = ptr;
9179
9098
  CompressedFheUint32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9269,7 +9188,6 @@ if (Symbol.dispose) CompressedFheUint32.prototype[Symbol.dispose] = CompressedFh
9269
9188
 
9270
9189
  export class CompressedFheUint4 {
9271
9190
  static __wrap(ptr) {
9272
- ptr = ptr >>> 0;
9273
9191
  const obj = Object.create(CompressedFheUint4.prototype);
9274
9192
  obj.__wbg_ptr = ptr;
9275
9193
  CompressedFheUint4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9365,7 +9283,6 @@ if (Symbol.dispose) CompressedFheUint4.prototype[Symbol.dispose] = CompressedFhe
9365
9283
 
9366
9284
  export class CompressedFheUint40 {
9367
9285
  static __wrap(ptr) {
9368
- ptr = ptr >>> 0;
9369
9286
  const obj = Object.create(CompressedFheUint40.prototype);
9370
9287
  obj.__wbg_ptr = ptr;
9371
9288
  CompressedFheUint40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9461,7 +9378,6 @@ if (Symbol.dispose) CompressedFheUint40.prototype[Symbol.dispose] = CompressedFh
9461
9378
 
9462
9379
  export class CompressedFheUint48 {
9463
9380
  static __wrap(ptr) {
9464
- ptr = ptr >>> 0;
9465
9381
  const obj = Object.create(CompressedFheUint48.prototype);
9466
9382
  obj.__wbg_ptr = ptr;
9467
9383
  CompressedFheUint48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9557,7 +9473,6 @@ if (Symbol.dispose) CompressedFheUint48.prototype[Symbol.dispose] = CompressedFh
9557
9473
 
9558
9474
  export class CompressedFheUint512 {
9559
9475
  static __wrap(ptr) {
9560
- ptr = ptr >>> 0;
9561
9476
  const obj = Object.create(CompressedFheUint512.prototype);
9562
9477
  obj.__wbg_ptr = ptr;
9563
9478
  CompressedFheUint512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9653,7 +9568,6 @@ if (Symbol.dispose) CompressedFheUint512.prototype[Symbol.dispose] = CompressedF
9653
9568
 
9654
9569
  export class CompressedFheUint56 {
9655
9570
  static __wrap(ptr) {
9656
- ptr = ptr >>> 0;
9657
9571
  const obj = Object.create(CompressedFheUint56.prototype);
9658
9572
  obj.__wbg_ptr = ptr;
9659
9573
  CompressedFheUint56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9749,7 +9663,6 @@ if (Symbol.dispose) CompressedFheUint56.prototype[Symbol.dispose] = CompressedFh
9749
9663
 
9750
9664
  export class CompressedFheUint6 {
9751
9665
  static __wrap(ptr) {
9752
- ptr = ptr >>> 0;
9753
9666
  const obj = Object.create(CompressedFheUint6.prototype);
9754
9667
  obj.__wbg_ptr = ptr;
9755
9668
  CompressedFheUint6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9845,7 +9758,6 @@ if (Symbol.dispose) CompressedFheUint6.prototype[Symbol.dispose] = CompressedFhe
9845
9758
 
9846
9759
  export class CompressedFheUint64 {
9847
9760
  static __wrap(ptr) {
9848
- ptr = ptr >>> 0;
9849
9761
  const obj = Object.create(CompressedFheUint64.prototype);
9850
9762
  obj.__wbg_ptr = ptr;
9851
9763
  CompressedFheUint64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9941,7 +9853,6 @@ if (Symbol.dispose) CompressedFheUint64.prototype[Symbol.dispose] = CompressedFh
9941
9853
 
9942
9854
  export class CompressedFheUint72 {
9943
9855
  static __wrap(ptr) {
9944
- ptr = ptr >>> 0;
9945
9856
  const obj = Object.create(CompressedFheUint72.prototype);
9946
9857
  obj.__wbg_ptr = ptr;
9947
9858
  CompressedFheUint72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10037,7 +9948,6 @@ if (Symbol.dispose) CompressedFheUint72.prototype[Symbol.dispose] = CompressedFh
10037
9948
 
10038
9949
  export class CompressedFheUint8 {
10039
9950
  static __wrap(ptr) {
10040
- ptr = ptr >>> 0;
10041
9951
  const obj = Object.create(CompressedFheUint8.prototype);
10042
9952
  obj.__wbg_ptr = ptr;
10043
9953
  CompressedFheUint8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10133,7 +10043,6 @@ if (Symbol.dispose) CompressedFheUint8.prototype[Symbol.dispose] = CompressedFhe
10133
10043
 
10134
10044
  export class CompressedFheUint80 {
10135
10045
  static __wrap(ptr) {
10136
- ptr = ptr >>> 0;
10137
10046
  const obj = Object.create(CompressedFheUint80.prototype);
10138
10047
  obj.__wbg_ptr = ptr;
10139
10048
  CompressedFheUint80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10229,7 +10138,6 @@ if (Symbol.dispose) CompressedFheUint80.prototype[Symbol.dispose] = CompressedFh
10229
10138
 
10230
10139
  export class CompressedFheUint88 {
10231
10140
  static __wrap(ptr) {
10232
- ptr = ptr >>> 0;
10233
10141
  const obj = Object.create(CompressedFheUint88.prototype);
10234
10142
  obj.__wbg_ptr = ptr;
10235
10143
  CompressedFheUint88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10325,7 +10233,6 @@ if (Symbol.dispose) CompressedFheUint88.prototype[Symbol.dispose] = CompressedFh
10325
10233
 
10326
10234
  export class CompressedFheUint96 {
10327
10235
  static __wrap(ptr) {
10328
- ptr = ptr >>> 0;
10329
10236
  const obj = Object.create(CompressedFheUint96.prototype);
10330
10237
  obj.__wbg_ptr = ptr;
10331
10238
  CompressedFheUint96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10421,7 +10328,6 @@ if (Symbol.dispose) CompressedFheUint96.prototype[Symbol.dispose] = CompressedFh
10421
10328
 
10422
10329
  export class FheBool {
10423
10330
  static __wrap(ptr) {
10424
- ptr = ptr >>> 0;
10425
10331
  const obj = Object.create(FheBool.prototype);
10426
10332
  obj.__wbg_ptr = ptr;
10427
10333
  FheBoolFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -10545,7 +10451,6 @@ if (Symbol.dispose) FheBool.prototype[Symbol.dispose] = FheBool.prototype.free;
10545
10451
 
10546
10452
  export class FheInt10 {
10547
10453
  static __wrap(ptr) {
10548
- ptr = ptr >>> 0;
10549
10454
  const obj = Object.create(FheInt10.prototype);
10550
10455
  obj.__wbg_ptr = ptr;
10551
10456
  FheInt10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10669,7 +10574,6 @@ if (Symbol.dispose) FheInt10.prototype[Symbol.dispose] = FheInt10.prototype.free
10669
10574
 
10670
10575
  export class FheInt1024 {
10671
10576
  static __wrap(ptr) {
10672
- ptr = ptr >>> 0;
10673
10577
  const obj = Object.create(FheInt1024.prototype);
10674
10578
  obj.__wbg_ptr = ptr;
10675
10579
  FheInt1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10793,7 +10697,6 @@ if (Symbol.dispose) FheInt1024.prototype[Symbol.dispose] = FheInt1024.prototype.
10793
10697
 
10794
10698
  export class FheInt104 {
10795
10699
  static __wrap(ptr) {
10796
- ptr = ptr >>> 0;
10797
10700
  const obj = Object.create(FheInt104.prototype);
10798
10701
  obj.__wbg_ptr = ptr;
10799
10702
  FheInt104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10917,7 +10820,6 @@ if (Symbol.dispose) FheInt104.prototype[Symbol.dispose] = FheInt104.prototype.fr
10917
10820
 
10918
10821
  export class FheInt112 {
10919
10822
  static __wrap(ptr) {
10920
- ptr = ptr >>> 0;
10921
10823
  const obj = Object.create(FheInt112.prototype);
10922
10824
  obj.__wbg_ptr = ptr;
10923
10825
  FheInt112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11041,7 +10943,6 @@ if (Symbol.dispose) FheInt112.prototype[Symbol.dispose] = FheInt112.prototype.fr
11041
10943
 
11042
10944
  export class FheInt12 {
11043
10945
  static __wrap(ptr) {
11044
- ptr = ptr >>> 0;
11045
10946
  const obj = Object.create(FheInt12.prototype);
11046
10947
  obj.__wbg_ptr = ptr;
11047
10948
  FheInt12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11165,7 +11066,6 @@ if (Symbol.dispose) FheInt12.prototype[Symbol.dispose] = FheInt12.prototype.free
11165
11066
 
11166
11067
  export class FheInt120 {
11167
11068
  static __wrap(ptr) {
11168
- ptr = ptr >>> 0;
11169
11069
  const obj = Object.create(FheInt120.prototype);
11170
11070
  obj.__wbg_ptr = ptr;
11171
11071
  FheInt120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11289,7 +11189,6 @@ if (Symbol.dispose) FheInt120.prototype[Symbol.dispose] = FheInt120.prototype.fr
11289
11189
 
11290
11190
  export class FheInt128 {
11291
11191
  static __wrap(ptr) {
11292
- ptr = ptr >>> 0;
11293
11192
  const obj = Object.create(FheInt128.prototype);
11294
11193
  obj.__wbg_ptr = ptr;
11295
11194
  FheInt128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11413,7 +11312,6 @@ if (Symbol.dispose) FheInt128.prototype[Symbol.dispose] = FheInt128.prototype.fr
11413
11312
 
11414
11313
  export class FheInt136 {
11415
11314
  static __wrap(ptr) {
11416
- ptr = ptr >>> 0;
11417
11315
  const obj = Object.create(FheInt136.prototype);
11418
11316
  obj.__wbg_ptr = ptr;
11419
11317
  FheInt136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11537,7 +11435,6 @@ if (Symbol.dispose) FheInt136.prototype[Symbol.dispose] = FheInt136.prototype.fr
11537
11435
 
11538
11436
  export class FheInt14 {
11539
11437
  static __wrap(ptr) {
11540
- ptr = ptr >>> 0;
11541
11438
  const obj = Object.create(FheInt14.prototype);
11542
11439
  obj.__wbg_ptr = ptr;
11543
11440
  FheInt14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11661,7 +11558,6 @@ if (Symbol.dispose) FheInt14.prototype[Symbol.dispose] = FheInt14.prototype.free
11661
11558
 
11662
11559
  export class FheInt144 {
11663
11560
  static __wrap(ptr) {
11664
- ptr = ptr >>> 0;
11665
11561
  const obj = Object.create(FheInt144.prototype);
11666
11562
  obj.__wbg_ptr = ptr;
11667
11563
  FheInt144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11785,7 +11681,6 @@ if (Symbol.dispose) FheInt144.prototype[Symbol.dispose] = FheInt144.prototype.fr
11785
11681
 
11786
11682
  export class FheInt152 {
11787
11683
  static __wrap(ptr) {
11788
- ptr = ptr >>> 0;
11789
11684
  const obj = Object.create(FheInt152.prototype);
11790
11685
  obj.__wbg_ptr = ptr;
11791
11686
  FheInt152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11909,7 +11804,6 @@ if (Symbol.dispose) FheInt152.prototype[Symbol.dispose] = FheInt152.prototype.fr
11909
11804
 
11910
11805
  export class FheInt16 {
11911
11806
  static __wrap(ptr) {
11912
- ptr = ptr >>> 0;
11913
11807
  const obj = Object.create(FheInt16.prototype);
11914
11808
  obj.__wbg_ptr = ptr;
11915
11809
  FheInt16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12033,7 +11927,6 @@ if (Symbol.dispose) FheInt16.prototype[Symbol.dispose] = FheInt16.prototype.free
12033
11927
 
12034
11928
  export class FheInt160 {
12035
11929
  static __wrap(ptr) {
12036
- ptr = ptr >>> 0;
12037
11930
  const obj = Object.create(FheInt160.prototype);
12038
11931
  obj.__wbg_ptr = ptr;
12039
11932
  FheInt160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12157,7 +12050,6 @@ if (Symbol.dispose) FheInt160.prototype[Symbol.dispose] = FheInt160.prototype.fr
12157
12050
 
12158
12051
  export class FheInt168 {
12159
12052
  static __wrap(ptr) {
12160
- ptr = ptr >>> 0;
12161
12053
  const obj = Object.create(FheInt168.prototype);
12162
12054
  obj.__wbg_ptr = ptr;
12163
12055
  FheInt168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12281,7 +12173,6 @@ if (Symbol.dispose) FheInt168.prototype[Symbol.dispose] = FheInt168.prototype.fr
12281
12173
 
12282
12174
  export class FheInt176 {
12283
12175
  static __wrap(ptr) {
12284
- ptr = ptr >>> 0;
12285
12176
  const obj = Object.create(FheInt176.prototype);
12286
12177
  obj.__wbg_ptr = ptr;
12287
12178
  FheInt176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12405,7 +12296,6 @@ if (Symbol.dispose) FheInt176.prototype[Symbol.dispose] = FheInt176.prototype.fr
12405
12296
 
12406
12297
  export class FheInt184 {
12407
12298
  static __wrap(ptr) {
12408
- ptr = ptr >>> 0;
12409
12299
  const obj = Object.create(FheInt184.prototype);
12410
12300
  obj.__wbg_ptr = ptr;
12411
12301
  FheInt184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12529,7 +12419,6 @@ if (Symbol.dispose) FheInt184.prototype[Symbol.dispose] = FheInt184.prototype.fr
12529
12419
 
12530
12420
  export class FheInt192 {
12531
12421
  static __wrap(ptr) {
12532
- ptr = ptr >>> 0;
12533
12422
  const obj = Object.create(FheInt192.prototype);
12534
12423
  obj.__wbg_ptr = ptr;
12535
12424
  FheInt192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12653,7 +12542,6 @@ if (Symbol.dispose) FheInt192.prototype[Symbol.dispose] = FheInt192.prototype.fr
12653
12542
 
12654
12543
  export class FheInt2 {
12655
12544
  static __wrap(ptr) {
12656
- ptr = ptr >>> 0;
12657
12545
  const obj = Object.create(FheInt2.prototype);
12658
12546
  obj.__wbg_ptr = ptr;
12659
12547
  FheInt2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12777,7 +12665,6 @@ if (Symbol.dispose) FheInt2.prototype[Symbol.dispose] = FheInt2.prototype.free;
12777
12665
 
12778
12666
  export class FheInt200 {
12779
12667
  static __wrap(ptr) {
12780
- ptr = ptr >>> 0;
12781
12668
  const obj = Object.create(FheInt200.prototype);
12782
12669
  obj.__wbg_ptr = ptr;
12783
12670
  FheInt200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12901,7 +12788,6 @@ if (Symbol.dispose) FheInt200.prototype[Symbol.dispose] = FheInt200.prototype.fr
12901
12788
 
12902
12789
  export class FheInt2048 {
12903
12790
  static __wrap(ptr) {
12904
- ptr = ptr >>> 0;
12905
12791
  const obj = Object.create(FheInt2048.prototype);
12906
12792
  obj.__wbg_ptr = ptr;
12907
12793
  FheInt2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13025,7 +12911,6 @@ if (Symbol.dispose) FheInt2048.prototype[Symbol.dispose] = FheInt2048.prototype.
13025
12911
 
13026
12912
  export class FheInt208 {
13027
12913
  static __wrap(ptr) {
13028
- ptr = ptr >>> 0;
13029
12914
  const obj = Object.create(FheInt208.prototype);
13030
12915
  obj.__wbg_ptr = ptr;
13031
12916
  FheInt208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13149,7 +13034,6 @@ if (Symbol.dispose) FheInt208.prototype[Symbol.dispose] = FheInt208.prototype.fr
13149
13034
 
13150
13035
  export class FheInt216 {
13151
13036
  static __wrap(ptr) {
13152
- ptr = ptr >>> 0;
13153
13037
  const obj = Object.create(FheInt216.prototype);
13154
13038
  obj.__wbg_ptr = ptr;
13155
13039
  FheInt216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13273,7 +13157,6 @@ if (Symbol.dispose) FheInt216.prototype[Symbol.dispose] = FheInt216.prototype.fr
13273
13157
 
13274
13158
  export class FheInt224 {
13275
13159
  static __wrap(ptr) {
13276
- ptr = ptr >>> 0;
13277
13160
  const obj = Object.create(FheInt224.prototype);
13278
13161
  obj.__wbg_ptr = ptr;
13279
13162
  FheInt224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13397,7 +13280,6 @@ if (Symbol.dispose) FheInt224.prototype[Symbol.dispose] = FheInt224.prototype.fr
13397
13280
 
13398
13281
  export class FheInt232 {
13399
13282
  static __wrap(ptr) {
13400
- ptr = ptr >>> 0;
13401
13283
  const obj = Object.create(FheInt232.prototype);
13402
13284
  obj.__wbg_ptr = ptr;
13403
13285
  FheInt232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13521,7 +13403,6 @@ if (Symbol.dispose) FheInt232.prototype[Symbol.dispose] = FheInt232.prototype.fr
13521
13403
 
13522
13404
  export class FheInt24 {
13523
13405
  static __wrap(ptr) {
13524
- ptr = ptr >>> 0;
13525
13406
  const obj = Object.create(FheInt24.prototype);
13526
13407
  obj.__wbg_ptr = ptr;
13527
13408
  FheInt24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13645,7 +13526,6 @@ if (Symbol.dispose) FheInt24.prototype[Symbol.dispose] = FheInt24.prototype.free
13645
13526
 
13646
13527
  export class FheInt240 {
13647
13528
  static __wrap(ptr) {
13648
- ptr = ptr >>> 0;
13649
13529
  const obj = Object.create(FheInt240.prototype);
13650
13530
  obj.__wbg_ptr = ptr;
13651
13531
  FheInt240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13769,7 +13649,6 @@ if (Symbol.dispose) FheInt240.prototype[Symbol.dispose] = FheInt240.prototype.fr
13769
13649
 
13770
13650
  export class FheInt248 {
13771
13651
  static __wrap(ptr) {
13772
- ptr = ptr >>> 0;
13773
13652
  const obj = Object.create(FheInt248.prototype);
13774
13653
  obj.__wbg_ptr = ptr;
13775
13654
  FheInt248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13893,7 +13772,6 @@ if (Symbol.dispose) FheInt248.prototype[Symbol.dispose] = FheInt248.prototype.fr
13893
13772
 
13894
13773
  export class FheInt256 {
13895
13774
  static __wrap(ptr) {
13896
- ptr = ptr >>> 0;
13897
13775
  const obj = Object.create(FheInt256.prototype);
13898
13776
  obj.__wbg_ptr = ptr;
13899
13777
  FheInt256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14017,7 +13895,6 @@ if (Symbol.dispose) FheInt256.prototype[Symbol.dispose] = FheInt256.prototype.fr
14017
13895
 
14018
13896
  export class FheInt32 {
14019
13897
  static __wrap(ptr) {
14020
- ptr = ptr >>> 0;
14021
13898
  const obj = Object.create(FheInt32.prototype);
14022
13899
  obj.__wbg_ptr = ptr;
14023
13900
  FheInt32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14141,7 +14018,6 @@ if (Symbol.dispose) FheInt32.prototype[Symbol.dispose] = FheInt32.prototype.free
14141
14018
 
14142
14019
  export class FheInt4 {
14143
14020
  static __wrap(ptr) {
14144
- ptr = ptr >>> 0;
14145
14021
  const obj = Object.create(FheInt4.prototype);
14146
14022
  obj.__wbg_ptr = ptr;
14147
14023
  FheInt4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14265,7 +14141,6 @@ if (Symbol.dispose) FheInt4.prototype[Symbol.dispose] = FheInt4.prototype.free;
14265
14141
 
14266
14142
  export class FheInt40 {
14267
14143
  static __wrap(ptr) {
14268
- ptr = ptr >>> 0;
14269
14144
  const obj = Object.create(FheInt40.prototype);
14270
14145
  obj.__wbg_ptr = ptr;
14271
14146
  FheInt40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14389,7 +14264,6 @@ if (Symbol.dispose) FheInt40.prototype[Symbol.dispose] = FheInt40.prototype.free
14389
14264
 
14390
14265
  export class FheInt48 {
14391
14266
  static __wrap(ptr) {
14392
- ptr = ptr >>> 0;
14393
14267
  const obj = Object.create(FheInt48.prototype);
14394
14268
  obj.__wbg_ptr = ptr;
14395
14269
  FheInt48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14513,7 +14387,6 @@ if (Symbol.dispose) FheInt48.prototype[Symbol.dispose] = FheInt48.prototype.free
14513
14387
 
14514
14388
  export class FheInt512 {
14515
14389
  static __wrap(ptr) {
14516
- ptr = ptr >>> 0;
14517
14390
  const obj = Object.create(FheInt512.prototype);
14518
14391
  obj.__wbg_ptr = ptr;
14519
14392
  FheInt512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14637,7 +14510,6 @@ if (Symbol.dispose) FheInt512.prototype[Symbol.dispose] = FheInt512.prototype.fr
14637
14510
 
14638
14511
  export class FheInt56 {
14639
14512
  static __wrap(ptr) {
14640
- ptr = ptr >>> 0;
14641
14513
  const obj = Object.create(FheInt56.prototype);
14642
14514
  obj.__wbg_ptr = ptr;
14643
14515
  FheInt56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14761,7 +14633,6 @@ if (Symbol.dispose) FheInt56.prototype[Symbol.dispose] = FheInt56.prototype.free
14761
14633
 
14762
14634
  export class FheInt6 {
14763
14635
  static __wrap(ptr) {
14764
- ptr = ptr >>> 0;
14765
14636
  const obj = Object.create(FheInt6.prototype);
14766
14637
  obj.__wbg_ptr = ptr;
14767
14638
  FheInt6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14885,7 +14756,6 @@ if (Symbol.dispose) FheInt6.prototype[Symbol.dispose] = FheInt6.prototype.free;
14885
14756
 
14886
14757
  export class FheInt64 {
14887
14758
  static __wrap(ptr) {
14888
- ptr = ptr >>> 0;
14889
14759
  const obj = Object.create(FheInt64.prototype);
14890
14760
  obj.__wbg_ptr = ptr;
14891
14761
  FheInt64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15009,7 +14879,6 @@ if (Symbol.dispose) FheInt64.prototype[Symbol.dispose] = FheInt64.prototype.free
15009
14879
 
15010
14880
  export class FheInt72 {
15011
14881
  static __wrap(ptr) {
15012
- ptr = ptr >>> 0;
15013
14882
  const obj = Object.create(FheInt72.prototype);
15014
14883
  obj.__wbg_ptr = ptr;
15015
14884
  FheInt72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15133,7 +15002,6 @@ if (Symbol.dispose) FheInt72.prototype[Symbol.dispose] = FheInt72.prototype.free
15133
15002
 
15134
15003
  export class FheInt8 {
15135
15004
  static __wrap(ptr) {
15136
- ptr = ptr >>> 0;
15137
15005
  const obj = Object.create(FheInt8.prototype);
15138
15006
  obj.__wbg_ptr = ptr;
15139
15007
  FheInt8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15257,7 +15125,6 @@ if (Symbol.dispose) FheInt8.prototype[Symbol.dispose] = FheInt8.prototype.free;
15257
15125
 
15258
15126
  export class FheInt80 {
15259
15127
  static __wrap(ptr) {
15260
- ptr = ptr >>> 0;
15261
15128
  const obj = Object.create(FheInt80.prototype);
15262
15129
  obj.__wbg_ptr = ptr;
15263
15130
  FheInt80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15381,7 +15248,6 @@ if (Symbol.dispose) FheInt80.prototype[Symbol.dispose] = FheInt80.prototype.free
15381
15248
 
15382
15249
  export class FheInt88 {
15383
15250
  static __wrap(ptr) {
15384
- ptr = ptr >>> 0;
15385
15251
  const obj = Object.create(FheInt88.prototype);
15386
15252
  obj.__wbg_ptr = ptr;
15387
15253
  FheInt88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15505,7 +15371,6 @@ if (Symbol.dispose) FheInt88.prototype[Symbol.dispose] = FheInt88.prototype.free
15505
15371
 
15506
15372
  export class FheInt96 {
15507
15373
  static __wrap(ptr) {
15508
- ptr = ptr >>> 0;
15509
15374
  const obj = Object.create(FheInt96.prototype);
15510
15375
  obj.__wbg_ptr = ptr;
15511
15376
  FheInt96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15719,7 +15584,6 @@ export const FheTypes = Object.freeze({
15719
15584
 
15720
15585
  export class FheUint10 {
15721
15586
  static __wrap(ptr) {
15722
- ptr = ptr >>> 0;
15723
15587
  const obj = Object.create(FheUint10.prototype);
15724
15588
  obj.__wbg_ptr = ptr;
15725
15589
  FheUint10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15843,7 +15707,6 @@ if (Symbol.dispose) FheUint10.prototype[Symbol.dispose] = FheUint10.prototype.fr
15843
15707
 
15844
15708
  export class FheUint1024 {
15845
15709
  static __wrap(ptr) {
15846
- ptr = ptr >>> 0;
15847
15710
  const obj = Object.create(FheUint1024.prototype);
15848
15711
  obj.__wbg_ptr = ptr;
15849
15712
  FheUint1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15967,7 +15830,6 @@ if (Symbol.dispose) FheUint1024.prototype[Symbol.dispose] = FheUint1024.prototyp
15967
15830
 
15968
15831
  export class FheUint104 {
15969
15832
  static __wrap(ptr) {
15970
- ptr = ptr >>> 0;
15971
15833
  const obj = Object.create(FheUint104.prototype);
15972
15834
  obj.__wbg_ptr = ptr;
15973
15835
  FheUint104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16091,7 +15953,6 @@ if (Symbol.dispose) FheUint104.prototype[Symbol.dispose] = FheUint104.prototype.
16091
15953
 
16092
15954
  export class FheUint112 {
16093
15955
  static __wrap(ptr) {
16094
- ptr = ptr >>> 0;
16095
15956
  const obj = Object.create(FheUint112.prototype);
16096
15957
  obj.__wbg_ptr = ptr;
16097
15958
  FheUint112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16215,7 +16076,6 @@ if (Symbol.dispose) FheUint112.prototype[Symbol.dispose] = FheUint112.prototype.
16215
16076
 
16216
16077
  export class FheUint12 {
16217
16078
  static __wrap(ptr) {
16218
- ptr = ptr >>> 0;
16219
16079
  const obj = Object.create(FheUint12.prototype);
16220
16080
  obj.__wbg_ptr = ptr;
16221
16081
  FheUint12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16339,7 +16199,6 @@ if (Symbol.dispose) FheUint12.prototype[Symbol.dispose] = FheUint12.prototype.fr
16339
16199
 
16340
16200
  export class FheUint120 {
16341
16201
  static __wrap(ptr) {
16342
- ptr = ptr >>> 0;
16343
16202
  const obj = Object.create(FheUint120.prototype);
16344
16203
  obj.__wbg_ptr = ptr;
16345
16204
  FheUint120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16463,7 +16322,6 @@ if (Symbol.dispose) FheUint120.prototype[Symbol.dispose] = FheUint120.prototype.
16463
16322
 
16464
16323
  export class FheUint128 {
16465
16324
  static __wrap(ptr) {
16466
- ptr = ptr >>> 0;
16467
16325
  const obj = Object.create(FheUint128.prototype);
16468
16326
  obj.__wbg_ptr = ptr;
16469
16327
  FheUint128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16587,7 +16445,6 @@ if (Symbol.dispose) FheUint128.prototype[Symbol.dispose] = FheUint128.prototype.
16587
16445
 
16588
16446
  export class FheUint136 {
16589
16447
  static __wrap(ptr) {
16590
- ptr = ptr >>> 0;
16591
16448
  const obj = Object.create(FheUint136.prototype);
16592
16449
  obj.__wbg_ptr = ptr;
16593
16450
  FheUint136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16711,7 +16568,6 @@ if (Symbol.dispose) FheUint136.prototype[Symbol.dispose] = FheUint136.prototype.
16711
16568
 
16712
16569
  export class FheUint14 {
16713
16570
  static __wrap(ptr) {
16714
- ptr = ptr >>> 0;
16715
16571
  const obj = Object.create(FheUint14.prototype);
16716
16572
  obj.__wbg_ptr = ptr;
16717
16573
  FheUint14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16835,7 +16691,6 @@ if (Symbol.dispose) FheUint14.prototype[Symbol.dispose] = FheUint14.prototype.fr
16835
16691
 
16836
16692
  export class FheUint144 {
16837
16693
  static __wrap(ptr) {
16838
- ptr = ptr >>> 0;
16839
16694
  const obj = Object.create(FheUint144.prototype);
16840
16695
  obj.__wbg_ptr = ptr;
16841
16696
  FheUint144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16959,7 +16814,6 @@ if (Symbol.dispose) FheUint144.prototype[Symbol.dispose] = FheUint144.prototype.
16959
16814
 
16960
16815
  export class FheUint152 {
16961
16816
  static __wrap(ptr) {
16962
- ptr = ptr >>> 0;
16963
16817
  const obj = Object.create(FheUint152.prototype);
16964
16818
  obj.__wbg_ptr = ptr;
16965
16819
  FheUint152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17083,7 +16937,6 @@ if (Symbol.dispose) FheUint152.prototype[Symbol.dispose] = FheUint152.prototype.
17083
16937
 
17084
16938
  export class FheUint16 {
17085
16939
  static __wrap(ptr) {
17086
- ptr = ptr >>> 0;
17087
16940
  const obj = Object.create(FheUint16.prototype);
17088
16941
  obj.__wbg_ptr = ptr;
17089
16942
  FheUint16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17207,7 +17060,6 @@ if (Symbol.dispose) FheUint16.prototype[Symbol.dispose] = FheUint16.prototype.fr
17207
17060
 
17208
17061
  export class FheUint160 {
17209
17062
  static __wrap(ptr) {
17210
- ptr = ptr >>> 0;
17211
17063
  const obj = Object.create(FheUint160.prototype);
17212
17064
  obj.__wbg_ptr = ptr;
17213
17065
  FheUint160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17331,7 +17183,6 @@ if (Symbol.dispose) FheUint160.prototype[Symbol.dispose] = FheUint160.prototype.
17331
17183
 
17332
17184
  export class FheUint168 {
17333
17185
  static __wrap(ptr) {
17334
- ptr = ptr >>> 0;
17335
17186
  const obj = Object.create(FheUint168.prototype);
17336
17187
  obj.__wbg_ptr = ptr;
17337
17188
  FheUint168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17455,7 +17306,6 @@ if (Symbol.dispose) FheUint168.prototype[Symbol.dispose] = FheUint168.prototype.
17455
17306
 
17456
17307
  export class FheUint176 {
17457
17308
  static __wrap(ptr) {
17458
- ptr = ptr >>> 0;
17459
17309
  const obj = Object.create(FheUint176.prototype);
17460
17310
  obj.__wbg_ptr = ptr;
17461
17311
  FheUint176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17579,7 +17429,6 @@ if (Symbol.dispose) FheUint176.prototype[Symbol.dispose] = FheUint176.prototype.
17579
17429
 
17580
17430
  export class FheUint184 {
17581
17431
  static __wrap(ptr) {
17582
- ptr = ptr >>> 0;
17583
17432
  const obj = Object.create(FheUint184.prototype);
17584
17433
  obj.__wbg_ptr = ptr;
17585
17434
  FheUint184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17703,7 +17552,6 @@ if (Symbol.dispose) FheUint184.prototype[Symbol.dispose] = FheUint184.prototype.
17703
17552
 
17704
17553
  export class FheUint192 {
17705
17554
  static __wrap(ptr) {
17706
- ptr = ptr >>> 0;
17707
17555
  const obj = Object.create(FheUint192.prototype);
17708
17556
  obj.__wbg_ptr = ptr;
17709
17557
  FheUint192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17827,7 +17675,6 @@ if (Symbol.dispose) FheUint192.prototype[Symbol.dispose] = FheUint192.prototype.
17827
17675
 
17828
17676
  export class FheUint2 {
17829
17677
  static __wrap(ptr) {
17830
- ptr = ptr >>> 0;
17831
17678
  const obj = Object.create(FheUint2.prototype);
17832
17679
  obj.__wbg_ptr = ptr;
17833
17680
  FheUint2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17951,7 +17798,6 @@ if (Symbol.dispose) FheUint2.prototype[Symbol.dispose] = FheUint2.prototype.free
17951
17798
 
17952
17799
  export class FheUint200 {
17953
17800
  static __wrap(ptr) {
17954
- ptr = ptr >>> 0;
17955
17801
  const obj = Object.create(FheUint200.prototype);
17956
17802
  obj.__wbg_ptr = ptr;
17957
17803
  FheUint200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18075,7 +17921,6 @@ if (Symbol.dispose) FheUint200.prototype[Symbol.dispose] = FheUint200.prototype.
18075
17921
 
18076
17922
  export class FheUint2048 {
18077
17923
  static __wrap(ptr) {
18078
- ptr = ptr >>> 0;
18079
17924
  const obj = Object.create(FheUint2048.prototype);
18080
17925
  obj.__wbg_ptr = ptr;
18081
17926
  FheUint2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18199,7 +18044,6 @@ if (Symbol.dispose) FheUint2048.prototype[Symbol.dispose] = FheUint2048.prototyp
18199
18044
 
18200
18045
  export class FheUint208 {
18201
18046
  static __wrap(ptr) {
18202
- ptr = ptr >>> 0;
18203
18047
  const obj = Object.create(FheUint208.prototype);
18204
18048
  obj.__wbg_ptr = ptr;
18205
18049
  FheUint208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18323,7 +18167,6 @@ if (Symbol.dispose) FheUint208.prototype[Symbol.dispose] = FheUint208.prototype.
18323
18167
 
18324
18168
  export class FheUint216 {
18325
18169
  static __wrap(ptr) {
18326
- ptr = ptr >>> 0;
18327
18170
  const obj = Object.create(FheUint216.prototype);
18328
18171
  obj.__wbg_ptr = ptr;
18329
18172
  FheUint216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18447,7 +18290,6 @@ if (Symbol.dispose) FheUint216.prototype[Symbol.dispose] = FheUint216.prototype.
18447
18290
 
18448
18291
  export class FheUint224 {
18449
18292
  static __wrap(ptr) {
18450
- ptr = ptr >>> 0;
18451
18293
  const obj = Object.create(FheUint224.prototype);
18452
18294
  obj.__wbg_ptr = ptr;
18453
18295
  FheUint224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18571,7 +18413,6 @@ if (Symbol.dispose) FheUint224.prototype[Symbol.dispose] = FheUint224.prototype.
18571
18413
 
18572
18414
  export class FheUint232 {
18573
18415
  static __wrap(ptr) {
18574
- ptr = ptr >>> 0;
18575
18416
  const obj = Object.create(FheUint232.prototype);
18576
18417
  obj.__wbg_ptr = ptr;
18577
18418
  FheUint232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18695,7 +18536,6 @@ if (Symbol.dispose) FheUint232.prototype[Symbol.dispose] = FheUint232.prototype.
18695
18536
 
18696
18537
  export class FheUint24 {
18697
18538
  static __wrap(ptr) {
18698
- ptr = ptr >>> 0;
18699
18539
  const obj = Object.create(FheUint24.prototype);
18700
18540
  obj.__wbg_ptr = ptr;
18701
18541
  FheUint24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18819,7 +18659,6 @@ if (Symbol.dispose) FheUint24.prototype[Symbol.dispose] = FheUint24.prototype.fr
18819
18659
 
18820
18660
  export class FheUint240 {
18821
18661
  static __wrap(ptr) {
18822
- ptr = ptr >>> 0;
18823
18662
  const obj = Object.create(FheUint240.prototype);
18824
18663
  obj.__wbg_ptr = ptr;
18825
18664
  FheUint240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18943,7 +18782,6 @@ if (Symbol.dispose) FheUint240.prototype[Symbol.dispose] = FheUint240.prototype.
18943
18782
 
18944
18783
  export class FheUint248 {
18945
18784
  static __wrap(ptr) {
18946
- ptr = ptr >>> 0;
18947
18785
  const obj = Object.create(FheUint248.prototype);
18948
18786
  obj.__wbg_ptr = ptr;
18949
18787
  FheUint248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19067,7 +18905,6 @@ if (Symbol.dispose) FheUint248.prototype[Symbol.dispose] = FheUint248.prototype.
19067
18905
 
19068
18906
  export class FheUint256 {
19069
18907
  static __wrap(ptr) {
19070
- ptr = ptr >>> 0;
19071
18908
  const obj = Object.create(FheUint256.prototype);
19072
18909
  obj.__wbg_ptr = ptr;
19073
18910
  FheUint256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19191,7 +19028,6 @@ if (Symbol.dispose) FheUint256.prototype[Symbol.dispose] = FheUint256.prototype.
19191
19028
 
19192
19029
  export class FheUint32 {
19193
19030
  static __wrap(ptr) {
19194
- ptr = ptr >>> 0;
19195
19031
  const obj = Object.create(FheUint32.prototype);
19196
19032
  obj.__wbg_ptr = ptr;
19197
19033
  FheUint32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19315,7 +19151,6 @@ if (Symbol.dispose) FheUint32.prototype[Symbol.dispose] = FheUint32.prototype.fr
19315
19151
 
19316
19152
  export class FheUint4 {
19317
19153
  static __wrap(ptr) {
19318
- ptr = ptr >>> 0;
19319
19154
  const obj = Object.create(FheUint4.prototype);
19320
19155
  obj.__wbg_ptr = ptr;
19321
19156
  FheUint4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19439,7 +19274,6 @@ if (Symbol.dispose) FheUint4.prototype[Symbol.dispose] = FheUint4.prototype.free
19439
19274
 
19440
19275
  export class FheUint40 {
19441
19276
  static __wrap(ptr) {
19442
- ptr = ptr >>> 0;
19443
19277
  const obj = Object.create(FheUint40.prototype);
19444
19278
  obj.__wbg_ptr = ptr;
19445
19279
  FheUint40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19563,7 +19397,6 @@ if (Symbol.dispose) FheUint40.prototype[Symbol.dispose] = FheUint40.prototype.fr
19563
19397
 
19564
19398
  export class FheUint48 {
19565
19399
  static __wrap(ptr) {
19566
- ptr = ptr >>> 0;
19567
19400
  const obj = Object.create(FheUint48.prototype);
19568
19401
  obj.__wbg_ptr = ptr;
19569
19402
  FheUint48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19687,7 +19520,6 @@ if (Symbol.dispose) FheUint48.prototype[Symbol.dispose] = FheUint48.prototype.fr
19687
19520
 
19688
19521
  export class FheUint512 {
19689
19522
  static __wrap(ptr) {
19690
- ptr = ptr >>> 0;
19691
19523
  const obj = Object.create(FheUint512.prototype);
19692
19524
  obj.__wbg_ptr = ptr;
19693
19525
  FheUint512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19811,7 +19643,6 @@ if (Symbol.dispose) FheUint512.prototype[Symbol.dispose] = FheUint512.prototype.
19811
19643
 
19812
19644
  export class FheUint56 {
19813
19645
  static __wrap(ptr) {
19814
- ptr = ptr >>> 0;
19815
19646
  const obj = Object.create(FheUint56.prototype);
19816
19647
  obj.__wbg_ptr = ptr;
19817
19648
  FheUint56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19935,7 +19766,6 @@ if (Symbol.dispose) FheUint56.prototype[Symbol.dispose] = FheUint56.prototype.fr
19935
19766
 
19936
19767
  export class FheUint6 {
19937
19768
  static __wrap(ptr) {
19938
- ptr = ptr >>> 0;
19939
19769
  const obj = Object.create(FheUint6.prototype);
19940
19770
  obj.__wbg_ptr = ptr;
19941
19771
  FheUint6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20059,7 +19889,6 @@ if (Symbol.dispose) FheUint6.prototype[Symbol.dispose] = FheUint6.prototype.free
20059
19889
 
20060
19890
  export class FheUint64 {
20061
19891
  static __wrap(ptr) {
20062
- ptr = ptr >>> 0;
20063
19892
  const obj = Object.create(FheUint64.prototype);
20064
19893
  obj.__wbg_ptr = ptr;
20065
19894
  FheUint64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20183,7 +20012,6 @@ if (Symbol.dispose) FheUint64.prototype[Symbol.dispose] = FheUint64.prototype.fr
20183
20012
 
20184
20013
  export class FheUint72 {
20185
20014
  static __wrap(ptr) {
20186
- ptr = ptr >>> 0;
20187
20015
  const obj = Object.create(FheUint72.prototype);
20188
20016
  obj.__wbg_ptr = ptr;
20189
20017
  FheUint72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20307,7 +20135,6 @@ if (Symbol.dispose) FheUint72.prototype[Symbol.dispose] = FheUint72.prototype.fr
20307
20135
 
20308
20136
  export class FheUint8 {
20309
20137
  static __wrap(ptr) {
20310
- ptr = ptr >>> 0;
20311
20138
  const obj = Object.create(FheUint8.prototype);
20312
20139
  obj.__wbg_ptr = ptr;
20313
20140
  FheUint8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20431,7 +20258,6 @@ if (Symbol.dispose) FheUint8.prototype[Symbol.dispose] = FheUint8.prototype.free
20431
20258
 
20432
20259
  export class FheUint80 {
20433
20260
  static __wrap(ptr) {
20434
- ptr = ptr >>> 0;
20435
20261
  const obj = Object.create(FheUint80.prototype);
20436
20262
  obj.__wbg_ptr = ptr;
20437
20263
  FheUint80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20555,7 +20381,6 @@ if (Symbol.dispose) FheUint80.prototype[Symbol.dispose] = FheUint80.prototype.fr
20555
20381
 
20556
20382
  export class FheUint88 {
20557
20383
  static __wrap(ptr) {
20558
- ptr = ptr >>> 0;
20559
20384
  const obj = Object.create(FheUint88.prototype);
20560
20385
  obj.__wbg_ptr = ptr;
20561
20386
  FheUint88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20679,7 +20504,6 @@ if (Symbol.dispose) FheUint88.prototype[Symbol.dispose] = FheUint88.prototype.fr
20679
20504
 
20680
20505
  export class FheUint96 {
20681
20506
  static __wrap(ptr) {
20682
- ptr = ptr >>> 0;
20683
20507
  const obj = Object.create(FheUint96.prototype);
20684
20508
  obj.__wbg_ptr = ptr;
20685
20509
  FheUint96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20803,7 +20627,6 @@ if (Symbol.dispose) FheUint96.prototype[Symbol.dispose] = FheUint96.prototype.fr
20803
20627
 
20804
20628
  export class ProvenCompactCiphertextList {
20805
20629
  static __wrap(ptr) {
20806
- ptr = ptr >>> 0;
20807
20630
  const obj = Object.create(ProvenCompactCiphertextList.prototype);
20808
20631
  obj.__wbg_ptr = ptr;
20809
20632
  ProvenCompactCiphertextListFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -20866,14 +20689,14 @@ export class ProvenCompactCiphertextList {
20866
20689
  * @returns {boolean}
20867
20690
  */
20868
20691
  is_empty() {
20869
- const ret = wasm.compactciphertextlistexpander_is_empty(this.__wbg_ptr);
20692
+ const ret = wasm.provencompactciphertextlist_is_empty(this.__wbg_ptr);
20870
20693
  return ret !== 0;
20871
20694
  }
20872
20695
  /**
20873
20696
  * @returns {number}
20874
20697
  */
20875
20698
  len() {
20876
- const ret = wasm.compactciphertextlistexpander_len(this.__wbg_ptr);
20699
+ const ret = wasm.provencompactciphertextlist_len(this.__wbg_ptr);
20877
20700
  return ret >>> 0;
20878
20701
  }
20879
20702
  /**
@@ -21263,7 +21086,6 @@ if (Symbol.dispose) Shortint.prototype[Symbol.dispose] = Shortint.prototype.free
21263
21086
 
21264
21087
  export class ShortintCiphertext {
21265
21088
  static __wrap(ptr) {
21266
- ptr = ptr >>> 0;
21267
21089
  const obj = Object.create(ShortintCiphertext.prototype);
21268
21090
  obj.__wbg_ptr = ptr;
21269
21091
  ShortintCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21284,7 +21106,6 @@ if (Symbol.dispose) ShortintCiphertext.prototype[Symbol.dispose] = ShortintCiphe
21284
21106
 
21285
21107
  export class ShortintClientKey {
21286
21108
  static __wrap(ptr) {
21287
- ptr = ptr >>> 0;
21288
21109
  const obj = Object.create(ShortintClientKey.prototype);
21289
21110
  obj.__wbg_ptr = ptr;
21290
21111
  ShortintClientKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21305,7 +21126,6 @@ if (Symbol.dispose) ShortintClientKey.prototype[Symbol.dispose] = ShortintClient
21305
21126
 
21306
21127
  export class ShortintCompactPublicKeyEncryptionParameters {
21307
21128
  static __wrap(ptr) {
21308
- ptr = ptr >>> 0;
21309
21129
  const obj = Object.create(ShortintCompactPublicKeyEncryptionParameters.prototype);
21310
21130
  obj.__wbg_ptr = ptr;
21311
21131
  ShortintCompactPublicKeyEncryptionParametersFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21326,7 +21146,7 @@ export class ShortintCompactPublicKeyEncryptionParameters {
21326
21146
  */
21327
21147
  constructor(name) {
21328
21148
  const ret = wasm.shortintcompactpublickeyencryptionparameters_new(name);
21329
- this.__wbg_ptr = ret >>> 0;
21149
+ this.__wbg_ptr = ret;
21330
21150
  ShortintCompactPublicKeyEncryptionParametersFinalization.register(this, this.__wbg_ptr, this);
21331
21151
  return this;
21332
21152
  }
@@ -21375,7 +21195,6 @@ export const ShortintCompactPublicKeyEncryptionParametersName = Object.freeze({
21375
21195
 
21376
21196
  export class ShortintCompressedCiphertext {
21377
21197
  static __wrap(ptr) {
21378
- ptr = ptr >>> 0;
21379
21198
  const obj = Object.create(ShortintCompressedCiphertext.prototype);
21380
21199
  obj.__wbg_ptr = ptr;
21381
21200
  ShortintCompressedCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21396,7 +21215,6 @@ if (Symbol.dispose) ShortintCompressedCiphertext.prototype[Symbol.dispose] = Sho
21396
21215
 
21397
21216
  export class ShortintCompressedPublicKey {
21398
21217
  static __wrap(ptr) {
21399
- ptr = ptr >>> 0;
21400
21218
  const obj = Object.create(ShortintCompressedPublicKey.prototype);
21401
21219
  obj.__wbg_ptr = ptr;
21402
21220
  ShortintCompressedPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21417,7 +21235,6 @@ if (Symbol.dispose) ShortintCompressedPublicKey.prototype[Symbol.dispose] = Shor
21417
21235
 
21418
21236
  export class ShortintCompressedServerKey {
21419
21237
  static __wrap(ptr) {
21420
- ptr = ptr >>> 0;
21421
21238
  const obj = Object.create(ShortintCompressedServerKey.prototype);
21422
21239
  obj.__wbg_ptr = ptr;
21423
21240
  ShortintCompressedServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21446,7 +21263,6 @@ export const ShortintEncryptionKeyChoice = Object.freeze({
21446
21263
 
21447
21264
  export class ShortintNoiseDistribution {
21448
21265
  static __wrap(ptr) {
21449
- ptr = ptr >>> 0;
21450
21266
  const obj = Object.create(ShortintNoiseDistribution.prototype);
21451
21267
  obj.__wbg_ptr = ptr;
21452
21268
  ShortintNoiseDistributionFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21475,7 +21291,6 @@ export const ShortintPBSOrder = Object.freeze({
21475
21291
 
21476
21292
  export class ShortintParameters {
21477
21293
  static __wrap(ptr) {
21478
- ptr = ptr >>> 0;
21479
21294
  const obj = Object.create(ShortintParameters.prototype);
21480
21295
  obj.__wbg_ptr = ptr;
21481
21296
  ShortintParametersFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21544,7 +21359,7 @@ export class ShortintParameters {
21544
21359
  * @returns {ShortintNoiseDistribution}
21545
21360
  */
21546
21361
  lwe_noise_distribution() {
21547
- const ret = wasm.shortintparameters_glwe_noise_distribution(this.__wbg_ptr);
21362
+ const ret = wasm.shortintparameters_lwe_noise_distribution(this.__wbg_ptr);
21548
21363
  return ShortintNoiseDistribution.__wrap(ret);
21549
21364
  }
21550
21365
  /**
@@ -21562,7 +21377,7 @@ export class ShortintParameters {
21562
21377
  if (ret[2]) {
21563
21378
  throw takeFromExternrefTable0(ret[1]);
21564
21379
  }
21565
- this.__wbg_ptr = ret[0] >>> 0;
21380
+ this.__wbg_ptr = ret[0];
21566
21381
  ShortintParametersFinalization.register(this, this.__wbg_ptr, this);
21567
21382
  return this;
21568
21383
  }
@@ -22170,7 +21985,6 @@ export const ShortintParametersName = Object.freeze({
22170
21985
 
22171
21986
  export class ShortintPublicKey {
22172
21987
  static __wrap(ptr) {
22173
- ptr = ptr >>> 0;
22174
21988
  const obj = Object.create(ShortintPublicKey.prototype);
22175
21989
  obj.__wbg_ptr = ptr;
22176
21990
  ShortintPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22191,7 +22005,6 @@ if (Symbol.dispose) ShortintPublicKey.prototype[Symbol.dispose] = ShortintPublic
22191
22005
 
22192
22006
  export class TfheClientKey {
22193
22007
  static __wrap(ptr) {
22194
- ptr = ptr >>> 0;
22195
22008
  const obj = Object.create(TfheClientKey.prototype);
22196
22009
  obj.__wbg_ptr = ptr;
22197
22010
  TfheClientKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22289,7 +22102,6 @@ if (Symbol.dispose) TfheClientKey.prototype[Symbol.dispose] = TfheClientKey.prot
22289
22102
 
22290
22103
  export class TfheCompactPublicKey {
22291
22104
  static __wrap(ptr) {
22292
- ptr = ptr >>> 0;
22293
22105
  const obj = Object.create(TfheCompactPublicKey.prototype);
22294
22106
  obj.__wbg_ptr = ptr;
22295
22107
  TfheCompactPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22390,7 +22202,6 @@ if (Symbol.dispose) TfheCompactPublicKey.prototype[Symbol.dispose] = TfheCompact
22390
22202
 
22391
22203
  export class TfheCompressedCompactPublicKey {
22392
22204
  static __wrap(ptr) {
22393
- ptr = ptr >>> 0;
22394
22205
  const obj = Object.create(TfheCompressedCompactPublicKey.prototype);
22395
22206
  obj.__wbg_ptr = ptr;
22396
22207
  TfheCompressedCompactPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22501,7 +22312,6 @@ if (Symbol.dispose) TfheCompressedCompactPublicKey.prototype[Symbol.dispose] = T
22501
22312
 
22502
22313
  export class TfheCompressedPublicKey {
22503
22314
  static __wrap(ptr) {
22504
- ptr = ptr >>> 0;
22505
22315
  const obj = Object.create(TfheCompressedPublicKey.prototype);
22506
22316
  obj.__wbg_ptr = ptr;
22507
22317
  TfheCompressedPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22596,7 +22406,6 @@ if (Symbol.dispose) TfheCompressedPublicKey.prototype[Symbol.dispose] = TfheComp
22596
22406
 
22597
22407
  export class TfheCompressedServerKey {
22598
22408
  static __wrap(ptr) {
22599
- ptr = ptr >>> 0;
22600
22409
  const obj = Object.create(TfheCompressedServerKey.prototype);
22601
22410
  obj.__wbg_ptr = ptr;
22602
22411
  TfheCompressedServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22681,7 +22490,6 @@ if (Symbol.dispose) TfheCompressedServerKey.prototype[Symbol.dispose] = TfheComp
22681
22490
 
22682
22491
  export class TfheConfig {
22683
22492
  static __wrap(ptr) {
22684
- ptr = ptr >>> 0;
22685
22493
  const obj = Object.create(TfheConfig.prototype);
22686
22494
  obj.__wbg_ptr = ptr;
22687
22495
  TfheConfigFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22702,7 +22510,6 @@ if (Symbol.dispose) TfheConfig.prototype[Symbol.dispose] = TfheConfig.prototype.
22702
22510
 
22703
22511
  export class TfheConfigBuilder {
22704
22512
  static __wrap(ptr) {
22705
- ptr = ptr >>> 0;
22706
22513
  const obj = Object.create(TfheConfigBuilder.prototype);
22707
22514
  obj.__wbg_ptr = ptr;
22708
22515
  TfheConfigBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22767,7 +22574,6 @@ if (Symbol.dispose) TfheConfigBuilder.prototype[Symbol.dispose] = TfheConfigBuil
22767
22574
 
22768
22575
  export class TfhePublicKey {
22769
22576
  static __wrap(ptr) {
22770
- ptr = ptr >>> 0;
22771
22577
  const obj = Object.create(TfhePublicKey.prototype);
22772
22578
  obj.__wbg_ptr = ptr;
22773
22579
  TfhePublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22852,7 +22658,6 @@ if (Symbol.dispose) TfhePublicKey.prototype[Symbol.dispose] = TfhePublicKey.prot
22852
22658
 
22853
22659
  export class TfheServerKey {
22854
22660
  static __wrap(ptr) {
22855
- ptr = ptr >>> 0;
22856
22661
  const obj = Object.create(TfheServerKey.prototype);
22857
22662
  obj.__wbg_ptr = ptr;
22858
22663
  TfheServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -22971,7 +22776,6 @@ if (Symbol.dispose) tfhe.prototype[Symbol.dispose] = tfhe.prototype.free;
22971
22776
 
22972
22777
  export class wbg_rayon_PoolBuilder {
22973
22778
  static __wrap(ptr) {
22974
- ptr = ptr >>> 0;
22975
22779
  const obj = Object.create(wbg_rayon_PoolBuilder.prototype);
22976
22780
  obj.__wbg_ptr = ptr;
22977
22781
  wbg_rayon_PoolBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23013,89 +22817,88 @@ if (Symbol.dispose) wbg_rayon_PoolBuilder.prototype[Symbol.dispose] = wbg_rayon_
23013
22817
  export function wbg_rayon_start_worker(receiver) {
23014
22818
  wasm.wbg_rayon_start_worker(receiver);
23015
22819
  }
23016
-
23017
22820
  function __wbg_get_imports(memory) {
23018
22821
  const import0 = {
23019
22822
  __proto__: null,
23020
- __wbg_BigInt_7ea1e749ce6b92fd: function() { return handleError(function (arg0) {
22823
+ __wbg_BigInt_7c5b46c866f07602: function() { return handleError(function (arg0) {
23021
22824
  const ret = BigInt(arg0);
23022
22825
  return ret;
23023
22826
  }, arguments); },
23024
- __wbg_BigInt_b7bbccdff258c9f2: function(arg0) {
22827
+ __wbg_BigInt_9fb73aa817d633b1: function(arg0) {
23025
22828
  const ret = BigInt(arg0);
23026
22829
  return ret;
23027
22830
  },
23028
- __wbg_Error_8c4e43fe74559d73: function(arg0, arg1) {
22831
+ __wbg_Error_92b29b0548f8b746: function(arg0, arg1) {
23029
22832
  const ret = Error(getStringFromWasm0(arg0, arg1));
23030
22833
  return ret;
23031
22834
  },
23032
- __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2: function(arg0, arg1) {
22835
+ __wbg___wbindgen_bigint_get_as_i64_d968e41184ae354f: function(arg0, arg1) {
23033
22836
  const v = arg1;
23034
22837
  const ret = typeof(v) === 'bigint' ? v : undefined;
23035
22838
  getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
23036
22839
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
23037
22840
  },
23038
- __wbg___wbindgen_bit_and_4362b1176950d42a: function(arg0, arg1) {
22841
+ __wbg___wbindgen_bit_and_1baf7d5d6fcd48ac: function(arg0, arg1) {
23039
22842
  const ret = arg0 & arg1;
23040
22843
  return ret;
23041
22844
  },
23042
- __wbg___wbindgen_bit_or_71a02d39796ea13d: function(arg0, arg1) {
22845
+ __wbg___wbindgen_bit_or_e854f11b02e5214a: function(arg0, arg1) {
23043
22846
  const ret = arg0 | arg1;
23044
22847
  return ret;
23045
22848
  },
23046
- __wbg___wbindgen_debug_string_0bc8482c6e3508ae: function(arg0, arg1) {
22849
+ __wbg___wbindgen_debug_string_c25d447a39f5578f: function(arg0, arg1) {
23047
22850
  const ret = debugString(arg1);
23048
22851
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
23049
22852
  const len1 = WASM_VECTOR_LEN;
23050
22853
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
23051
22854
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
23052
22855
  },
23053
- __wbg___wbindgen_is_function_0095a73b8b156f76: function(arg0) {
22856
+ __wbg___wbindgen_is_function_1ff95bcc5517c252: function(arg0) {
23054
22857
  const ret = typeof(arg0) === 'function';
23055
22858
  return ret;
23056
22859
  },
23057
- __wbg___wbindgen_is_object_5ae8e5880f2c1fbd: function(arg0) {
22860
+ __wbg___wbindgen_is_object_a27215656b807791: function(arg0) {
23058
22861
  const val = arg0;
23059
22862
  const ret = typeof(val) === 'object' && val !== null;
23060
22863
  return ret;
23061
22864
  },
23062
- __wbg___wbindgen_is_string_cd444516edc5b180: function(arg0) {
22865
+ __wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function(arg0) {
23063
22866
  const ret = typeof(arg0) === 'string';
23064
22867
  return ret;
23065
22868
  },
23066
- __wbg___wbindgen_is_undefined_9e4d92534c42d778: function(arg0) {
22869
+ __wbg___wbindgen_is_undefined_c05833b95a3cf397: function(arg0) {
23067
22870
  const ret = arg0 === undefined;
23068
22871
  return ret;
23069
22872
  },
23070
- __wbg___wbindgen_jsval_eq_11888390b0186270: function(arg0, arg1) {
22873
+ __wbg___wbindgen_jsval_eq_e659fcf7b0e32763: function(arg0, arg1) {
23071
22874
  const ret = arg0 === arg1;
23072
22875
  return ret;
23073
22876
  },
23074
- __wbg___wbindgen_lt_bb59cc3d23526e0d: function(arg0, arg1) {
22877
+ __wbg___wbindgen_lt_f5e407c37b70b8b0: function(arg0, arg1) {
23075
22878
  const ret = arg0 < arg1;
23076
22879
  return ret;
23077
22880
  },
23078
- __wbg___wbindgen_memory_bd1fbcf21fbef3c8: function() {
22881
+ __wbg___wbindgen_memory_de265df8aadd6273: function() {
23079
22882
  const ret = wasm.memory;
23080
22883
  return ret;
23081
22884
  },
23082
- __wbg___wbindgen_module_f6b8052d79c1cc16: function() {
22885
+ __wbg___wbindgen_module_a22faa8909381977: function() {
23083
22886
  const ret = wasmModule;
23084
22887
  return ret;
23085
22888
  },
23086
- __wbg___wbindgen_neg_6b4d356dff49dcc6: function(arg0) {
22889
+ __wbg___wbindgen_neg_69ea89900918a95f: function(arg0) {
23087
22890
  const ret = -arg0;
23088
22891
  return ret;
23089
22892
  },
23090
- __wbg___wbindgen_shl_8d64d06761f9ea4e: function(arg0, arg1) {
22893
+ __wbg___wbindgen_shl_edb503bb48d9ce9e: function(arg0, arg1) {
23091
22894
  const ret = arg0 << arg1;
23092
22895
  return ret;
23093
22896
  },
23094
- __wbg___wbindgen_shr_ef8e07cce709eb54: function(arg0, arg1) {
22897
+ __wbg___wbindgen_shr_ad10001a7b001d7f: function(arg0, arg1) {
23095
22898
  const ret = arg0 >> arg1;
23096
22899
  return ret;
23097
22900
  },
23098
- __wbg___wbindgen_string_get_72fb696202c56729: function(arg0, arg1) {
22901
+ __wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
23099
22902
  const obj = arg1;
23100
22903
  const ret = typeof(obj) === 'string' ? obj : undefined;
23101
22904
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -23103,22 +22906,18 @@ function __wbg_get_imports(memory) {
23103
22906
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
23104
22907
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
23105
22908
  },
23106
- __wbg___wbindgen_throw_be289d5034ed271b: function(arg0, arg1) {
22909
+ __wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
23107
22910
  throw new Error(getStringFromWasm0(arg0, arg1));
23108
22911
  },
23109
- __wbg_call_389efe28435a9388: function() { return handleError(function (arg0, arg1) {
23110
- const ret = arg0.call(arg1);
23111
- return ret;
23112
- }, arguments); },
23113
- __wbg_call_4708e0c13bdc8e95: function() { return handleError(function (arg0, arg1, arg2) {
22912
+ __wbg_call_a6e5c5dce5018821: function() { return handleError(function (arg0, arg1, arg2) {
23114
22913
  const ret = arg0.call(arg1, arg2);
23115
22914
  return ret;
23116
22915
  }, arguments); },
23117
- __wbg_crypto_86f2631e91b51511: function(arg0) {
22916
+ __wbg_crypto_38df2bab126b63dc: function(arg0) {
23118
22917
  const ret = arg0.crypto;
23119
22918
  return ret;
23120
22919
  },
23121
- __wbg_error_7534b8e9a36f1ab4: function(arg0, arg1) {
22920
+ __wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
23122
22921
  let deferred0_0;
23123
22922
  let deferred0_1;
23124
22923
  try {
@@ -23129,14 +22928,14 @@ function __wbg_get_imports(memory) {
23129
22928
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
23130
22929
  }
23131
22930
  },
23132
- __wbg_getRandomValues_b3f15fcbfabb0f8b: function() { return handleError(function (arg0, arg1) {
22931
+ __wbg_getRandomValues_c44a50d8cfdaebeb: function() { return handleError(function (arg0, arg1) {
23133
22932
  arg0.getRandomValues(arg1);
23134
22933
  }, arguments); },
23135
- __wbg_getTime_1e3cd1391c5c3995: function(arg0) {
22934
+ __wbg_getTime_d6f070c088c9b5ed: function(arg0) {
23136
22935
  const ret = arg0.getTime();
23137
22936
  return ret;
23138
22937
  },
23139
- __wbg_instanceof_Window_ed49b2db8df90359: function(arg0) {
22938
+ __wbg_instanceof_Window_05ba1ee4f6781663: function(arg0) {
23140
22939
  let result;
23141
22940
  try {
23142
22941
  result = arg0 instanceof Window;
@@ -23146,91 +22945,87 @@ function __wbg_get_imports(memory) {
23146
22945
  const ret = result;
23147
22946
  return ret;
23148
22947
  },
23149
- __wbg_length_32ed9a279acd054c: function(arg0) {
22948
+ __wbg_length_1f0964f4a5e2c6d8: function(arg0) {
23150
22949
  const ret = arg0.length;
23151
22950
  return ret;
23152
22951
  },
23153
- __wbg_msCrypto_d562bbe83e0d4b91: function(arg0) {
22952
+ __wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
23154
22953
  const ret = arg0.msCrypto;
23155
22954
  return ret;
23156
22955
  },
23157
- __wbg_new_0_73afc35eb544e539: function() {
22956
+ __wbg_new_0_3da9e97f24fc69be: function() {
23158
22957
  const ret = new Date();
23159
22958
  return ret;
23160
22959
  },
23161
- __wbg_new_8a6f238a6ece86ea: function() {
22960
+ __wbg_new_227d7c05414eb861: function() {
23162
22961
  const ret = new Error();
23163
22962
  return ret;
23164
22963
  },
23165
- __wbg_new_no_args_1c7c842f08d00ebb: function(arg0, arg1) {
23166
- const ret = new Function(getStringFromWasm0(arg0, arg1));
23167
- return ret;
23168
- },
23169
- __wbg_new_with_length_a2c39cbe88fd8ff1: function(arg0) {
22964
+ __wbg_new_with_length_e6785c33c8e4cce8: function(arg0) {
23170
22965
  const ret = new Uint8Array(arg0 >>> 0);
23171
22966
  return ret;
23172
22967
  },
23173
- __wbg_node_e1f24f89a7336c2e: function(arg0) {
22968
+ __wbg_node_84ea875411254db1: function(arg0) {
23174
22969
  const ret = arg0.node;
23175
22970
  return ret;
23176
22971
  },
23177
- __wbg_process_3975fd6c72f520aa: function(arg0) {
22972
+ __wbg_process_44c7a14e11e9f69e: function(arg0) {
23178
22973
  const ret = arg0.process;
23179
22974
  return ret;
23180
22975
  },
23181
- __wbg_prototypesetcall_bdcdcc5842e4d77d: function(arg0, arg1, arg2) {
22976
+ __wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) {
23182
22977
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
23183
22978
  },
23184
- __wbg_randomFillSync_f8c153b79f285817: function() { return handleError(function (arg0, arg1) {
22979
+ __wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
23185
22980
  arg0.randomFillSync(arg1);
23186
22981
  }, arguments); },
23187
- __wbg_require_b74f47fc2d022fd6: function() { return handleError(function () {
22982
+ __wbg_require_b4edbdcf3e2a1ef0: function() { return handleError(function () {
23188
22983
  const ret = module.require;
23189
22984
  return ret;
23190
22985
  }, arguments); },
23191
- __wbg_stack_0ed75d68575b0f3c: function(arg0, arg1) {
22986
+ __wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
23192
22987
  const ret = arg1.stack;
23193
22988
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
23194
22989
  const len1 = WASM_VECTOR_LEN;
23195
22990
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
23196
22991
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
23197
22992
  },
23198
- __wbg_startWorkers_2ca11761e08ff5d5: function(arg0, arg1, arg2) {
22993
+ __wbg_startWorkers_8b582d57e92bd2d4: function(arg0, arg1, arg2) {
23199
22994
  const ret = startWorkers(arg0, arg1, wbg_rayon_PoolBuilder.__wrap(arg2));
23200
22995
  return ret;
23201
22996
  },
23202
- __wbg_static_accessor_GLOBAL_12837167ad935116: function() {
22997
+ __wbg_static_accessor_GLOBAL_4ef717fb391d88b7: function() {
23203
22998
  const ret = typeof global === 'undefined' ? null : global;
23204
22999
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
23205
23000
  },
23206
- __wbg_static_accessor_GLOBAL_THIS_e628e89ab3b1c95f: function() {
23001
+ __wbg_static_accessor_GLOBAL_THIS_8d1badc68b5a74f4: function() {
23207
23002
  const ret = typeof globalThis === 'undefined' ? null : globalThis;
23208
23003
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
23209
23004
  },
23210
- __wbg_static_accessor_SELF_a621d3dfbb60d0ce: function() {
23005
+ __wbg_static_accessor_SELF_146583524fe1469b: function() {
23211
23006
  const ret = typeof self === 'undefined' ? null : self;
23212
23007
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
23213
23008
  },
23214
- __wbg_static_accessor_WINDOW_f8727f0cf888e0bd: function() {
23009
+ __wbg_static_accessor_WINDOW_f2829a2234d7819e: function() {
23215
23010
  const ret = typeof window === 'undefined' ? null : window;
23216
23011
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
23217
23012
  },
23218
- __wbg_subarray_a96e1fef17ed23cb: function(arg0, arg1, arg2) {
23013
+ __wbg_subarray_3ed232c8a6baee09: function(arg0, arg1, arg2) {
23219
23014
  const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
23220
23015
  return ret;
23221
23016
  },
23222
- __wbg_toString_029ac24421fd7a24: function(arg0) {
23223
- const ret = arg0.toString();
23224
- return ret;
23225
- },
23226
- __wbg_toString_56d946daff83867b: function(arg0, arg1, arg2) {
23017
+ __wbg_toString_6a94911348396720: function(arg0, arg1, arg2) {
23227
23018
  const ret = arg1.toString(arg2);
23228
23019
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
23229
23020
  const len1 = WASM_VECTOR_LEN;
23230
23021
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
23231
23022
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
23232
23023
  },
23233
- __wbg_versions_4e31226f5e8dc909: function(arg0) {
23024
+ __wbg_toString_bac9199ff382784d: function(arg0) {
23025
+ const ret = arg0.toString();
23026
+ return ret;
23027
+ },
23028
+ __wbg_versions_276b2795b1c6a219: function(arg0) {
23234
23029
  const ret = arg0.versions;
23235
23030
  return ret;
23236
23031
  },
@@ -23288,604 +23083,604 @@ function __wbg_get_imports(memory) {
23288
23083
 
23289
23084
  const BooleanFinalization = (typeof FinalizationRegistry === 'undefined')
23290
23085
  ? { register: () => {}, unregister: () => {} }
23291
- : new FinalizationRegistry(ptr => wasm.__wbg_boolean_free(ptr >>> 0, 1));
23086
+ : new FinalizationRegistry(ptr => wasm.__wbg_boolean_free(ptr, 1));
23292
23087
  const BooleanCiphertextFinalization = (typeof FinalizationRegistry === 'undefined')
23293
23088
  ? { register: () => {}, unregister: () => {} }
23294
- : new FinalizationRegistry(ptr => wasm.__wbg_booleanciphertext_free(ptr >>> 0, 1));
23089
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleanciphertext_free(ptr, 1));
23295
23090
  const BooleanClientKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23296
23091
  ? { register: () => {}, unregister: () => {} }
23297
- : new FinalizationRegistry(ptr => wasm.__wbg_booleanclientkey_free(ptr >>> 0, 1));
23092
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleanclientkey_free(ptr, 1));
23298
23093
  const BooleanCompressedCiphertextFinalization = (typeof FinalizationRegistry === 'undefined')
23299
23094
  ? { register: () => {}, unregister: () => {} }
23300
- : new FinalizationRegistry(ptr => wasm.__wbg_booleancompressedciphertext_free(ptr >>> 0, 1));
23095
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleancompressedciphertext_free(ptr, 1));
23301
23096
  const BooleanCompressedServerKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23302
23097
  ? { register: () => {}, unregister: () => {} }
23303
- : new FinalizationRegistry(ptr => wasm.__wbg_booleancompressedserverkey_free(ptr >>> 0, 1));
23098
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleancompressedserverkey_free(ptr, 1));
23304
23099
  const BooleanNoiseDistributionFinalization = (typeof FinalizationRegistry === 'undefined')
23305
23100
  ? { register: () => {}, unregister: () => {} }
23306
- : new FinalizationRegistry(ptr => wasm.__wbg_booleannoisedistribution_free(ptr >>> 0, 1));
23101
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleannoisedistribution_free(ptr, 1));
23307
23102
  const BooleanParametersFinalization = (typeof FinalizationRegistry === 'undefined')
23308
23103
  ? { register: () => {}, unregister: () => {} }
23309
- : new FinalizationRegistry(ptr => wasm.__wbg_booleanparameters_free(ptr >>> 0, 1));
23104
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleanparameters_free(ptr, 1));
23310
23105
  const BooleanPublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23311
23106
  ? { register: () => {}, unregister: () => {} }
23312
- : new FinalizationRegistry(ptr => wasm.__wbg_booleanpublickey_free(ptr >>> 0, 1));
23107
+ : new FinalizationRegistry(ptr => wasm.__wbg_booleanpublickey_free(ptr, 1));
23313
23108
  const CompactCiphertextListFinalization = (typeof FinalizationRegistry === 'undefined')
23314
23109
  ? { register: () => {}, unregister: () => {} }
23315
- : new FinalizationRegistry(ptr => wasm.__wbg_compactciphertextlist_free(ptr >>> 0, 1));
23110
+ : new FinalizationRegistry(ptr => wasm.__wbg_compactciphertextlist_free(ptr, 1));
23316
23111
  const CompactCiphertextListBuilderFinalization = (typeof FinalizationRegistry === 'undefined')
23317
23112
  ? { register: () => {}, unregister: () => {} }
23318
- : new FinalizationRegistry(ptr => wasm.__wbg_compactciphertextlistbuilder_free(ptr >>> 0, 1));
23113
+ : new FinalizationRegistry(ptr => wasm.__wbg_compactciphertextlistbuilder_free(ptr, 1));
23319
23114
  const CompactCiphertextListExpanderFinalization = (typeof FinalizationRegistry === 'undefined')
23320
23115
  ? { register: () => {}, unregister: () => {} }
23321
- : new FinalizationRegistry(ptr => wasm.__wbg_compactciphertextlistexpander_free(ptr >>> 0, 1));
23116
+ : new FinalizationRegistry(ptr => wasm.__wbg_compactciphertextlistexpander_free(ptr, 1));
23322
23117
  const CompactPkeCrsFinalization = (typeof FinalizationRegistry === 'undefined')
23323
23118
  ? { register: () => {}, unregister: () => {} }
23324
- : new FinalizationRegistry(ptr => wasm.__wbg_compactpkecrs_free(ptr >>> 0, 1));
23119
+ : new FinalizationRegistry(ptr => wasm.__wbg_compactpkecrs_free(ptr, 1));
23325
23120
  const CompressedFheBoolFinalization = (typeof FinalizationRegistry === 'undefined')
23326
23121
  ? { register: () => {}, unregister: () => {} }
23327
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfhebool_free(ptr >>> 0, 1));
23122
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfhebool_free(ptr, 1));
23328
23123
  const CompressedFheInt10Finalization = (typeof FinalizationRegistry === 'undefined')
23329
23124
  ? { register: () => {}, unregister: () => {} }
23330
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint10_free(ptr >>> 0, 1));
23125
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint10_free(ptr, 1));
23331
23126
  const CompressedFheInt1024Finalization = (typeof FinalizationRegistry === 'undefined')
23332
23127
  ? { register: () => {}, unregister: () => {} }
23333
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint1024_free(ptr >>> 0, 1));
23128
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint1024_free(ptr, 1));
23334
23129
  const CompressedFheInt104Finalization = (typeof FinalizationRegistry === 'undefined')
23335
23130
  ? { register: () => {}, unregister: () => {} }
23336
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint104_free(ptr >>> 0, 1));
23131
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint104_free(ptr, 1));
23337
23132
  const CompressedFheInt112Finalization = (typeof FinalizationRegistry === 'undefined')
23338
23133
  ? { register: () => {}, unregister: () => {} }
23339
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint112_free(ptr >>> 0, 1));
23134
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint112_free(ptr, 1));
23340
23135
  const CompressedFheInt12Finalization = (typeof FinalizationRegistry === 'undefined')
23341
23136
  ? { register: () => {}, unregister: () => {} }
23342
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint12_free(ptr >>> 0, 1));
23137
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint12_free(ptr, 1));
23343
23138
  const CompressedFheInt120Finalization = (typeof FinalizationRegistry === 'undefined')
23344
23139
  ? { register: () => {}, unregister: () => {} }
23345
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint120_free(ptr >>> 0, 1));
23140
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint120_free(ptr, 1));
23346
23141
  const CompressedFheInt128Finalization = (typeof FinalizationRegistry === 'undefined')
23347
23142
  ? { register: () => {}, unregister: () => {} }
23348
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint128_free(ptr >>> 0, 1));
23143
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint128_free(ptr, 1));
23349
23144
  const CompressedFheInt136Finalization = (typeof FinalizationRegistry === 'undefined')
23350
23145
  ? { register: () => {}, unregister: () => {} }
23351
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint136_free(ptr >>> 0, 1));
23146
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint136_free(ptr, 1));
23352
23147
  const CompressedFheInt14Finalization = (typeof FinalizationRegistry === 'undefined')
23353
23148
  ? { register: () => {}, unregister: () => {} }
23354
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint14_free(ptr >>> 0, 1));
23149
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint14_free(ptr, 1));
23355
23150
  const CompressedFheInt144Finalization = (typeof FinalizationRegistry === 'undefined')
23356
23151
  ? { register: () => {}, unregister: () => {} }
23357
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint144_free(ptr >>> 0, 1));
23152
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint144_free(ptr, 1));
23358
23153
  const CompressedFheInt152Finalization = (typeof FinalizationRegistry === 'undefined')
23359
23154
  ? { register: () => {}, unregister: () => {} }
23360
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint152_free(ptr >>> 0, 1));
23155
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint152_free(ptr, 1));
23361
23156
  const CompressedFheInt16Finalization = (typeof FinalizationRegistry === 'undefined')
23362
23157
  ? { register: () => {}, unregister: () => {} }
23363
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint16_free(ptr >>> 0, 1));
23158
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint16_free(ptr, 1));
23364
23159
  const CompressedFheInt160Finalization = (typeof FinalizationRegistry === 'undefined')
23365
23160
  ? { register: () => {}, unregister: () => {} }
23366
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint160_free(ptr >>> 0, 1));
23161
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint160_free(ptr, 1));
23367
23162
  const CompressedFheInt168Finalization = (typeof FinalizationRegistry === 'undefined')
23368
23163
  ? { register: () => {}, unregister: () => {} }
23369
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint168_free(ptr >>> 0, 1));
23164
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint168_free(ptr, 1));
23370
23165
  const CompressedFheInt176Finalization = (typeof FinalizationRegistry === 'undefined')
23371
23166
  ? { register: () => {}, unregister: () => {} }
23372
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint176_free(ptr >>> 0, 1));
23167
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint176_free(ptr, 1));
23373
23168
  const CompressedFheInt184Finalization = (typeof FinalizationRegistry === 'undefined')
23374
23169
  ? { register: () => {}, unregister: () => {} }
23375
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint184_free(ptr >>> 0, 1));
23170
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint184_free(ptr, 1));
23376
23171
  const CompressedFheInt192Finalization = (typeof FinalizationRegistry === 'undefined')
23377
23172
  ? { register: () => {}, unregister: () => {} }
23378
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint192_free(ptr >>> 0, 1));
23173
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint192_free(ptr, 1));
23379
23174
  const CompressedFheInt2Finalization = (typeof FinalizationRegistry === 'undefined')
23380
23175
  ? { register: () => {}, unregister: () => {} }
23381
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint2_free(ptr >>> 0, 1));
23176
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint2_free(ptr, 1));
23382
23177
  const CompressedFheInt200Finalization = (typeof FinalizationRegistry === 'undefined')
23383
23178
  ? { register: () => {}, unregister: () => {} }
23384
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint200_free(ptr >>> 0, 1));
23179
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint200_free(ptr, 1));
23385
23180
  const CompressedFheInt2048Finalization = (typeof FinalizationRegistry === 'undefined')
23386
23181
  ? { register: () => {}, unregister: () => {} }
23387
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint2048_free(ptr >>> 0, 1));
23182
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint2048_free(ptr, 1));
23388
23183
  const CompressedFheInt208Finalization = (typeof FinalizationRegistry === 'undefined')
23389
23184
  ? { register: () => {}, unregister: () => {} }
23390
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint208_free(ptr >>> 0, 1));
23185
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint208_free(ptr, 1));
23391
23186
  const CompressedFheInt216Finalization = (typeof FinalizationRegistry === 'undefined')
23392
23187
  ? { register: () => {}, unregister: () => {} }
23393
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint216_free(ptr >>> 0, 1));
23188
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint216_free(ptr, 1));
23394
23189
  const CompressedFheInt224Finalization = (typeof FinalizationRegistry === 'undefined')
23395
23190
  ? { register: () => {}, unregister: () => {} }
23396
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint224_free(ptr >>> 0, 1));
23191
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint224_free(ptr, 1));
23397
23192
  const CompressedFheInt232Finalization = (typeof FinalizationRegistry === 'undefined')
23398
23193
  ? { register: () => {}, unregister: () => {} }
23399
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint232_free(ptr >>> 0, 1));
23194
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint232_free(ptr, 1));
23400
23195
  const CompressedFheInt24Finalization = (typeof FinalizationRegistry === 'undefined')
23401
23196
  ? { register: () => {}, unregister: () => {} }
23402
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint24_free(ptr >>> 0, 1));
23197
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint24_free(ptr, 1));
23403
23198
  const CompressedFheInt240Finalization = (typeof FinalizationRegistry === 'undefined')
23404
23199
  ? { register: () => {}, unregister: () => {} }
23405
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint240_free(ptr >>> 0, 1));
23200
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint240_free(ptr, 1));
23406
23201
  const CompressedFheInt248Finalization = (typeof FinalizationRegistry === 'undefined')
23407
23202
  ? { register: () => {}, unregister: () => {} }
23408
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint248_free(ptr >>> 0, 1));
23203
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint248_free(ptr, 1));
23409
23204
  const CompressedFheInt256Finalization = (typeof FinalizationRegistry === 'undefined')
23410
23205
  ? { register: () => {}, unregister: () => {} }
23411
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint256_free(ptr >>> 0, 1));
23206
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint256_free(ptr, 1));
23412
23207
  const CompressedFheInt32Finalization = (typeof FinalizationRegistry === 'undefined')
23413
23208
  ? { register: () => {}, unregister: () => {} }
23414
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint32_free(ptr >>> 0, 1));
23209
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint32_free(ptr, 1));
23415
23210
  const CompressedFheInt4Finalization = (typeof FinalizationRegistry === 'undefined')
23416
23211
  ? { register: () => {}, unregister: () => {} }
23417
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint4_free(ptr >>> 0, 1));
23212
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint4_free(ptr, 1));
23418
23213
  const CompressedFheInt40Finalization = (typeof FinalizationRegistry === 'undefined')
23419
23214
  ? { register: () => {}, unregister: () => {} }
23420
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint40_free(ptr >>> 0, 1));
23215
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint40_free(ptr, 1));
23421
23216
  const CompressedFheInt48Finalization = (typeof FinalizationRegistry === 'undefined')
23422
23217
  ? { register: () => {}, unregister: () => {} }
23423
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint48_free(ptr >>> 0, 1));
23218
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint48_free(ptr, 1));
23424
23219
  const CompressedFheInt512Finalization = (typeof FinalizationRegistry === 'undefined')
23425
23220
  ? { register: () => {}, unregister: () => {} }
23426
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint512_free(ptr >>> 0, 1));
23221
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint512_free(ptr, 1));
23427
23222
  const CompressedFheInt56Finalization = (typeof FinalizationRegistry === 'undefined')
23428
23223
  ? { register: () => {}, unregister: () => {} }
23429
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint56_free(ptr >>> 0, 1));
23224
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint56_free(ptr, 1));
23430
23225
  const CompressedFheInt6Finalization = (typeof FinalizationRegistry === 'undefined')
23431
23226
  ? { register: () => {}, unregister: () => {} }
23432
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint6_free(ptr >>> 0, 1));
23227
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint6_free(ptr, 1));
23433
23228
  const CompressedFheInt64Finalization = (typeof FinalizationRegistry === 'undefined')
23434
23229
  ? { register: () => {}, unregister: () => {} }
23435
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint64_free(ptr >>> 0, 1));
23230
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint64_free(ptr, 1));
23436
23231
  const CompressedFheInt72Finalization = (typeof FinalizationRegistry === 'undefined')
23437
23232
  ? { register: () => {}, unregister: () => {} }
23438
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint72_free(ptr >>> 0, 1));
23233
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint72_free(ptr, 1));
23439
23234
  const CompressedFheInt8Finalization = (typeof FinalizationRegistry === 'undefined')
23440
23235
  ? { register: () => {}, unregister: () => {} }
23441
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint8_free(ptr >>> 0, 1));
23236
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint8_free(ptr, 1));
23442
23237
  const CompressedFheInt80Finalization = (typeof FinalizationRegistry === 'undefined')
23443
23238
  ? { register: () => {}, unregister: () => {} }
23444
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint80_free(ptr >>> 0, 1));
23239
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint80_free(ptr, 1));
23445
23240
  const CompressedFheInt88Finalization = (typeof FinalizationRegistry === 'undefined')
23446
23241
  ? { register: () => {}, unregister: () => {} }
23447
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint88_free(ptr >>> 0, 1));
23242
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint88_free(ptr, 1));
23448
23243
  const CompressedFheInt96Finalization = (typeof FinalizationRegistry === 'undefined')
23449
23244
  ? { register: () => {}, unregister: () => {} }
23450
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint96_free(ptr >>> 0, 1));
23245
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheint96_free(ptr, 1));
23451
23246
  const CompressedFheUint10Finalization = (typeof FinalizationRegistry === 'undefined')
23452
23247
  ? { register: () => {}, unregister: () => {} }
23453
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint10_free(ptr >>> 0, 1));
23248
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint10_free(ptr, 1));
23454
23249
  const CompressedFheUint1024Finalization = (typeof FinalizationRegistry === 'undefined')
23455
23250
  ? { register: () => {}, unregister: () => {} }
23456
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint1024_free(ptr >>> 0, 1));
23251
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint1024_free(ptr, 1));
23457
23252
  const CompressedFheUint104Finalization = (typeof FinalizationRegistry === 'undefined')
23458
23253
  ? { register: () => {}, unregister: () => {} }
23459
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint104_free(ptr >>> 0, 1));
23254
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint104_free(ptr, 1));
23460
23255
  const CompressedFheUint112Finalization = (typeof FinalizationRegistry === 'undefined')
23461
23256
  ? { register: () => {}, unregister: () => {} }
23462
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint112_free(ptr >>> 0, 1));
23257
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint112_free(ptr, 1));
23463
23258
  const CompressedFheUint12Finalization = (typeof FinalizationRegistry === 'undefined')
23464
23259
  ? { register: () => {}, unregister: () => {} }
23465
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint12_free(ptr >>> 0, 1));
23260
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint12_free(ptr, 1));
23466
23261
  const CompressedFheUint120Finalization = (typeof FinalizationRegistry === 'undefined')
23467
23262
  ? { register: () => {}, unregister: () => {} }
23468
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint120_free(ptr >>> 0, 1));
23263
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint120_free(ptr, 1));
23469
23264
  const CompressedFheUint128Finalization = (typeof FinalizationRegistry === 'undefined')
23470
23265
  ? { register: () => {}, unregister: () => {} }
23471
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint128_free(ptr >>> 0, 1));
23266
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint128_free(ptr, 1));
23472
23267
  const CompressedFheUint136Finalization = (typeof FinalizationRegistry === 'undefined')
23473
23268
  ? { register: () => {}, unregister: () => {} }
23474
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint136_free(ptr >>> 0, 1));
23269
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint136_free(ptr, 1));
23475
23270
  const CompressedFheUint14Finalization = (typeof FinalizationRegistry === 'undefined')
23476
23271
  ? { register: () => {}, unregister: () => {} }
23477
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint14_free(ptr >>> 0, 1));
23272
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint14_free(ptr, 1));
23478
23273
  const CompressedFheUint144Finalization = (typeof FinalizationRegistry === 'undefined')
23479
23274
  ? { register: () => {}, unregister: () => {} }
23480
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint144_free(ptr >>> 0, 1));
23275
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint144_free(ptr, 1));
23481
23276
  const CompressedFheUint152Finalization = (typeof FinalizationRegistry === 'undefined')
23482
23277
  ? { register: () => {}, unregister: () => {} }
23483
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint152_free(ptr >>> 0, 1));
23278
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint152_free(ptr, 1));
23484
23279
  const CompressedFheUint16Finalization = (typeof FinalizationRegistry === 'undefined')
23485
23280
  ? { register: () => {}, unregister: () => {} }
23486
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint16_free(ptr >>> 0, 1));
23281
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint16_free(ptr, 1));
23487
23282
  const CompressedFheUint160Finalization = (typeof FinalizationRegistry === 'undefined')
23488
23283
  ? { register: () => {}, unregister: () => {} }
23489
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint160_free(ptr >>> 0, 1));
23284
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint160_free(ptr, 1));
23490
23285
  const CompressedFheUint168Finalization = (typeof FinalizationRegistry === 'undefined')
23491
23286
  ? { register: () => {}, unregister: () => {} }
23492
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint168_free(ptr >>> 0, 1));
23287
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint168_free(ptr, 1));
23493
23288
  const CompressedFheUint176Finalization = (typeof FinalizationRegistry === 'undefined')
23494
23289
  ? { register: () => {}, unregister: () => {} }
23495
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint176_free(ptr >>> 0, 1));
23290
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint176_free(ptr, 1));
23496
23291
  const CompressedFheUint184Finalization = (typeof FinalizationRegistry === 'undefined')
23497
23292
  ? { register: () => {}, unregister: () => {} }
23498
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint184_free(ptr >>> 0, 1));
23293
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint184_free(ptr, 1));
23499
23294
  const CompressedFheUint192Finalization = (typeof FinalizationRegistry === 'undefined')
23500
23295
  ? { register: () => {}, unregister: () => {} }
23501
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint192_free(ptr >>> 0, 1));
23296
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint192_free(ptr, 1));
23502
23297
  const CompressedFheUint2Finalization = (typeof FinalizationRegistry === 'undefined')
23503
23298
  ? { register: () => {}, unregister: () => {} }
23504
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint2_free(ptr >>> 0, 1));
23299
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint2_free(ptr, 1));
23505
23300
  const CompressedFheUint200Finalization = (typeof FinalizationRegistry === 'undefined')
23506
23301
  ? { register: () => {}, unregister: () => {} }
23507
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint200_free(ptr >>> 0, 1));
23302
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint200_free(ptr, 1));
23508
23303
  const CompressedFheUint2048Finalization = (typeof FinalizationRegistry === 'undefined')
23509
23304
  ? { register: () => {}, unregister: () => {} }
23510
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint2048_free(ptr >>> 0, 1));
23305
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint2048_free(ptr, 1));
23511
23306
  const CompressedFheUint208Finalization = (typeof FinalizationRegistry === 'undefined')
23512
23307
  ? { register: () => {}, unregister: () => {} }
23513
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint208_free(ptr >>> 0, 1));
23308
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint208_free(ptr, 1));
23514
23309
  const CompressedFheUint216Finalization = (typeof FinalizationRegistry === 'undefined')
23515
23310
  ? { register: () => {}, unregister: () => {} }
23516
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint216_free(ptr >>> 0, 1));
23311
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint216_free(ptr, 1));
23517
23312
  const CompressedFheUint224Finalization = (typeof FinalizationRegistry === 'undefined')
23518
23313
  ? { register: () => {}, unregister: () => {} }
23519
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint224_free(ptr >>> 0, 1));
23314
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint224_free(ptr, 1));
23520
23315
  const CompressedFheUint232Finalization = (typeof FinalizationRegistry === 'undefined')
23521
23316
  ? { register: () => {}, unregister: () => {} }
23522
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint232_free(ptr >>> 0, 1));
23317
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint232_free(ptr, 1));
23523
23318
  const CompressedFheUint24Finalization = (typeof FinalizationRegistry === 'undefined')
23524
23319
  ? { register: () => {}, unregister: () => {} }
23525
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint24_free(ptr >>> 0, 1));
23320
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint24_free(ptr, 1));
23526
23321
  const CompressedFheUint240Finalization = (typeof FinalizationRegistry === 'undefined')
23527
23322
  ? { register: () => {}, unregister: () => {} }
23528
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint240_free(ptr >>> 0, 1));
23323
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint240_free(ptr, 1));
23529
23324
  const CompressedFheUint248Finalization = (typeof FinalizationRegistry === 'undefined')
23530
23325
  ? { register: () => {}, unregister: () => {} }
23531
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint248_free(ptr >>> 0, 1));
23326
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint248_free(ptr, 1));
23532
23327
  const CompressedFheUint256Finalization = (typeof FinalizationRegistry === 'undefined')
23533
23328
  ? { register: () => {}, unregister: () => {} }
23534
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint256_free(ptr >>> 0, 1));
23329
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint256_free(ptr, 1));
23535
23330
  const CompressedFheUint32Finalization = (typeof FinalizationRegistry === 'undefined')
23536
23331
  ? { register: () => {}, unregister: () => {} }
23537
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint32_free(ptr >>> 0, 1));
23332
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint32_free(ptr, 1));
23538
23333
  const CompressedFheUint4Finalization = (typeof FinalizationRegistry === 'undefined')
23539
23334
  ? { register: () => {}, unregister: () => {} }
23540
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint4_free(ptr >>> 0, 1));
23335
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint4_free(ptr, 1));
23541
23336
  const CompressedFheUint40Finalization = (typeof FinalizationRegistry === 'undefined')
23542
23337
  ? { register: () => {}, unregister: () => {} }
23543
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint40_free(ptr >>> 0, 1));
23338
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint40_free(ptr, 1));
23544
23339
  const CompressedFheUint48Finalization = (typeof FinalizationRegistry === 'undefined')
23545
23340
  ? { register: () => {}, unregister: () => {} }
23546
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint48_free(ptr >>> 0, 1));
23341
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint48_free(ptr, 1));
23547
23342
  const CompressedFheUint512Finalization = (typeof FinalizationRegistry === 'undefined')
23548
23343
  ? { register: () => {}, unregister: () => {} }
23549
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint512_free(ptr >>> 0, 1));
23344
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint512_free(ptr, 1));
23550
23345
  const CompressedFheUint56Finalization = (typeof FinalizationRegistry === 'undefined')
23551
23346
  ? { register: () => {}, unregister: () => {} }
23552
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint56_free(ptr >>> 0, 1));
23347
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint56_free(ptr, 1));
23553
23348
  const CompressedFheUint6Finalization = (typeof FinalizationRegistry === 'undefined')
23554
23349
  ? { register: () => {}, unregister: () => {} }
23555
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint6_free(ptr >>> 0, 1));
23350
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint6_free(ptr, 1));
23556
23351
  const CompressedFheUint64Finalization = (typeof FinalizationRegistry === 'undefined')
23557
23352
  ? { register: () => {}, unregister: () => {} }
23558
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint64_free(ptr >>> 0, 1));
23353
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint64_free(ptr, 1));
23559
23354
  const CompressedFheUint72Finalization = (typeof FinalizationRegistry === 'undefined')
23560
23355
  ? { register: () => {}, unregister: () => {} }
23561
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint72_free(ptr >>> 0, 1));
23356
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint72_free(ptr, 1));
23562
23357
  const CompressedFheUint8Finalization = (typeof FinalizationRegistry === 'undefined')
23563
23358
  ? { register: () => {}, unregister: () => {} }
23564
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint8_free(ptr >>> 0, 1));
23359
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint8_free(ptr, 1));
23565
23360
  const CompressedFheUint80Finalization = (typeof FinalizationRegistry === 'undefined')
23566
23361
  ? { register: () => {}, unregister: () => {} }
23567
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint80_free(ptr >>> 0, 1));
23362
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint80_free(ptr, 1));
23568
23363
  const CompressedFheUint88Finalization = (typeof FinalizationRegistry === 'undefined')
23569
23364
  ? { register: () => {}, unregister: () => {} }
23570
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint88_free(ptr >>> 0, 1));
23365
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint88_free(ptr, 1));
23571
23366
  const CompressedFheUint96Finalization = (typeof FinalizationRegistry === 'undefined')
23572
23367
  ? { register: () => {}, unregister: () => {} }
23573
- : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint96_free(ptr >>> 0, 1));
23368
+ : new FinalizationRegistry(ptr => wasm.__wbg_compressedfheuint96_free(ptr, 1));
23574
23369
  const FheBoolFinalization = (typeof FinalizationRegistry === 'undefined')
23575
23370
  ? { register: () => {}, unregister: () => {} }
23576
- : new FinalizationRegistry(ptr => wasm.__wbg_fhebool_free(ptr >>> 0, 1));
23371
+ : new FinalizationRegistry(ptr => wasm.__wbg_fhebool_free(ptr, 1));
23577
23372
  const FheInt10Finalization = (typeof FinalizationRegistry === 'undefined')
23578
23373
  ? { register: () => {}, unregister: () => {} }
23579
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint10_free(ptr >>> 0, 1));
23374
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint10_free(ptr, 1));
23580
23375
  const FheInt1024Finalization = (typeof FinalizationRegistry === 'undefined')
23581
23376
  ? { register: () => {}, unregister: () => {} }
23582
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint1024_free(ptr >>> 0, 1));
23377
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint1024_free(ptr, 1));
23583
23378
  const FheInt104Finalization = (typeof FinalizationRegistry === 'undefined')
23584
23379
  ? { register: () => {}, unregister: () => {} }
23585
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint104_free(ptr >>> 0, 1));
23380
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint104_free(ptr, 1));
23586
23381
  const FheInt112Finalization = (typeof FinalizationRegistry === 'undefined')
23587
23382
  ? { register: () => {}, unregister: () => {} }
23588
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint112_free(ptr >>> 0, 1));
23383
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint112_free(ptr, 1));
23589
23384
  const FheInt12Finalization = (typeof FinalizationRegistry === 'undefined')
23590
23385
  ? { register: () => {}, unregister: () => {} }
23591
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint12_free(ptr >>> 0, 1));
23386
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint12_free(ptr, 1));
23592
23387
  const FheInt120Finalization = (typeof FinalizationRegistry === 'undefined')
23593
23388
  ? { register: () => {}, unregister: () => {} }
23594
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint120_free(ptr >>> 0, 1));
23389
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint120_free(ptr, 1));
23595
23390
  const FheInt128Finalization = (typeof FinalizationRegistry === 'undefined')
23596
23391
  ? { register: () => {}, unregister: () => {} }
23597
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint128_free(ptr >>> 0, 1));
23392
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint128_free(ptr, 1));
23598
23393
  const FheInt136Finalization = (typeof FinalizationRegistry === 'undefined')
23599
23394
  ? { register: () => {}, unregister: () => {} }
23600
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint136_free(ptr >>> 0, 1));
23395
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint136_free(ptr, 1));
23601
23396
  const FheInt14Finalization = (typeof FinalizationRegistry === 'undefined')
23602
23397
  ? { register: () => {}, unregister: () => {} }
23603
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint14_free(ptr >>> 0, 1));
23398
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint14_free(ptr, 1));
23604
23399
  const FheInt144Finalization = (typeof FinalizationRegistry === 'undefined')
23605
23400
  ? { register: () => {}, unregister: () => {} }
23606
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint144_free(ptr >>> 0, 1));
23401
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint144_free(ptr, 1));
23607
23402
  const FheInt152Finalization = (typeof FinalizationRegistry === 'undefined')
23608
23403
  ? { register: () => {}, unregister: () => {} }
23609
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint152_free(ptr >>> 0, 1));
23404
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint152_free(ptr, 1));
23610
23405
  const FheInt16Finalization = (typeof FinalizationRegistry === 'undefined')
23611
23406
  ? { register: () => {}, unregister: () => {} }
23612
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint16_free(ptr >>> 0, 1));
23407
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint16_free(ptr, 1));
23613
23408
  const FheInt160Finalization = (typeof FinalizationRegistry === 'undefined')
23614
23409
  ? { register: () => {}, unregister: () => {} }
23615
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint160_free(ptr >>> 0, 1));
23410
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint160_free(ptr, 1));
23616
23411
  const FheInt168Finalization = (typeof FinalizationRegistry === 'undefined')
23617
23412
  ? { register: () => {}, unregister: () => {} }
23618
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint168_free(ptr >>> 0, 1));
23413
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint168_free(ptr, 1));
23619
23414
  const FheInt176Finalization = (typeof FinalizationRegistry === 'undefined')
23620
23415
  ? { register: () => {}, unregister: () => {} }
23621
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint176_free(ptr >>> 0, 1));
23416
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint176_free(ptr, 1));
23622
23417
  const FheInt184Finalization = (typeof FinalizationRegistry === 'undefined')
23623
23418
  ? { register: () => {}, unregister: () => {} }
23624
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint184_free(ptr >>> 0, 1));
23419
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint184_free(ptr, 1));
23625
23420
  const FheInt192Finalization = (typeof FinalizationRegistry === 'undefined')
23626
23421
  ? { register: () => {}, unregister: () => {} }
23627
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint192_free(ptr >>> 0, 1));
23422
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint192_free(ptr, 1));
23628
23423
  const FheInt2Finalization = (typeof FinalizationRegistry === 'undefined')
23629
23424
  ? { register: () => {}, unregister: () => {} }
23630
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint2_free(ptr >>> 0, 1));
23425
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint2_free(ptr, 1));
23631
23426
  const FheInt200Finalization = (typeof FinalizationRegistry === 'undefined')
23632
23427
  ? { register: () => {}, unregister: () => {} }
23633
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint200_free(ptr >>> 0, 1));
23428
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint200_free(ptr, 1));
23634
23429
  const FheInt2048Finalization = (typeof FinalizationRegistry === 'undefined')
23635
23430
  ? { register: () => {}, unregister: () => {} }
23636
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint2048_free(ptr >>> 0, 1));
23431
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint2048_free(ptr, 1));
23637
23432
  const FheInt208Finalization = (typeof FinalizationRegistry === 'undefined')
23638
23433
  ? { register: () => {}, unregister: () => {} }
23639
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint208_free(ptr >>> 0, 1));
23434
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint208_free(ptr, 1));
23640
23435
  const FheInt216Finalization = (typeof FinalizationRegistry === 'undefined')
23641
23436
  ? { register: () => {}, unregister: () => {} }
23642
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint216_free(ptr >>> 0, 1));
23437
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint216_free(ptr, 1));
23643
23438
  const FheInt224Finalization = (typeof FinalizationRegistry === 'undefined')
23644
23439
  ? { register: () => {}, unregister: () => {} }
23645
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint224_free(ptr >>> 0, 1));
23440
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint224_free(ptr, 1));
23646
23441
  const FheInt232Finalization = (typeof FinalizationRegistry === 'undefined')
23647
23442
  ? { register: () => {}, unregister: () => {} }
23648
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint232_free(ptr >>> 0, 1));
23443
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint232_free(ptr, 1));
23649
23444
  const FheInt24Finalization = (typeof FinalizationRegistry === 'undefined')
23650
23445
  ? { register: () => {}, unregister: () => {} }
23651
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint24_free(ptr >>> 0, 1));
23446
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint24_free(ptr, 1));
23652
23447
  const FheInt240Finalization = (typeof FinalizationRegistry === 'undefined')
23653
23448
  ? { register: () => {}, unregister: () => {} }
23654
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint240_free(ptr >>> 0, 1));
23449
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint240_free(ptr, 1));
23655
23450
  const FheInt248Finalization = (typeof FinalizationRegistry === 'undefined')
23656
23451
  ? { register: () => {}, unregister: () => {} }
23657
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint248_free(ptr >>> 0, 1));
23452
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint248_free(ptr, 1));
23658
23453
  const FheInt256Finalization = (typeof FinalizationRegistry === 'undefined')
23659
23454
  ? { register: () => {}, unregister: () => {} }
23660
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint256_free(ptr >>> 0, 1));
23455
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint256_free(ptr, 1));
23661
23456
  const FheInt32Finalization = (typeof FinalizationRegistry === 'undefined')
23662
23457
  ? { register: () => {}, unregister: () => {} }
23663
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint32_free(ptr >>> 0, 1));
23458
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint32_free(ptr, 1));
23664
23459
  const FheInt4Finalization = (typeof FinalizationRegistry === 'undefined')
23665
23460
  ? { register: () => {}, unregister: () => {} }
23666
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint4_free(ptr >>> 0, 1));
23461
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint4_free(ptr, 1));
23667
23462
  const FheInt40Finalization = (typeof FinalizationRegistry === 'undefined')
23668
23463
  ? { register: () => {}, unregister: () => {} }
23669
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint40_free(ptr >>> 0, 1));
23464
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint40_free(ptr, 1));
23670
23465
  const FheInt48Finalization = (typeof FinalizationRegistry === 'undefined')
23671
23466
  ? { register: () => {}, unregister: () => {} }
23672
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint48_free(ptr >>> 0, 1));
23467
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint48_free(ptr, 1));
23673
23468
  const FheInt512Finalization = (typeof FinalizationRegistry === 'undefined')
23674
23469
  ? { register: () => {}, unregister: () => {} }
23675
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint512_free(ptr >>> 0, 1));
23470
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint512_free(ptr, 1));
23676
23471
  const FheInt56Finalization = (typeof FinalizationRegistry === 'undefined')
23677
23472
  ? { register: () => {}, unregister: () => {} }
23678
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint56_free(ptr >>> 0, 1));
23473
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint56_free(ptr, 1));
23679
23474
  const FheInt6Finalization = (typeof FinalizationRegistry === 'undefined')
23680
23475
  ? { register: () => {}, unregister: () => {} }
23681
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint6_free(ptr >>> 0, 1));
23476
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint6_free(ptr, 1));
23682
23477
  const FheInt64Finalization = (typeof FinalizationRegistry === 'undefined')
23683
23478
  ? { register: () => {}, unregister: () => {} }
23684
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint64_free(ptr >>> 0, 1));
23479
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint64_free(ptr, 1));
23685
23480
  const FheInt72Finalization = (typeof FinalizationRegistry === 'undefined')
23686
23481
  ? { register: () => {}, unregister: () => {} }
23687
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint72_free(ptr >>> 0, 1));
23482
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint72_free(ptr, 1));
23688
23483
  const FheInt8Finalization = (typeof FinalizationRegistry === 'undefined')
23689
23484
  ? { register: () => {}, unregister: () => {} }
23690
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint8_free(ptr >>> 0, 1));
23485
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint8_free(ptr, 1));
23691
23486
  const FheInt80Finalization = (typeof FinalizationRegistry === 'undefined')
23692
23487
  ? { register: () => {}, unregister: () => {} }
23693
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint80_free(ptr >>> 0, 1));
23488
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint80_free(ptr, 1));
23694
23489
  const FheInt88Finalization = (typeof FinalizationRegistry === 'undefined')
23695
23490
  ? { register: () => {}, unregister: () => {} }
23696
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint88_free(ptr >>> 0, 1));
23491
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint88_free(ptr, 1));
23697
23492
  const FheInt96Finalization = (typeof FinalizationRegistry === 'undefined')
23698
23493
  ? { register: () => {}, unregister: () => {} }
23699
- : new FinalizationRegistry(ptr => wasm.__wbg_fheint96_free(ptr >>> 0, 1));
23494
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheint96_free(ptr, 1));
23700
23495
  const FheUint10Finalization = (typeof FinalizationRegistry === 'undefined')
23701
23496
  ? { register: () => {}, unregister: () => {} }
23702
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint10_free(ptr >>> 0, 1));
23497
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint10_free(ptr, 1));
23703
23498
  const FheUint1024Finalization = (typeof FinalizationRegistry === 'undefined')
23704
23499
  ? { register: () => {}, unregister: () => {} }
23705
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint1024_free(ptr >>> 0, 1));
23500
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint1024_free(ptr, 1));
23706
23501
  const FheUint104Finalization = (typeof FinalizationRegistry === 'undefined')
23707
23502
  ? { register: () => {}, unregister: () => {} }
23708
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint104_free(ptr >>> 0, 1));
23503
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint104_free(ptr, 1));
23709
23504
  const FheUint112Finalization = (typeof FinalizationRegistry === 'undefined')
23710
23505
  ? { register: () => {}, unregister: () => {} }
23711
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint112_free(ptr >>> 0, 1));
23506
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint112_free(ptr, 1));
23712
23507
  const FheUint12Finalization = (typeof FinalizationRegistry === 'undefined')
23713
23508
  ? { register: () => {}, unregister: () => {} }
23714
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint12_free(ptr >>> 0, 1));
23509
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint12_free(ptr, 1));
23715
23510
  const FheUint120Finalization = (typeof FinalizationRegistry === 'undefined')
23716
23511
  ? { register: () => {}, unregister: () => {} }
23717
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint120_free(ptr >>> 0, 1));
23512
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint120_free(ptr, 1));
23718
23513
  const FheUint128Finalization = (typeof FinalizationRegistry === 'undefined')
23719
23514
  ? { register: () => {}, unregister: () => {} }
23720
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint128_free(ptr >>> 0, 1));
23515
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint128_free(ptr, 1));
23721
23516
  const FheUint136Finalization = (typeof FinalizationRegistry === 'undefined')
23722
23517
  ? { register: () => {}, unregister: () => {} }
23723
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint136_free(ptr >>> 0, 1));
23518
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint136_free(ptr, 1));
23724
23519
  const FheUint14Finalization = (typeof FinalizationRegistry === 'undefined')
23725
23520
  ? { register: () => {}, unregister: () => {} }
23726
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint14_free(ptr >>> 0, 1));
23521
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint14_free(ptr, 1));
23727
23522
  const FheUint144Finalization = (typeof FinalizationRegistry === 'undefined')
23728
23523
  ? { register: () => {}, unregister: () => {} }
23729
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint144_free(ptr >>> 0, 1));
23524
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint144_free(ptr, 1));
23730
23525
  const FheUint152Finalization = (typeof FinalizationRegistry === 'undefined')
23731
23526
  ? { register: () => {}, unregister: () => {} }
23732
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint152_free(ptr >>> 0, 1));
23527
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint152_free(ptr, 1));
23733
23528
  const FheUint16Finalization = (typeof FinalizationRegistry === 'undefined')
23734
23529
  ? { register: () => {}, unregister: () => {} }
23735
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint16_free(ptr >>> 0, 1));
23530
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint16_free(ptr, 1));
23736
23531
  const FheUint160Finalization = (typeof FinalizationRegistry === 'undefined')
23737
23532
  ? { register: () => {}, unregister: () => {} }
23738
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint160_free(ptr >>> 0, 1));
23533
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint160_free(ptr, 1));
23739
23534
  const FheUint168Finalization = (typeof FinalizationRegistry === 'undefined')
23740
23535
  ? { register: () => {}, unregister: () => {} }
23741
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint168_free(ptr >>> 0, 1));
23536
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint168_free(ptr, 1));
23742
23537
  const FheUint176Finalization = (typeof FinalizationRegistry === 'undefined')
23743
23538
  ? { register: () => {}, unregister: () => {} }
23744
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint176_free(ptr >>> 0, 1));
23539
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint176_free(ptr, 1));
23745
23540
  const FheUint184Finalization = (typeof FinalizationRegistry === 'undefined')
23746
23541
  ? { register: () => {}, unregister: () => {} }
23747
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint184_free(ptr >>> 0, 1));
23542
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint184_free(ptr, 1));
23748
23543
  const FheUint192Finalization = (typeof FinalizationRegistry === 'undefined')
23749
23544
  ? { register: () => {}, unregister: () => {} }
23750
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint192_free(ptr >>> 0, 1));
23545
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint192_free(ptr, 1));
23751
23546
  const FheUint2Finalization = (typeof FinalizationRegistry === 'undefined')
23752
23547
  ? { register: () => {}, unregister: () => {} }
23753
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint2_free(ptr >>> 0, 1));
23548
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint2_free(ptr, 1));
23754
23549
  const FheUint200Finalization = (typeof FinalizationRegistry === 'undefined')
23755
23550
  ? { register: () => {}, unregister: () => {} }
23756
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint200_free(ptr >>> 0, 1));
23551
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint200_free(ptr, 1));
23757
23552
  const FheUint2048Finalization = (typeof FinalizationRegistry === 'undefined')
23758
23553
  ? { register: () => {}, unregister: () => {} }
23759
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint2048_free(ptr >>> 0, 1));
23554
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint2048_free(ptr, 1));
23760
23555
  const FheUint208Finalization = (typeof FinalizationRegistry === 'undefined')
23761
23556
  ? { register: () => {}, unregister: () => {} }
23762
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint208_free(ptr >>> 0, 1));
23557
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint208_free(ptr, 1));
23763
23558
  const FheUint216Finalization = (typeof FinalizationRegistry === 'undefined')
23764
23559
  ? { register: () => {}, unregister: () => {} }
23765
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint216_free(ptr >>> 0, 1));
23560
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint216_free(ptr, 1));
23766
23561
  const FheUint224Finalization = (typeof FinalizationRegistry === 'undefined')
23767
23562
  ? { register: () => {}, unregister: () => {} }
23768
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint224_free(ptr >>> 0, 1));
23563
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint224_free(ptr, 1));
23769
23564
  const FheUint232Finalization = (typeof FinalizationRegistry === 'undefined')
23770
23565
  ? { register: () => {}, unregister: () => {} }
23771
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint232_free(ptr >>> 0, 1));
23566
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint232_free(ptr, 1));
23772
23567
  const FheUint24Finalization = (typeof FinalizationRegistry === 'undefined')
23773
23568
  ? { register: () => {}, unregister: () => {} }
23774
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint24_free(ptr >>> 0, 1));
23569
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint24_free(ptr, 1));
23775
23570
  const FheUint240Finalization = (typeof FinalizationRegistry === 'undefined')
23776
23571
  ? { register: () => {}, unregister: () => {} }
23777
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint240_free(ptr >>> 0, 1));
23572
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint240_free(ptr, 1));
23778
23573
  const FheUint248Finalization = (typeof FinalizationRegistry === 'undefined')
23779
23574
  ? { register: () => {}, unregister: () => {} }
23780
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint248_free(ptr >>> 0, 1));
23575
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint248_free(ptr, 1));
23781
23576
  const FheUint256Finalization = (typeof FinalizationRegistry === 'undefined')
23782
23577
  ? { register: () => {}, unregister: () => {} }
23783
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint256_free(ptr >>> 0, 1));
23578
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint256_free(ptr, 1));
23784
23579
  const FheUint32Finalization = (typeof FinalizationRegistry === 'undefined')
23785
23580
  ? { register: () => {}, unregister: () => {} }
23786
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint32_free(ptr >>> 0, 1));
23581
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint32_free(ptr, 1));
23787
23582
  const FheUint4Finalization = (typeof FinalizationRegistry === 'undefined')
23788
23583
  ? { register: () => {}, unregister: () => {} }
23789
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint4_free(ptr >>> 0, 1));
23584
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint4_free(ptr, 1));
23790
23585
  const FheUint40Finalization = (typeof FinalizationRegistry === 'undefined')
23791
23586
  ? { register: () => {}, unregister: () => {} }
23792
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint40_free(ptr >>> 0, 1));
23587
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint40_free(ptr, 1));
23793
23588
  const FheUint48Finalization = (typeof FinalizationRegistry === 'undefined')
23794
23589
  ? { register: () => {}, unregister: () => {} }
23795
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint48_free(ptr >>> 0, 1));
23590
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint48_free(ptr, 1));
23796
23591
  const FheUint512Finalization = (typeof FinalizationRegistry === 'undefined')
23797
23592
  ? { register: () => {}, unregister: () => {} }
23798
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint512_free(ptr >>> 0, 1));
23593
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint512_free(ptr, 1));
23799
23594
  const FheUint56Finalization = (typeof FinalizationRegistry === 'undefined')
23800
23595
  ? { register: () => {}, unregister: () => {} }
23801
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint56_free(ptr >>> 0, 1));
23596
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint56_free(ptr, 1));
23802
23597
  const FheUint6Finalization = (typeof FinalizationRegistry === 'undefined')
23803
23598
  ? { register: () => {}, unregister: () => {} }
23804
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint6_free(ptr >>> 0, 1));
23599
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint6_free(ptr, 1));
23805
23600
  const FheUint64Finalization = (typeof FinalizationRegistry === 'undefined')
23806
23601
  ? { register: () => {}, unregister: () => {} }
23807
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint64_free(ptr >>> 0, 1));
23602
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint64_free(ptr, 1));
23808
23603
  const FheUint72Finalization = (typeof FinalizationRegistry === 'undefined')
23809
23604
  ? { register: () => {}, unregister: () => {} }
23810
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint72_free(ptr >>> 0, 1));
23605
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint72_free(ptr, 1));
23811
23606
  const FheUint8Finalization = (typeof FinalizationRegistry === 'undefined')
23812
23607
  ? { register: () => {}, unregister: () => {} }
23813
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint8_free(ptr >>> 0, 1));
23608
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint8_free(ptr, 1));
23814
23609
  const FheUint80Finalization = (typeof FinalizationRegistry === 'undefined')
23815
23610
  ? { register: () => {}, unregister: () => {} }
23816
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint80_free(ptr >>> 0, 1));
23611
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint80_free(ptr, 1));
23817
23612
  const FheUint88Finalization = (typeof FinalizationRegistry === 'undefined')
23818
23613
  ? { register: () => {}, unregister: () => {} }
23819
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint88_free(ptr >>> 0, 1));
23614
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint88_free(ptr, 1));
23820
23615
  const FheUint96Finalization = (typeof FinalizationRegistry === 'undefined')
23821
23616
  ? { register: () => {}, unregister: () => {} }
23822
- : new FinalizationRegistry(ptr => wasm.__wbg_fheuint96_free(ptr >>> 0, 1));
23617
+ : new FinalizationRegistry(ptr => wasm.__wbg_fheuint96_free(ptr, 1));
23823
23618
  const ProvenCompactCiphertextListFinalization = (typeof FinalizationRegistry === 'undefined')
23824
23619
  ? { register: () => {}, unregister: () => {} }
23825
- : new FinalizationRegistry(ptr => wasm.__wbg_provencompactciphertextlist_free(ptr >>> 0, 1));
23620
+ : new FinalizationRegistry(ptr => wasm.__wbg_provencompactciphertextlist_free(ptr, 1));
23826
23621
  const ShortintFinalization = (typeof FinalizationRegistry === 'undefined')
23827
23622
  ? { register: () => {}, unregister: () => {} }
23828
- : new FinalizationRegistry(ptr => wasm.__wbg_shortint_free(ptr >>> 0, 1));
23623
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortint_free(ptr, 1));
23829
23624
  const ShortintCiphertextFinalization = (typeof FinalizationRegistry === 'undefined')
23830
23625
  ? { register: () => {}, unregister: () => {} }
23831
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintciphertext_free(ptr >>> 0, 1));
23626
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintciphertext_free(ptr, 1));
23832
23627
  const ShortintClientKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23833
23628
  ? { register: () => {}, unregister: () => {} }
23834
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintclientkey_free(ptr >>> 0, 1));
23629
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintclientkey_free(ptr, 1));
23835
23630
  const ShortintCompactPublicKeyEncryptionParametersFinalization = (typeof FinalizationRegistry === 'undefined')
23836
23631
  ? { register: () => {}, unregister: () => {} }
23837
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompactpublickeyencryptionparameters_free(ptr >>> 0, 1));
23632
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompactpublickeyencryptionparameters_free(ptr, 1));
23838
23633
  const ShortintCompressedCiphertextFinalization = (typeof FinalizationRegistry === 'undefined')
23839
23634
  ? { register: () => {}, unregister: () => {} }
23840
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompressedciphertext_free(ptr >>> 0, 1));
23635
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompressedciphertext_free(ptr, 1));
23841
23636
  const ShortintCompressedPublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23842
23637
  ? { register: () => {}, unregister: () => {} }
23843
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompressedpublickey_free(ptr >>> 0, 1));
23638
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompressedpublickey_free(ptr, 1));
23844
23639
  const ShortintCompressedServerKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23845
23640
  ? { register: () => {}, unregister: () => {} }
23846
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompressedserverkey_free(ptr >>> 0, 1));
23641
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintcompressedserverkey_free(ptr, 1));
23847
23642
  const ShortintNoiseDistributionFinalization = (typeof FinalizationRegistry === 'undefined')
23848
23643
  ? { register: () => {}, unregister: () => {} }
23849
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintnoisedistribution_free(ptr >>> 0, 1));
23644
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintnoisedistribution_free(ptr, 1));
23850
23645
  const ShortintParametersFinalization = (typeof FinalizationRegistry === 'undefined')
23851
23646
  ? { register: () => {}, unregister: () => {} }
23852
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintparameters_free(ptr >>> 0, 1));
23647
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintparameters_free(ptr, 1));
23853
23648
  const ShortintPublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23854
23649
  ? { register: () => {}, unregister: () => {} }
23855
- : new FinalizationRegistry(ptr => wasm.__wbg_shortintpublickey_free(ptr >>> 0, 1));
23650
+ : new FinalizationRegistry(ptr => wasm.__wbg_shortintpublickey_free(ptr, 1));
23856
23651
  const TfheClientKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23857
23652
  ? { register: () => {}, unregister: () => {} }
23858
- : new FinalizationRegistry(ptr => wasm.__wbg_tfheclientkey_free(ptr >>> 0, 1));
23653
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfheclientkey_free(ptr, 1));
23859
23654
  const TfheCompactPublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23860
23655
  ? { register: () => {}, unregister: () => {} }
23861
- : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompactpublickey_free(ptr >>> 0, 1));
23656
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompactpublickey_free(ptr, 1));
23862
23657
  const TfheCompressedCompactPublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23863
23658
  ? { register: () => {}, unregister: () => {} }
23864
- : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompressedcompactpublickey_free(ptr >>> 0, 1));
23659
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompressedcompactpublickey_free(ptr, 1));
23865
23660
  const TfheCompressedPublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23866
23661
  ? { register: () => {}, unregister: () => {} }
23867
- : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompressedpublickey_free(ptr >>> 0, 1));
23662
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompressedpublickey_free(ptr, 1));
23868
23663
  const TfheCompressedServerKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23869
23664
  ? { register: () => {}, unregister: () => {} }
23870
- : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompressedserverkey_free(ptr >>> 0, 1));
23665
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfhecompressedserverkey_free(ptr, 1));
23871
23666
  const TfheConfigFinalization = (typeof FinalizationRegistry === 'undefined')
23872
23667
  ? { register: () => {}, unregister: () => {} }
23873
- : new FinalizationRegistry(ptr => wasm.__wbg_tfheconfig_free(ptr >>> 0, 1));
23668
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfheconfig_free(ptr, 1));
23874
23669
  const TfheConfigBuilderFinalization = (typeof FinalizationRegistry === 'undefined')
23875
23670
  ? { register: () => {}, unregister: () => {} }
23876
- : new FinalizationRegistry(ptr => wasm.__wbg_tfheconfigbuilder_free(ptr >>> 0, 1));
23671
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfheconfigbuilder_free(ptr, 1));
23877
23672
  const TfhePublicKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23878
23673
  ? { register: () => {}, unregister: () => {} }
23879
- : new FinalizationRegistry(ptr => wasm.__wbg_tfhepublickey_free(ptr >>> 0, 1));
23674
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfhepublickey_free(ptr, 1));
23880
23675
  const TfheServerKeyFinalization = (typeof FinalizationRegistry === 'undefined')
23881
23676
  ? { register: () => {}, unregister: () => {} }
23882
- : new FinalizationRegistry(ptr => wasm.__wbg_tfheserverkey_free(ptr >>> 0, 1));
23677
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfheserverkey_free(ptr, 1));
23883
23678
  const tfheFinalization = (typeof FinalizationRegistry === 'undefined')
23884
23679
  ? { register: () => {}, unregister: () => {} }
23885
- : new FinalizationRegistry(ptr => wasm.__wbg_tfhe_free(ptr >>> 0, 1));
23680
+ : new FinalizationRegistry(ptr => wasm.__wbg_tfhe_free(ptr, 1));
23886
23681
  const wbg_rayon_PoolBuilderFinalization = (typeof FinalizationRegistry === 'undefined')
23887
23682
  ? { register: () => {}, unregister: () => {} }
23888
- : new FinalizationRegistry(ptr => wasm.__wbg_wbg_rayon_poolbuilder_free(ptr >>> 0, 1));
23683
+ : new FinalizationRegistry(ptr => wasm.__wbg_wbg_rayon_poolbuilder_free(ptr, 1));
23889
23684
 
23890
23685
  function addToExternrefTable0(obj) {
23891
23686
  const idx = wasm.__externref_table_alloc();
@@ -23978,8 +23773,7 @@ function getDataViewMemory0() {
23978
23773
  }
23979
23774
 
23980
23775
  function getStringFromWasm0(ptr, len) {
23981
- ptr = ptr >>> 0;
23982
- return decodeText(ptr, len);
23776
+ return decodeText(ptr >>> 0, len);
23983
23777
  }
23984
23778
 
23985
23779
  let cachedUint8ArrayMemory0 = null;
@@ -24083,15 +23877,17 @@ if (cachedTextEncoder) {
24083
23877
 
24084
23878
  let WASM_VECTOR_LEN = 0;
24085
23879
 
24086
- let wasmModule, wasm;
23880
+ let wasmModule, wasmInstance, wasm;
24087
23881
  function __wbg_finalize_init(instance, module, thread_stack_size) {
23882
+ wasmInstance = instance;
24088
23883
  wasm = instance.exports;
24089
23884
  wasmModule = module;
24090
23885
  cachedDataViewMemory0 = null;
24091
23886
  cachedUint8ArrayMemory0 = null;
24092
23887
  if (typeof thread_stack_size !== 'undefined' && (typeof thread_stack_size !== 'number' || thread_stack_size === 0 || thread_stack_size % 65536 !== 0)) {
24093
- throw 'invalid stack size';
23888
+ throw new Error('invalid stack size');
24094
23889
  }
23890
+
24095
23891
  wasm.__wbindgen_start(thread_stack_size);
24096
23892
  return wasm;
24097
23893
  }