@fhevm/sdk 1.1.0-alpha.5 → 1.1.0-alpha.6

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 (145) hide show
  1. package/_cjs/core/_version.js +1 -1
  2. package/_cjs/core/base/bytes.js +2 -1
  3. package/_cjs/core/base/bytes.js.map +1 -1
  4. package/_cjs/core/base/environment.js +122 -0
  5. package/_cjs/core/base/environment.js.map +1 -0
  6. package/_cjs/core/base/errors/Sha256VerificationError.js +15 -0
  7. package/_cjs/core/base/errors/Sha256VerificationError.js.map +1 -0
  8. package/_cjs/core/base/inflate.js +282 -0
  9. package/_cjs/core/base/inflate.js.map +1 -0
  10. package/_cjs/core/base/isomorphicFs.js +24 -0
  11. package/_cjs/core/base/isomorphicFs.js.map +1 -0
  12. package/_cjs/core/base/isomorphicWorker.js +42 -111
  13. package/_cjs/core/base/isomorphicWorker.js.map +1 -1
  14. package/_cjs/core/base/wasm.js +15 -55
  15. package/_cjs/core/base/wasm.js.map +1 -1
  16. package/_cjs/core/kms/TransportKeyPair-p.js +0 -4
  17. package/_cjs/core/kms/TransportKeyPair-p.js.map +1 -1
  18. package/_cjs/core/kms/createKmsUserDecryptEip712.js +5 -1
  19. package/_cjs/core/kms/createKmsUserDecryptEip712.js.map +1 -1
  20. package/_cjs/core/modules/decrypt/module/init-p.js +124 -39
  21. package/_cjs/core/modules/decrypt/module/init-p.js.map +1 -1
  22. package/_cjs/core/modules/encrypt/module/init-p.js +148 -45
  23. package/_cjs/core/modules/encrypt/module/init-p.js.map +1 -1
  24. package/_cjs/core/runtime/HyperWasmSolver-p.js +4 -4
  25. package/_cjs/core/runtime/initFhevmEncryptRuntime-p.js +1 -1
  26. package/_cjs/core/runtime/initFhevmRuntime-p.js +1 -1
  27. package/_cjs/wasm/tfhe/TfheApi.d.ts +12 -12
  28. package/_cjs/wasm/tfhe/loadTfheLib.js +11 -11
  29. package/_cjs/wasm/tfhe/loadTfheLib.js.map +2 -2
  30. package/_cjs/wasm/tfhe/v1.5.3/startWorkers.js +26 -9
  31. package/_cjs/wasm/tfhe/v1.5.3/startWorkers.js.map +2 -2
  32. package/_cjs/wasm/tfhe/v1.5.3/tfhe.d.ts +3 -0
  33. package/_cjs/wasm/tfhe/{v1.6.1 → v1.6.2}/startWorkers.js +28 -11
  34. package/_cjs/wasm/tfhe/v1.6.2/startWorkers.js.map +7 -0
  35. package/{_esm/wasm/tfhe/v1.6.1 → _cjs/wasm/tfhe/v1.6.2}/tfhe-worker.mjs +40 -40
  36. package/{_esm/wasm/tfhe/v1.6.1 → _cjs/wasm/tfhe/v1.6.2}/tfhe.d.ts +88 -85
  37. package/_cjs/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe.js +245 -442
  38. package/_cjs/wasm/tfhe/v1.6.2/tfhe.js.map +7 -0
  39. package/_cjs/wasm/tfhe/v1.6.2/tfhe_bg.wasm +0 -0
  40. package/_cjs/wasm/tfhe/v1.6.2/tfhe_bg.wasm.base64.js +35 -0
  41. package/_cjs/wasm/tfhe/v1.6.2/tfhe_bg.wasm.base64.js.map +7 -0
  42. package/_cjs/wasm/tkms/loadKmsLib.js.map +1 -1
  43. package/_cjs/wasm/wasmBaseUrl.js +8 -19
  44. package/_cjs/wasm/wasmBaseUrl.js.map +2 -2
  45. package/_esm/core/_version.js +1 -1
  46. package/_esm/core/base/bytes.js +2 -1
  47. package/_esm/core/base/bytes.js.map +1 -1
  48. package/_esm/core/base/environment.js +164 -0
  49. package/_esm/core/base/environment.js.map +1 -0
  50. package/_esm/core/base/errors/Sha256VerificationError.js +11 -0
  51. package/_esm/core/base/errors/Sha256VerificationError.js.map +1 -0
  52. package/_esm/core/base/inflate.js +337 -0
  53. package/_esm/core/base/inflate.js.map +1 -0
  54. package/_esm/core/base/isomorphicFs.js +21 -0
  55. package/_esm/core/base/isomorphicFs.js.map +1 -0
  56. package/_esm/core/base/isomorphicWorker.js +92 -85
  57. package/_esm/core/base/isomorphicWorker.js.map +1 -1
  58. package/_esm/core/base/wasm.js +25 -31
  59. package/_esm/core/base/wasm.js.map +1 -1
  60. package/_esm/core/kms/TransportKeyPair-p.js +0 -4
  61. package/_esm/core/kms/TransportKeyPair-p.js.map +1 -1
  62. package/_esm/core/kms/createKmsUserDecryptEip712.js +5 -1
  63. package/_esm/core/kms/createKmsUserDecryptEip712.js.map +1 -1
  64. package/_esm/core/modules/decrypt/module/init-p.js +109 -54
  65. package/_esm/core/modules/decrypt/module/init-p.js.map +1 -1
  66. package/_esm/core/modules/encrypt/module/init-p.js +300 -53
  67. package/_esm/core/modules/encrypt/module/init-p.js.map +1 -1
  68. package/_esm/core/runtime/HyperWasmSolver-p.js +4 -4
  69. package/_esm/core/runtime/initFhevmEncryptRuntime-p.js +1 -1
  70. package/_esm/core/runtime/initFhevmRuntime-p.js +1 -1
  71. package/_esm/wasm/tfhe/TfheApi.d.ts +12 -12
  72. package/_esm/wasm/tfhe/loadTfheLib.js +11 -11
  73. package/_esm/wasm/tfhe/v1.5.3/startWorkers.js +41 -20
  74. package/_esm/wasm/tfhe/v1.5.3/tfhe.d.ts +3 -0
  75. package/_esm/wasm/tfhe/{v1.6.1 → v1.6.2}/startWorkers.js +46 -25
  76. package/{_cjs/wasm/tfhe/v1.6.1 → _esm/wasm/tfhe/v1.6.2}/tfhe-worker.mjs +40 -40
  77. package/{_types/wasm/tfhe/v1.6.1 → _esm/wasm/tfhe/v1.6.2}/tfhe.d.ts +88 -85
  78. package/_esm/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe.js +245 -442
  79. package/_esm/wasm/tfhe/v1.6.2/tfhe_bg.wasm +0 -0
  80. package/_esm/wasm/tfhe/v1.6.2/tfhe_bg.wasm.base64.js +7 -0
  81. package/_esm/wasm/wasmBaseUrl.js +17 -54
  82. package/_types/core/base/bytes.d.ts.map +1 -1
  83. package/_types/core/base/environment.d.ts +92 -0
  84. package/_types/core/base/environment.d.ts.map +1 -0
  85. package/_types/core/base/errors/Sha256VerificationError.d.ts +14 -0
  86. package/_types/core/base/errors/Sha256VerificationError.d.ts.map +1 -0
  87. package/_types/core/base/inflate.d.ts +25 -0
  88. package/_types/core/base/inflate.d.ts.map +1 -0
  89. package/_types/core/base/isomorphicFs.d.ts +2 -0
  90. package/_types/core/base/isomorphicFs.d.ts.map +1 -0
  91. package/_types/core/base/isomorphicWorker.d.ts +27 -43
  92. package/_types/core/base/isomorphicWorker.d.ts.map +1 -1
  93. package/_types/core/base/wasm.d.ts +0 -8
  94. package/_types/core/base/wasm.d.ts.map +1 -1
  95. package/_types/core/kms/TransportKeyPair-p.d.ts.map +1 -1
  96. package/_types/core/kms/createKmsUserDecryptEip712.d.ts.map +1 -1
  97. package/_types/core/modules/decrypt/module/init-p.d.ts.map +1 -1
  98. package/_types/core/modules/encrypt/module/init-p.d.ts.map +1 -1
  99. package/_types/core/types/wasmAssets.d.ts.map +1 -1
  100. package/_types/wasm/tfhe/TfheApi.d.ts +12 -12
  101. package/_types/wasm/tfhe/v1.5.3/tfhe.d.ts +3 -0
  102. package/{wasm/tfhe/v1.6.1 → _types/wasm/tfhe/v1.6.2}/tfhe.d.ts +88 -85
  103. package/core/_version.ts +1 -1
  104. package/core/base/bytes.ts +2 -1
  105. package/core/base/environment.ts +210 -0
  106. package/core/base/errors/Sha256VerificationError.ts +22 -0
  107. package/core/base/inflate.ts +373 -0
  108. package/core/base/isomorphicFs.ts +23 -0
  109. package/core/base/isomorphicWorker.ts +96 -123
  110. package/core/base/wasm.ts +28 -35
  111. package/core/kms/TransportKeyPair-p.ts +0 -5
  112. package/core/kms/createKmsUserDecryptEip712.ts +8 -1
  113. package/core/modules/decrypt/module/init-p.ts +148 -59
  114. package/core/modules/encrypt/module/init-p.ts +368 -63
  115. package/core/runtime/HyperWasmSolver-p.ts +4 -4
  116. package/core/runtime/initFhevmEncryptRuntime-p.ts +1 -1
  117. package/core/runtime/initFhevmRuntime-p.ts +1 -1
  118. package/core/types/wasmAssets.ts +58 -0
  119. package/package.json +1 -1
  120. package/wasm/tfhe/TfheApi.d.ts +12 -12
  121. package/wasm/tfhe/loadTfheLib.js +11 -11
  122. package/wasm/tfhe/v1.5.3/startWorkers.js +41 -20
  123. package/wasm/tfhe/v1.5.3/tfhe.d.ts +3 -0
  124. package/wasm/tfhe/v1.6.0-dev/startWorkers.js +41 -20
  125. package/wasm/tfhe/v1.6.0-dev/tfhe.d.ts +3 -0
  126. package/wasm/tfhe/{v1.6.1 → v1.6.2}/startWorkers.js +46 -25
  127. package/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe-worker.mjs +40 -40
  128. package/{_cjs/wasm/tfhe/v1.6.1 → wasm/tfhe/v1.6.2}/tfhe.d.ts +88 -85
  129. package/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe.js +245 -442
  130. package/wasm/tfhe/v1.6.2/tfhe_bg.wasm +0 -0
  131. package/wasm/tfhe/v1.6.2/tfhe_bg.wasm.base64.js +7 -0
  132. package/wasm/wasmBaseUrl.js +17 -54
  133. package/_cjs/wasm/tfhe/v1.6.1/startWorkers.js.map +0 -7
  134. package/_cjs/wasm/tfhe/v1.6.1/tfhe.js.map +0 -7
  135. package/_cjs/wasm/tfhe/v1.6.1/tfhe_bg.wasm +0 -0
  136. package/_cjs/wasm/tfhe/v1.6.1/tfhe_bg.wasm.base64.js +0 -35
  137. package/_cjs/wasm/tfhe/v1.6.1/tfhe_bg.wasm.base64.js.map +0 -7
  138. package/_esm/wasm/tfhe/v1.6.1/tfhe_bg.wasm +0 -0
  139. package/_esm/wasm/tfhe/v1.6.1/tfhe_bg.wasm.base64.js +0 -7
  140. package/wasm/tfhe/v1.6.1/tfhe_bg.wasm +0 -0
  141. package/wasm/tfhe/v1.6.1/tfhe_bg.wasm.base64.js +0 -7
  142. /package/_cjs/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe_bg.wasm.base64.d.ts +0 -0
  143. /package/_esm/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe_bg.wasm.base64.d.ts +0 -0
  144. /package/_types/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe_bg.wasm.base64.d.ts +0 -0
  145. /package/wasm/tfhe/{v1.6.1 → v1.6.2}/tfhe_bg.wasm.base64.d.ts +0 -0
@@ -537,7 +537,6 @@ class Boolean {
537
537
  if (Symbol.dispose) Boolean.prototype[Symbol.dispose] = Boolean.prototype.free;
538
538
  class BooleanCiphertext {
539
539
  static __wrap(ptr) {
540
- ptr = ptr >>> 0;
541
540
  const obj = Object.create(BooleanCiphertext.prototype);
542
541
  obj.__wbg_ptr = ptr;
543
542
  BooleanCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -557,7 +556,6 @@ class BooleanCiphertext {
557
556
  if (Symbol.dispose) BooleanCiphertext.prototype[Symbol.dispose] = BooleanCiphertext.prototype.free;
558
557
  class BooleanClientKey {
559
558
  static __wrap(ptr) {
560
- ptr = ptr >>> 0;
561
559
  const obj = Object.create(BooleanClientKey.prototype);
562
560
  obj.__wbg_ptr = ptr;
563
561
  BooleanClientKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -577,7 +575,6 @@ class BooleanClientKey {
577
575
  if (Symbol.dispose) BooleanClientKey.prototype[Symbol.dispose] = BooleanClientKey.prototype.free;
578
576
  class BooleanCompressedCiphertext {
579
577
  static __wrap(ptr) {
580
- ptr = ptr >>> 0;
581
578
  const obj = Object.create(BooleanCompressedCiphertext.prototype);
582
579
  obj.__wbg_ptr = ptr;
583
580
  BooleanCompressedCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -597,7 +594,6 @@ class BooleanCompressedCiphertext {
597
594
  if (Symbol.dispose) BooleanCompressedCiphertext.prototype[Symbol.dispose] = BooleanCompressedCiphertext.prototype.free;
598
595
  class BooleanCompressedServerKey {
599
596
  static __wrap(ptr) {
600
- ptr = ptr >>> 0;
601
597
  const obj = Object.create(BooleanCompressedServerKey.prototype);
602
598
  obj.__wbg_ptr = ptr;
603
599
  BooleanCompressedServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -623,7 +619,6 @@ const BooleanEncryptionKeyChoice = Object.freeze({
623
619
  });
624
620
  class BooleanNoiseDistribution {
625
621
  static __wrap(ptr) {
626
- ptr = ptr >>> 0;
627
622
  const obj = Object.create(BooleanNoiseDistribution.prototype);
628
623
  obj.__wbg_ptr = ptr;
629
624
  BooleanNoiseDistributionFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -653,7 +648,6 @@ const BooleanParameterSet = Object.freeze({
653
648
  });
654
649
  class BooleanParameters {
655
650
  static __wrap(ptr) {
656
- ptr = ptr >>> 0;
657
651
  const obj = Object.create(BooleanParameters.prototype);
658
652
  obj.__wbg_ptr = ptr;
659
653
  BooleanParametersFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -673,7 +667,6 @@ class BooleanParameters {
673
667
  if (Symbol.dispose) BooleanParameters.prototype[Symbol.dispose] = BooleanParameters.prototype.free;
674
668
  class BooleanPublicKey {
675
669
  static __wrap(ptr) {
676
- ptr = ptr >>> 0;
677
670
  const obj = Object.create(BooleanPublicKey.prototype);
678
671
  obj.__wbg_ptr = ptr;
679
672
  BooleanPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -693,7 +686,6 @@ class BooleanPublicKey {
693
686
  if (Symbol.dispose) BooleanPublicKey.prototype[Symbol.dispose] = BooleanPublicKey.prototype.free;
694
687
  class CompactCiphertextList {
695
688
  static __wrap(ptr) {
696
- ptr = ptr >>> 0;
697
689
  const obj = Object.create(CompactCiphertextList.prototype);
698
690
  obj.__wbg_ptr = ptr;
699
691
  CompactCiphertextListFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -818,7 +810,6 @@ class CompactCiphertextList {
818
810
  if (Symbol.dispose) CompactCiphertextList.prototype[Symbol.dispose] = CompactCiphertextList.prototype.free;
819
811
  class CompactCiphertextListBuilder {
820
812
  static __wrap(ptr) {
821
- ptr = ptr >>> 0;
822
813
  const obj = Object.create(CompactCiphertextListBuilder.prototype);
823
814
  obj.__wbg_ptr = ptr;
824
815
  CompactCiphertextListBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -1653,7 +1644,6 @@ class CompactCiphertextListBuilder {
1653
1644
  if (Symbol.dispose) CompactCiphertextListBuilder.prototype[Symbol.dispose] = CompactCiphertextListBuilder.prototype.free;
1654
1645
  class CompactCiphertextListExpander {
1655
1646
  static __wrap(ptr) {
1656
- ptr = ptr >>> 0;
1657
1647
  const obj = Object.create(CompactCiphertextListExpander.prototype);
1658
1648
  obj.__wbg_ptr = ptr;
1659
1649
  CompactCiphertextListExpanderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -2608,7 +2598,6 @@ class CompactCiphertextListExpander {
2608
2598
  if (Symbol.dispose) CompactCiphertextListExpander.prototype[Symbol.dispose] = CompactCiphertextListExpander.prototype.free;
2609
2599
  class CompactPkeCrs {
2610
2600
  static __wrap(ptr) {
2611
- ptr = ptr >>> 0;
2612
2601
  const obj = Object.create(CompactPkeCrs.prototype);
2613
2602
  obj.__wbg_ptr = ptr;
2614
2603
  CompactPkeCrsFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -2721,7 +2710,6 @@ class CompactPkeCrs {
2721
2710
  if (Symbol.dispose) CompactPkeCrs.prototype[Symbol.dispose] = CompactPkeCrs.prototype.free;
2722
2711
  class CompressedFheBool {
2723
2712
  static __wrap(ptr) {
2724
- ptr = ptr >>> 0;
2725
2713
  const obj = Object.create(CompressedFheBool.prototype);
2726
2714
  obj.__wbg_ptr = ptr;
2727
2715
  CompressedFheBoolFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -2816,7 +2804,6 @@ class CompressedFheBool {
2816
2804
  if (Symbol.dispose) CompressedFheBool.prototype[Symbol.dispose] = CompressedFheBool.prototype.free;
2817
2805
  class CompressedFheInt10 {
2818
2806
  static __wrap(ptr) {
2819
- ptr = ptr >>> 0;
2820
2807
  const obj = Object.create(CompressedFheInt10.prototype);
2821
2808
  obj.__wbg_ptr = ptr;
2822
2809
  CompressedFheInt10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -2911,7 +2898,6 @@ class CompressedFheInt10 {
2911
2898
  if (Symbol.dispose) CompressedFheInt10.prototype[Symbol.dispose] = CompressedFheInt10.prototype.free;
2912
2899
  class CompressedFheInt1024 {
2913
2900
  static __wrap(ptr) {
2914
- ptr = ptr >>> 0;
2915
2901
  const obj = Object.create(CompressedFheInt1024.prototype);
2916
2902
  obj.__wbg_ptr = ptr;
2917
2903
  CompressedFheInt1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3006,7 +2992,6 @@ class CompressedFheInt1024 {
3006
2992
  if (Symbol.dispose) CompressedFheInt1024.prototype[Symbol.dispose] = CompressedFheInt1024.prototype.free;
3007
2993
  class CompressedFheInt104 {
3008
2994
  static __wrap(ptr) {
3009
- ptr = ptr >>> 0;
3010
2995
  const obj = Object.create(CompressedFheInt104.prototype);
3011
2996
  obj.__wbg_ptr = ptr;
3012
2997
  CompressedFheInt104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3101,7 +3086,6 @@ class CompressedFheInt104 {
3101
3086
  if (Symbol.dispose) CompressedFheInt104.prototype[Symbol.dispose] = CompressedFheInt104.prototype.free;
3102
3087
  class CompressedFheInt112 {
3103
3088
  static __wrap(ptr) {
3104
- ptr = ptr >>> 0;
3105
3089
  const obj = Object.create(CompressedFheInt112.prototype);
3106
3090
  obj.__wbg_ptr = ptr;
3107
3091
  CompressedFheInt112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3196,7 +3180,6 @@ class CompressedFheInt112 {
3196
3180
  if (Symbol.dispose) CompressedFheInt112.prototype[Symbol.dispose] = CompressedFheInt112.prototype.free;
3197
3181
  class CompressedFheInt12 {
3198
3182
  static __wrap(ptr) {
3199
- ptr = ptr >>> 0;
3200
3183
  const obj = Object.create(CompressedFheInt12.prototype);
3201
3184
  obj.__wbg_ptr = ptr;
3202
3185
  CompressedFheInt12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3291,7 +3274,6 @@ class CompressedFheInt12 {
3291
3274
  if (Symbol.dispose) CompressedFheInt12.prototype[Symbol.dispose] = CompressedFheInt12.prototype.free;
3292
3275
  class CompressedFheInt120 {
3293
3276
  static __wrap(ptr) {
3294
- ptr = ptr >>> 0;
3295
3277
  const obj = Object.create(CompressedFheInt120.prototype);
3296
3278
  obj.__wbg_ptr = ptr;
3297
3279
  CompressedFheInt120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3386,7 +3368,6 @@ class CompressedFheInt120 {
3386
3368
  if (Symbol.dispose) CompressedFheInt120.prototype[Symbol.dispose] = CompressedFheInt120.prototype.free;
3387
3369
  class CompressedFheInt128 {
3388
3370
  static __wrap(ptr) {
3389
- ptr = ptr >>> 0;
3390
3371
  const obj = Object.create(CompressedFheInt128.prototype);
3391
3372
  obj.__wbg_ptr = ptr;
3392
3373
  CompressedFheInt128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3481,7 +3462,6 @@ class CompressedFheInt128 {
3481
3462
  if (Symbol.dispose) CompressedFheInt128.prototype[Symbol.dispose] = CompressedFheInt128.prototype.free;
3482
3463
  class CompressedFheInt136 {
3483
3464
  static __wrap(ptr) {
3484
- ptr = ptr >>> 0;
3485
3465
  const obj = Object.create(CompressedFheInt136.prototype);
3486
3466
  obj.__wbg_ptr = ptr;
3487
3467
  CompressedFheInt136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3576,7 +3556,6 @@ class CompressedFheInt136 {
3576
3556
  if (Symbol.dispose) CompressedFheInt136.prototype[Symbol.dispose] = CompressedFheInt136.prototype.free;
3577
3557
  class CompressedFheInt14 {
3578
3558
  static __wrap(ptr) {
3579
- ptr = ptr >>> 0;
3580
3559
  const obj = Object.create(CompressedFheInt14.prototype);
3581
3560
  obj.__wbg_ptr = ptr;
3582
3561
  CompressedFheInt14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3671,7 +3650,6 @@ class CompressedFheInt14 {
3671
3650
  if (Symbol.dispose) CompressedFheInt14.prototype[Symbol.dispose] = CompressedFheInt14.prototype.free;
3672
3651
  class CompressedFheInt144 {
3673
3652
  static __wrap(ptr) {
3674
- ptr = ptr >>> 0;
3675
3653
  const obj = Object.create(CompressedFheInt144.prototype);
3676
3654
  obj.__wbg_ptr = ptr;
3677
3655
  CompressedFheInt144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3766,7 +3744,6 @@ class CompressedFheInt144 {
3766
3744
  if (Symbol.dispose) CompressedFheInt144.prototype[Symbol.dispose] = CompressedFheInt144.prototype.free;
3767
3745
  class CompressedFheInt152 {
3768
3746
  static __wrap(ptr) {
3769
- ptr = ptr >>> 0;
3770
3747
  const obj = Object.create(CompressedFheInt152.prototype);
3771
3748
  obj.__wbg_ptr = ptr;
3772
3749
  CompressedFheInt152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3861,7 +3838,6 @@ class CompressedFheInt152 {
3861
3838
  if (Symbol.dispose) CompressedFheInt152.prototype[Symbol.dispose] = CompressedFheInt152.prototype.free;
3862
3839
  class CompressedFheInt16 {
3863
3840
  static __wrap(ptr) {
3864
- ptr = ptr >>> 0;
3865
3841
  const obj = Object.create(CompressedFheInt16.prototype);
3866
3842
  obj.__wbg_ptr = ptr;
3867
3843
  CompressedFheInt16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -3956,7 +3932,6 @@ class CompressedFheInt16 {
3956
3932
  if (Symbol.dispose) CompressedFheInt16.prototype[Symbol.dispose] = CompressedFheInt16.prototype.free;
3957
3933
  class CompressedFheInt160 {
3958
3934
  static __wrap(ptr) {
3959
- ptr = ptr >>> 0;
3960
3935
  const obj = Object.create(CompressedFheInt160.prototype);
3961
3936
  obj.__wbg_ptr = ptr;
3962
3937
  CompressedFheInt160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4051,7 +4026,6 @@ class CompressedFheInt160 {
4051
4026
  if (Symbol.dispose) CompressedFheInt160.prototype[Symbol.dispose] = CompressedFheInt160.prototype.free;
4052
4027
  class CompressedFheInt168 {
4053
4028
  static __wrap(ptr) {
4054
- ptr = ptr >>> 0;
4055
4029
  const obj = Object.create(CompressedFheInt168.prototype);
4056
4030
  obj.__wbg_ptr = ptr;
4057
4031
  CompressedFheInt168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4146,7 +4120,6 @@ class CompressedFheInt168 {
4146
4120
  if (Symbol.dispose) CompressedFheInt168.prototype[Symbol.dispose] = CompressedFheInt168.prototype.free;
4147
4121
  class CompressedFheInt176 {
4148
4122
  static __wrap(ptr) {
4149
- ptr = ptr >>> 0;
4150
4123
  const obj = Object.create(CompressedFheInt176.prototype);
4151
4124
  obj.__wbg_ptr = ptr;
4152
4125
  CompressedFheInt176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4241,7 +4214,6 @@ class CompressedFheInt176 {
4241
4214
  if (Symbol.dispose) CompressedFheInt176.prototype[Symbol.dispose] = CompressedFheInt176.prototype.free;
4242
4215
  class CompressedFheInt184 {
4243
4216
  static __wrap(ptr) {
4244
- ptr = ptr >>> 0;
4245
4217
  const obj = Object.create(CompressedFheInt184.prototype);
4246
4218
  obj.__wbg_ptr = ptr;
4247
4219
  CompressedFheInt184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4336,7 +4308,6 @@ class CompressedFheInt184 {
4336
4308
  if (Symbol.dispose) CompressedFheInt184.prototype[Symbol.dispose] = CompressedFheInt184.prototype.free;
4337
4309
  class CompressedFheInt192 {
4338
4310
  static __wrap(ptr) {
4339
- ptr = ptr >>> 0;
4340
4311
  const obj = Object.create(CompressedFheInt192.prototype);
4341
4312
  obj.__wbg_ptr = ptr;
4342
4313
  CompressedFheInt192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4431,7 +4402,6 @@ class CompressedFheInt192 {
4431
4402
  if (Symbol.dispose) CompressedFheInt192.prototype[Symbol.dispose] = CompressedFheInt192.prototype.free;
4432
4403
  class CompressedFheInt2 {
4433
4404
  static __wrap(ptr) {
4434
- ptr = ptr >>> 0;
4435
4405
  const obj = Object.create(CompressedFheInt2.prototype);
4436
4406
  obj.__wbg_ptr = ptr;
4437
4407
  CompressedFheInt2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4526,7 +4496,6 @@ class CompressedFheInt2 {
4526
4496
  if (Symbol.dispose) CompressedFheInt2.prototype[Symbol.dispose] = CompressedFheInt2.prototype.free;
4527
4497
  class CompressedFheInt200 {
4528
4498
  static __wrap(ptr) {
4529
- ptr = ptr >>> 0;
4530
4499
  const obj = Object.create(CompressedFheInt200.prototype);
4531
4500
  obj.__wbg_ptr = ptr;
4532
4501
  CompressedFheInt200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4621,7 +4590,6 @@ class CompressedFheInt200 {
4621
4590
  if (Symbol.dispose) CompressedFheInt200.prototype[Symbol.dispose] = CompressedFheInt200.prototype.free;
4622
4591
  class CompressedFheInt2048 {
4623
4592
  static __wrap(ptr) {
4624
- ptr = ptr >>> 0;
4625
4593
  const obj = Object.create(CompressedFheInt2048.prototype);
4626
4594
  obj.__wbg_ptr = ptr;
4627
4595
  CompressedFheInt2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4716,7 +4684,6 @@ class CompressedFheInt2048 {
4716
4684
  if (Symbol.dispose) CompressedFheInt2048.prototype[Symbol.dispose] = CompressedFheInt2048.prototype.free;
4717
4685
  class CompressedFheInt208 {
4718
4686
  static __wrap(ptr) {
4719
- ptr = ptr >>> 0;
4720
4687
  const obj = Object.create(CompressedFheInt208.prototype);
4721
4688
  obj.__wbg_ptr = ptr;
4722
4689
  CompressedFheInt208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4811,7 +4778,6 @@ class CompressedFheInt208 {
4811
4778
  if (Symbol.dispose) CompressedFheInt208.prototype[Symbol.dispose] = CompressedFheInt208.prototype.free;
4812
4779
  class CompressedFheInt216 {
4813
4780
  static __wrap(ptr) {
4814
- ptr = ptr >>> 0;
4815
4781
  const obj = Object.create(CompressedFheInt216.prototype);
4816
4782
  obj.__wbg_ptr = ptr;
4817
4783
  CompressedFheInt216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -4906,7 +4872,6 @@ class CompressedFheInt216 {
4906
4872
  if (Symbol.dispose) CompressedFheInt216.prototype[Symbol.dispose] = CompressedFheInt216.prototype.free;
4907
4873
  class CompressedFheInt224 {
4908
4874
  static __wrap(ptr) {
4909
- ptr = ptr >>> 0;
4910
4875
  const obj = Object.create(CompressedFheInt224.prototype);
4911
4876
  obj.__wbg_ptr = ptr;
4912
4877
  CompressedFheInt224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5001,7 +4966,6 @@ class CompressedFheInt224 {
5001
4966
  if (Symbol.dispose) CompressedFheInt224.prototype[Symbol.dispose] = CompressedFheInt224.prototype.free;
5002
4967
  class CompressedFheInt232 {
5003
4968
  static __wrap(ptr) {
5004
- ptr = ptr >>> 0;
5005
4969
  const obj = Object.create(CompressedFheInt232.prototype);
5006
4970
  obj.__wbg_ptr = ptr;
5007
4971
  CompressedFheInt232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5096,7 +5060,6 @@ class CompressedFheInt232 {
5096
5060
  if (Symbol.dispose) CompressedFheInt232.prototype[Symbol.dispose] = CompressedFheInt232.prototype.free;
5097
5061
  class CompressedFheInt24 {
5098
5062
  static __wrap(ptr) {
5099
- ptr = ptr >>> 0;
5100
5063
  const obj = Object.create(CompressedFheInt24.prototype);
5101
5064
  obj.__wbg_ptr = ptr;
5102
5065
  CompressedFheInt24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5191,7 +5154,6 @@ class CompressedFheInt24 {
5191
5154
  if (Symbol.dispose) CompressedFheInt24.prototype[Symbol.dispose] = CompressedFheInt24.prototype.free;
5192
5155
  class CompressedFheInt240 {
5193
5156
  static __wrap(ptr) {
5194
- ptr = ptr >>> 0;
5195
5157
  const obj = Object.create(CompressedFheInt240.prototype);
5196
5158
  obj.__wbg_ptr = ptr;
5197
5159
  CompressedFheInt240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5286,7 +5248,6 @@ class CompressedFheInt240 {
5286
5248
  if (Symbol.dispose) CompressedFheInt240.prototype[Symbol.dispose] = CompressedFheInt240.prototype.free;
5287
5249
  class CompressedFheInt248 {
5288
5250
  static __wrap(ptr) {
5289
- ptr = ptr >>> 0;
5290
5251
  const obj = Object.create(CompressedFheInt248.prototype);
5291
5252
  obj.__wbg_ptr = ptr;
5292
5253
  CompressedFheInt248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5381,7 +5342,6 @@ class CompressedFheInt248 {
5381
5342
  if (Symbol.dispose) CompressedFheInt248.prototype[Symbol.dispose] = CompressedFheInt248.prototype.free;
5382
5343
  class CompressedFheInt256 {
5383
5344
  static __wrap(ptr) {
5384
- ptr = ptr >>> 0;
5385
5345
  const obj = Object.create(CompressedFheInt256.prototype);
5386
5346
  obj.__wbg_ptr = ptr;
5387
5347
  CompressedFheInt256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5476,7 +5436,6 @@ class CompressedFheInt256 {
5476
5436
  if (Symbol.dispose) CompressedFheInt256.prototype[Symbol.dispose] = CompressedFheInt256.prototype.free;
5477
5437
  class CompressedFheInt32 {
5478
5438
  static __wrap(ptr) {
5479
- ptr = ptr >>> 0;
5480
5439
  const obj = Object.create(CompressedFheInt32.prototype);
5481
5440
  obj.__wbg_ptr = ptr;
5482
5441
  CompressedFheInt32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5571,7 +5530,6 @@ class CompressedFheInt32 {
5571
5530
  if (Symbol.dispose) CompressedFheInt32.prototype[Symbol.dispose] = CompressedFheInt32.prototype.free;
5572
5531
  class CompressedFheInt4 {
5573
5532
  static __wrap(ptr) {
5574
- ptr = ptr >>> 0;
5575
5533
  const obj = Object.create(CompressedFheInt4.prototype);
5576
5534
  obj.__wbg_ptr = ptr;
5577
5535
  CompressedFheInt4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5666,7 +5624,6 @@ class CompressedFheInt4 {
5666
5624
  if (Symbol.dispose) CompressedFheInt4.prototype[Symbol.dispose] = CompressedFheInt4.prototype.free;
5667
5625
  class CompressedFheInt40 {
5668
5626
  static __wrap(ptr) {
5669
- ptr = ptr >>> 0;
5670
5627
  const obj = Object.create(CompressedFheInt40.prototype);
5671
5628
  obj.__wbg_ptr = ptr;
5672
5629
  CompressedFheInt40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5761,7 +5718,6 @@ class CompressedFheInt40 {
5761
5718
  if (Symbol.dispose) CompressedFheInt40.prototype[Symbol.dispose] = CompressedFheInt40.prototype.free;
5762
5719
  class CompressedFheInt48 {
5763
5720
  static __wrap(ptr) {
5764
- ptr = ptr >>> 0;
5765
5721
  const obj = Object.create(CompressedFheInt48.prototype);
5766
5722
  obj.__wbg_ptr = ptr;
5767
5723
  CompressedFheInt48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5856,7 +5812,6 @@ class CompressedFheInt48 {
5856
5812
  if (Symbol.dispose) CompressedFheInt48.prototype[Symbol.dispose] = CompressedFheInt48.prototype.free;
5857
5813
  class CompressedFheInt512 {
5858
5814
  static __wrap(ptr) {
5859
- ptr = ptr >>> 0;
5860
5815
  const obj = Object.create(CompressedFheInt512.prototype);
5861
5816
  obj.__wbg_ptr = ptr;
5862
5817
  CompressedFheInt512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -5951,7 +5906,6 @@ class CompressedFheInt512 {
5951
5906
  if (Symbol.dispose) CompressedFheInt512.prototype[Symbol.dispose] = CompressedFheInt512.prototype.free;
5952
5907
  class CompressedFheInt56 {
5953
5908
  static __wrap(ptr) {
5954
- ptr = ptr >>> 0;
5955
5909
  const obj = Object.create(CompressedFheInt56.prototype);
5956
5910
  obj.__wbg_ptr = ptr;
5957
5911
  CompressedFheInt56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6046,7 +6000,6 @@ class CompressedFheInt56 {
6046
6000
  if (Symbol.dispose) CompressedFheInt56.prototype[Symbol.dispose] = CompressedFheInt56.prototype.free;
6047
6001
  class CompressedFheInt6 {
6048
6002
  static __wrap(ptr) {
6049
- ptr = ptr >>> 0;
6050
6003
  const obj = Object.create(CompressedFheInt6.prototype);
6051
6004
  obj.__wbg_ptr = ptr;
6052
6005
  CompressedFheInt6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6141,7 +6094,6 @@ class CompressedFheInt6 {
6141
6094
  if (Symbol.dispose) CompressedFheInt6.prototype[Symbol.dispose] = CompressedFheInt6.prototype.free;
6142
6095
  class CompressedFheInt64 {
6143
6096
  static __wrap(ptr) {
6144
- ptr = ptr >>> 0;
6145
6097
  const obj = Object.create(CompressedFheInt64.prototype);
6146
6098
  obj.__wbg_ptr = ptr;
6147
6099
  CompressedFheInt64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6236,7 +6188,6 @@ class CompressedFheInt64 {
6236
6188
  if (Symbol.dispose) CompressedFheInt64.prototype[Symbol.dispose] = CompressedFheInt64.prototype.free;
6237
6189
  class CompressedFheInt72 {
6238
6190
  static __wrap(ptr) {
6239
- ptr = ptr >>> 0;
6240
6191
  const obj = Object.create(CompressedFheInt72.prototype);
6241
6192
  obj.__wbg_ptr = ptr;
6242
6193
  CompressedFheInt72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6331,7 +6282,6 @@ class CompressedFheInt72 {
6331
6282
  if (Symbol.dispose) CompressedFheInt72.prototype[Symbol.dispose] = CompressedFheInt72.prototype.free;
6332
6283
  class CompressedFheInt8 {
6333
6284
  static __wrap(ptr) {
6334
- ptr = ptr >>> 0;
6335
6285
  const obj = Object.create(CompressedFheInt8.prototype);
6336
6286
  obj.__wbg_ptr = ptr;
6337
6287
  CompressedFheInt8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6426,7 +6376,6 @@ class CompressedFheInt8 {
6426
6376
  if (Symbol.dispose) CompressedFheInt8.prototype[Symbol.dispose] = CompressedFheInt8.prototype.free;
6427
6377
  class CompressedFheInt80 {
6428
6378
  static __wrap(ptr) {
6429
- ptr = ptr >>> 0;
6430
6379
  const obj = Object.create(CompressedFheInt80.prototype);
6431
6380
  obj.__wbg_ptr = ptr;
6432
6381
  CompressedFheInt80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6521,7 +6470,6 @@ class CompressedFheInt80 {
6521
6470
  if (Symbol.dispose) CompressedFheInt80.prototype[Symbol.dispose] = CompressedFheInt80.prototype.free;
6522
6471
  class CompressedFheInt88 {
6523
6472
  static __wrap(ptr) {
6524
- ptr = ptr >>> 0;
6525
6473
  const obj = Object.create(CompressedFheInt88.prototype);
6526
6474
  obj.__wbg_ptr = ptr;
6527
6475
  CompressedFheInt88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6616,7 +6564,6 @@ class CompressedFheInt88 {
6616
6564
  if (Symbol.dispose) CompressedFheInt88.prototype[Symbol.dispose] = CompressedFheInt88.prototype.free;
6617
6565
  class CompressedFheInt96 {
6618
6566
  static __wrap(ptr) {
6619
- ptr = ptr >>> 0;
6620
6567
  const obj = Object.create(CompressedFheInt96.prototype);
6621
6568
  obj.__wbg_ptr = ptr;
6622
6569
  CompressedFheInt96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6711,7 +6658,6 @@ class CompressedFheInt96 {
6711
6658
  if (Symbol.dispose) CompressedFheInt96.prototype[Symbol.dispose] = CompressedFheInt96.prototype.free;
6712
6659
  class CompressedFheUint10 {
6713
6660
  static __wrap(ptr) {
6714
- ptr = ptr >>> 0;
6715
6661
  const obj = Object.create(CompressedFheUint10.prototype);
6716
6662
  obj.__wbg_ptr = ptr;
6717
6663
  CompressedFheUint10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6806,7 +6752,6 @@ class CompressedFheUint10 {
6806
6752
  if (Symbol.dispose) CompressedFheUint10.prototype[Symbol.dispose] = CompressedFheUint10.prototype.free;
6807
6753
  class CompressedFheUint1024 {
6808
6754
  static __wrap(ptr) {
6809
- ptr = ptr >>> 0;
6810
6755
  const obj = Object.create(CompressedFheUint1024.prototype);
6811
6756
  obj.__wbg_ptr = ptr;
6812
6757
  CompressedFheUint1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6901,7 +6846,6 @@ class CompressedFheUint1024 {
6901
6846
  if (Symbol.dispose) CompressedFheUint1024.prototype[Symbol.dispose] = CompressedFheUint1024.prototype.free;
6902
6847
  class CompressedFheUint104 {
6903
6848
  static __wrap(ptr) {
6904
- ptr = ptr >>> 0;
6905
6849
  const obj = Object.create(CompressedFheUint104.prototype);
6906
6850
  obj.__wbg_ptr = ptr;
6907
6851
  CompressedFheUint104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -6996,7 +6940,6 @@ class CompressedFheUint104 {
6996
6940
  if (Symbol.dispose) CompressedFheUint104.prototype[Symbol.dispose] = CompressedFheUint104.prototype.free;
6997
6941
  class CompressedFheUint112 {
6998
6942
  static __wrap(ptr) {
6999
- ptr = ptr >>> 0;
7000
6943
  const obj = Object.create(CompressedFheUint112.prototype);
7001
6944
  obj.__wbg_ptr = ptr;
7002
6945
  CompressedFheUint112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7091,7 +7034,6 @@ class CompressedFheUint112 {
7091
7034
  if (Symbol.dispose) CompressedFheUint112.prototype[Symbol.dispose] = CompressedFheUint112.prototype.free;
7092
7035
  class CompressedFheUint12 {
7093
7036
  static __wrap(ptr) {
7094
- ptr = ptr >>> 0;
7095
7037
  const obj = Object.create(CompressedFheUint12.prototype);
7096
7038
  obj.__wbg_ptr = ptr;
7097
7039
  CompressedFheUint12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7186,7 +7128,6 @@ class CompressedFheUint12 {
7186
7128
  if (Symbol.dispose) CompressedFheUint12.prototype[Symbol.dispose] = CompressedFheUint12.prototype.free;
7187
7129
  class CompressedFheUint120 {
7188
7130
  static __wrap(ptr) {
7189
- ptr = ptr >>> 0;
7190
7131
  const obj = Object.create(CompressedFheUint120.prototype);
7191
7132
  obj.__wbg_ptr = ptr;
7192
7133
  CompressedFheUint120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7281,7 +7222,6 @@ class CompressedFheUint120 {
7281
7222
  if (Symbol.dispose) CompressedFheUint120.prototype[Symbol.dispose] = CompressedFheUint120.prototype.free;
7282
7223
  class CompressedFheUint128 {
7283
7224
  static __wrap(ptr) {
7284
- ptr = ptr >>> 0;
7285
7225
  const obj = Object.create(CompressedFheUint128.prototype);
7286
7226
  obj.__wbg_ptr = ptr;
7287
7227
  CompressedFheUint128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7376,7 +7316,6 @@ class CompressedFheUint128 {
7376
7316
  if (Symbol.dispose) CompressedFheUint128.prototype[Symbol.dispose] = CompressedFheUint128.prototype.free;
7377
7317
  class CompressedFheUint136 {
7378
7318
  static __wrap(ptr) {
7379
- ptr = ptr >>> 0;
7380
7319
  const obj = Object.create(CompressedFheUint136.prototype);
7381
7320
  obj.__wbg_ptr = ptr;
7382
7321
  CompressedFheUint136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7471,7 +7410,6 @@ class CompressedFheUint136 {
7471
7410
  if (Symbol.dispose) CompressedFheUint136.prototype[Symbol.dispose] = CompressedFheUint136.prototype.free;
7472
7411
  class CompressedFheUint14 {
7473
7412
  static __wrap(ptr) {
7474
- ptr = ptr >>> 0;
7475
7413
  const obj = Object.create(CompressedFheUint14.prototype);
7476
7414
  obj.__wbg_ptr = ptr;
7477
7415
  CompressedFheUint14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7566,7 +7504,6 @@ class CompressedFheUint14 {
7566
7504
  if (Symbol.dispose) CompressedFheUint14.prototype[Symbol.dispose] = CompressedFheUint14.prototype.free;
7567
7505
  class CompressedFheUint144 {
7568
7506
  static __wrap(ptr) {
7569
- ptr = ptr >>> 0;
7570
7507
  const obj = Object.create(CompressedFheUint144.prototype);
7571
7508
  obj.__wbg_ptr = ptr;
7572
7509
  CompressedFheUint144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7661,7 +7598,6 @@ class CompressedFheUint144 {
7661
7598
  if (Symbol.dispose) CompressedFheUint144.prototype[Symbol.dispose] = CompressedFheUint144.prototype.free;
7662
7599
  class CompressedFheUint152 {
7663
7600
  static __wrap(ptr) {
7664
- ptr = ptr >>> 0;
7665
7601
  const obj = Object.create(CompressedFheUint152.prototype);
7666
7602
  obj.__wbg_ptr = ptr;
7667
7603
  CompressedFheUint152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7756,7 +7692,6 @@ class CompressedFheUint152 {
7756
7692
  if (Symbol.dispose) CompressedFheUint152.prototype[Symbol.dispose] = CompressedFheUint152.prototype.free;
7757
7693
  class CompressedFheUint16 {
7758
7694
  static __wrap(ptr) {
7759
- ptr = ptr >>> 0;
7760
7695
  const obj = Object.create(CompressedFheUint16.prototype);
7761
7696
  obj.__wbg_ptr = ptr;
7762
7697
  CompressedFheUint16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7851,7 +7786,6 @@ class CompressedFheUint16 {
7851
7786
  if (Symbol.dispose) CompressedFheUint16.prototype[Symbol.dispose] = CompressedFheUint16.prototype.free;
7852
7787
  class CompressedFheUint160 {
7853
7788
  static __wrap(ptr) {
7854
- ptr = ptr >>> 0;
7855
7789
  const obj = Object.create(CompressedFheUint160.prototype);
7856
7790
  obj.__wbg_ptr = ptr;
7857
7791
  CompressedFheUint160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -7946,7 +7880,6 @@ class CompressedFheUint160 {
7946
7880
  if (Symbol.dispose) CompressedFheUint160.prototype[Symbol.dispose] = CompressedFheUint160.prototype.free;
7947
7881
  class CompressedFheUint168 {
7948
7882
  static __wrap(ptr) {
7949
- ptr = ptr >>> 0;
7950
7883
  const obj = Object.create(CompressedFheUint168.prototype);
7951
7884
  obj.__wbg_ptr = ptr;
7952
7885
  CompressedFheUint168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8041,7 +7974,6 @@ class CompressedFheUint168 {
8041
7974
  if (Symbol.dispose) CompressedFheUint168.prototype[Symbol.dispose] = CompressedFheUint168.prototype.free;
8042
7975
  class CompressedFheUint176 {
8043
7976
  static __wrap(ptr) {
8044
- ptr = ptr >>> 0;
8045
7977
  const obj = Object.create(CompressedFheUint176.prototype);
8046
7978
  obj.__wbg_ptr = ptr;
8047
7979
  CompressedFheUint176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8136,7 +8068,6 @@ class CompressedFheUint176 {
8136
8068
  if (Symbol.dispose) CompressedFheUint176.prototype[Symbol.dispose] = CompressedFheUint176.prototype.free;
8137
8069
  class CompressedFheUint184 {
8138
8070
  static __wrap(ptr) {
8139
- ptr = ptr >>> 0;
8140
8071
  const obj = Object.create(CompressedFheUint184.prototype);
8141
8072
  obj.__wbg_ptr = ptr;
8142
8073
  CompressedFheUint184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8231,7 +8162,6 @@ class CompressedFheUint184 {
8231
8162
  if (Symbol.dispose) CompressedFheUint184.prototype[Symbol.dispose] = CompressedFheUint184.prototype.free;
8232
8163
  class CompressedFheUint192 {
8233
8164
  static __wrap(ptr) {
8234
- ptr = ptr >>> 0;
8235
8165
  const obj = Object.create(CompressedFheUint192.prototype);
8236
8166
  obj.__wbg_ptr = ptr;
8237
8167
  CompressedFheUint192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8326,7 +8256,6 @@ class CompressedFheUint192 {
8326
8256
  if (Symbol.dispose) CompressedFheUint192.prototype[Symbol.dispose] = CompressedFheUint192.prototype.free;
8327
8257
  class CompressedFheUint2 {
8328
8258
  static __wrap(ptr) {
8329
- ptr = ptr >>> 0;
8330
8259
  const obj = Object.create(CompressedFheUint2.prototype);
8331
8260
  obj.__wbg_ptr = ptr;
8332
8261
  CompressedFheUint2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8421,7 +8350,6 @@ class CompressedFheUint2 {
8421
8350
  if (Symbol.dispose) CompressedFheUint2.prototype[Symbol.dispose] = CompressedFheUint2.prototype.free;
8422
8351
  class CompressedFheUint200 {
8423
8352
  static __wrap(ptr) {
8424
- ptr = ptr >>> 0;
8425
8353
  const obj = Object.create(CompressedFheUint200.prototype);
8426
8354
  obj.__wbg_ptr = ptr;
8427
8355
  CompressedFheUint200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8516,7 +8444,6 @@ class CompressedFheUint200 {
8516
8444
  if (Symbol.dispose) CompressedFheUint200.prototype[Symbol.dispose] = CompressedFheUint200.prototype.free;
8517
8445
  class CompressedFheUint2048 {
8518
8446
  static __wrap(ptr) {
8519
- ptr = ptr >>> 0;
8520
8447
  const obj = Object.create(CompressedFheUint2048.prototype);
8521
8448
  obj.__wbg_ptr = ptr;
8522
8449
  CompressedFheUint2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8611,7 +8538,6 @@ class CompressedFheUint2048 {
8611
8538
  if (Symbol.dispose) CompressedFheUint2048.prototype[Symbol.dispose] = CompressedFheUint2048.prototype.free;
8612
8539
  class CompressedFheUint208 {
8613
8540
  static __wrap(ptr) {
8614
- ptr = ptr >>> 0;
8615
8541
  const obj = Object.create(CompressedFheUint208.prototype);
8616
8542
  obj.__wbg_ptr = ptr;
8617
8543
  CompressedFheUint208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8706,7 +8632,6 @@ class CompressedFheUint208 {
8706
8632
  if (Symbol.dispose) CompressedFheUint208.prototype[Symbol.dispose] = CompressedFheUint208.prototype.free;
8707
8633
  class CompressedFheUint216 {
8708
8634
  static __wrap(ptr) {
8709
- ptr = ptr >>> 0;
8710
8635
  const obj = Object.create(CompressedFheUint216.prototype);
8711
8636
  obj.__wbg_ptr = ptr;
8712
8637
  CompressedFheUint216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8801,7 +8726,6 @@ class CompressedFheUint216 {
8801
8726
  if (Symbol.dispose) CompressedFheUint216.prototype[Symbol.dispose] = CompressedFheUint216.prototype.free;
8802
8727
  class CompressedFheUint224 {
8803
8728
  static __wrap(ptr) {
8804
- ptr = ptr >>> 0;
8805
8729
  const obj = Object.create(CompressedFheUint224.prototype);
8806
8730
  obj.__wbg_ptr = ptr;
8807
8731
  CompressedFheUint224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8896,7 +8820,6 @@ class CompressedFheUint224 {
8896
8820
  if (Symbol.dispose) CompressedFheUint224.prototype[Symbol.dispose] = CompressedFheUint224.prototype.free;
8897
8821
  class CompressedFheUint232 {
8898
8822
  static __wrap(ptr) {
8899
- ptr = ptr >>> 0;
8900
8823
  const obj = Object.create(CompressedFheUint232.prototype);
8901
8824
  obj.__wbg_ptr = ptr;
8902
8825
  CompressedFheUint232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -8991,7 +8914,6 @@ class CompressedFheUint232 {
8991
8914
  if (Symbol.dispose) CompressedFheUint232.prototype[Symbol.dispose] = CompressedFheUint232.prototype.free;
8992
8915
  class CompressedFheUint24 {
8993
8916
  static __wrap(ptr) {
8994
- ptr = ptr >>> 0;
8995
8917
  const obj = Object.create(CompressedFheUint24.prototype);
8996
8918
  obj.__wbg_ptr = ptr;
8997
8919
  CompressedFheUint24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9086,7 +9008,6 @@ class CompressedFheUint24 {
9086
9008
  if (Symbol.dispose) CompressedFheUint24.prototype[Symbol.dispose] = CompressedFheUint24.prototype.free;
9087
9009
  class CompressedFheUint240 {
9088
9010
  static __wrap(ptr) {
9089
- ptr = ptr >>> 0;
9090
9011
  const obj = Object.create(CompressedFheUint240.prototype);
9091
9012
  obj.__wbg_ptr = ptr;
9092
9013
  CompressedFheUint240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9181,7 +9102,6 @@ class CompressedFheUint240 {
9181
9102
  if (Symbol.dispose) CompressedFheUint240.prototype[Symbol.dispose] = CompressedFheUint240.prototype.free;
9182
9103
  class CompressedFheUint248 {
9183
9104
  static __wrap(ptr) {
9184
- ptr = ptr >>> 0;
9185
9105
  const obj = Object.create(CompressedFheUint248.prototype);
9186
9106
  obj.__wbg_ptr = ptr;
9187
9107
  CompressedFheUint248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9276,7 +9196,6 @@ class CompressedFheUint248 {
9276
9196
  if (Symbol.dispose) CompressedFheUint248.prototype[Symbol.dispose] = CompressedFheUint248.prototype.free;
9277
9197
  class CompressedFheUint256 {
9278
9198
  static __wrap(ptr) {
9279
- ptr = ptr >>> 0;
9280
9199
  const obj = Object.create(CompressedFheUint256.prototype);
9281
9200
  obj.__wbg_ptr = ptr;
9282
9201
  CompressedFheUint256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9371,7 +9290,6 @@ class CompressedFheUint256 {
9371
9290
  if (Symbol.dispose) CompressedFheUint256.prototype[Symbol.dispose] = CompressedFheUint256.prototype.free;
9372
9291
  class CompressedFheUint32 {
9373
9292
  static __wrap(ptr) {
9374
- ptr = ptr >>> 0;
9375
9293
  const obj = Object.create(CompressedFheUint32.prototype);
9376
9294
  obj.__wbg_ptr = ptr;
9377
9295
  CompressedFheUint32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9466,7 +9384,6 @@ class CompressedFheUint32 {
9466
9384
  if (Symbol.dispose) CompressedFheUint32.prototype[Symbol.dispose] = CompressedFheUint32.prototype.free;
9467
9385
  class CompressedFheUint4 {
9468
9386
  static __wrap(ptr) {
9469
- ptr = ptr >>> 0;
9470
9387
  const obj = Object.create(CompressedFheUint4.prototype);
9471
9388
  obj.__wbg_ptr = ptr;
9472
9389
  CompressedFheUint4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9561,7 +9478,6 @@ class CompressedFheUint4 {
9561
9478
  if (Symbol.dispose) CompressedFheUint4.prototype[Symbol.dispose] = CompressedFheUint4.prototype.free;
9562
9479
  class CompressedFheUint40 {
9563
9480
  static __wrap(ptr) {
9564
- ptr = ptr >>> 0;
9565
9481
  const obj = Object.create(CompressedFheUint40.prototype);
9566
9482
  obj.__wbg_ptr = ptr;
9567
9483
  CompressedFheUint40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9656,7 +9572,6 @@ class CompressedFheUint40 {
9656
9572
  if (Symbol.dispose) CompressedFheUint40.prototype[Symbol.dispose] = CompressedFheUint40.prototype.free;
9657
9573
  class CompressedFheUint48 {
9658
9574
  static __wrap(ptr) {
9659
- ptr = ptr >>> 0;
9660
9575
  const obj = Object.create(CompressedFheUint48.prototype);
9661
9576
  obj.__wbg_ptr = ptr;
9662
9577
  CompressedFheUint48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9751,7 +9666,6 @@ class CompressedFheUint48 {
9751
9666
  if (Symbol.dispose) CompressedFheUint48.prototype[Symbol.dispose] = CompressedFheUint48.prototype.free;
9752
9667
  class CompressedFheUint512 {
9753
9668
  static __wrap(ptr) {
9754
- ptr = ptr >>> 0;
9755
9669
  const obj = Object.create(CompressedFheUint512.prototype);
9756
9670
  obj.__wbg_ptr = ptr;
9757
9671
  CompressedFheUint512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9846,7 +9760,6 @@ class CompressedFheUint512 {
9846
9760
  if (Symbol.dispose) CompressedFheUint512.prototype[Symbol.dispose] = CompressedFheUint512.prototype.free;
9847
9761
  class CompressedFheUint56 {
9848
9762
  static __wrap(ptr) {
9849
- ptr = ptr >>> 0;
9850
9763
  const obj = Object.create(CompressedFheUint56.prototype);
9851
9764
  obj.__wbg_ptr = ptr;
9852
9765
  CompressedFheUint56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -9941,7 +9854,6 @@ class CompressedFheUint56 {
9941
9854
  if (Symbol.dispose) CompressedFheUint56.prototype[Symbol.dispose] = CompressedFheUint56.prototype.free;
9942
9855
  class CompressedFheUint6 {
9943
9856
  static __wrap(ptr) {
9944
- ptr = ptr >>> 0;
9945
9857
  const obj = Object.create(CompressedFheUint6.prototype);
9946
9858
  obj.__wbg_ptr = ptr;
9947
9859
  CompressedFheUint6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10036,7 +9948,6 @@ class CompressedFheUint6 {
10036
9948
  if (Symbol.dispose) CompressedFheUint6.prototype[Symbol.dispose] = CompressedFheUint6.prototype.free;
10037
9949
  class CompressedFheUint64 {
10038
9950
  static __wrap(ptr) {
10039
- ptr = ptr >>> 0;
10040
9951
  const obj = Object.create(CompressedFheUint64.prototype);
10041
9952
  obj.__wbg_ptr = ptr;
10042
9953
  CompressedFheUint64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10131,7 +10042,6 @@ class CompressedFheUint64 {
10131
10042
  if (Symbol.dispose) CompressedFheUint64.prototype[Symbol.dispose] = CompressedFheUint64.prototype.free;
10132
10043
  class CompressedFheUint72 {
10133
10044
  static __wrap(ptr) {
10134
- ptr = ptr >>> 0;
10135
10045
  const obj = Object.create(CompressedFheUint72.prototype);
10136
10046
  obj.__wbg_ptr = ptr;
10137
10047
  CompressedFheUint72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10226,7 +10136,6 @@ class CompressedFheUint72 {
10226
10136
  if (Symbol.dispose) CompressedFheUint72.prototype[Symbol.dispose] = CompressedFheUint72.prototype.free;
10227
10137
  class CompressedFheUint8 {
10228
10138
  static __wrap(ptr) {
10229
- ptr = ptr >>> 0;
10230
10139
  const obj = Object.create(CompressedFheUint8.prototype);
10231
10140
  obj.__wbg_ptr = ptr;
10232
10141
  CompressedFheUint8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10321,7 +10230,6 @@ class CompressedFheUint8 {
10321
10230
  if (Symbol.dispose) CompressedFheUint8.prototype[Symbol.dispose] = CompressedFheUint8.prototype.free;
10322
10231
  class CompressedFheUint80 {
10323
10232
  static __wrap(ptr) {
10324
- ptr = ptr >>> 0;
10325
10233
  const obj = Object.create(CompressedFheUint80.prototype);
10326
10234
  obj.__wbg_ptr = ptr;
10327
10235
  CompressedFheUint80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10416,7 +10324,6 @@ class CompressedFheUint80 {
10416
10324
  if (Symbol.dispose) CompressedFheUint80.prototype[Symbol.dispose] = CompressedFheUint80.prototype.free;
10417
10325
  class CompressedFheUint88 {
10418
10326
  static __wrap(ptr) {
10419
- ptr = ptr >>> 0;
10420
10327
  const obj = Object.create(CompressedFheUint88.prototype);
10421
10328
  obj.__wbg_ptr = ptr;
10422
10329
  CompressedFheUint88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10511,7 +10418,6 @@ class CompressedFheUint88 {
10511
10418
  if (Symbol.dispose) CompressedFheUint88.prototype[Symbol.dispose] = CompressedFheUint88.prototype.free;
10512
10419
  class CompressedFheUint96 {
10513
10420
  static __wrap(ptr) {
10514
- ptr = ptr >>> 0;
10515
10421
  const obj = Object.create(CompressedFheUint96.prototype);
10516
10422
  obj.__wbg_ptr = ptr;
10517
10423
  CompressedFheUint96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10606,7 +10512,6 @@ class CompressedFheUint96 {
10606
10512
  if (Symbol.dispose) CompressedFheUint96.prototype[Symbol.dispose] = CompressedFheUint96.prototype.free;
10607
10513
  class FheBool {
10608
10514
  static __wrap(ptr) {
10609
- ptr = ptr >>> 0;
10610
10515
  const obj = Object.create(FheBool.prototype);
10611
10516
  obj.__wbg_ptr = ptr;
10612
10517
  FheBoolFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -10729,7 +10634,6 @@ class FheBool {
10729
10634
  if (Symbol.dispose) FheBool.prototype[Symbol.dispose] = FheBool.prototype.free;
10730
10635
  class FheInt10 {
10731
10636
  static __wrap(ptr) {
10732
- ptr = ptr >>> 0;
10733
10637
  const obj = Object.create(FheInt10.prototype);
10734
10638
  obj.__wbg_ptr = ptr;
10735
10639
  FheInt10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10852,7 +10756,6 @@ class FheInt10 {
10852
10756
  if (Symbol.dispose) FheInt10.prototype[Symbol.dispose] = FheInt10.prototype.free;
10853
10757
  class FheInt1024 {
10854
10758
  static __wrap(ptr) {
10855
- ptr = ptr >>> 0;
10856
10759
  const obj = Object.create(FheInt1024.prototype);
10857
10760
  obj.__wbg_ptr = ptr;
10858
10761
  FheInt1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -10975,7 +10878,6 @@ class FheInt1024 {
10975
10878
  if (Symbol.dispose) FheInt1024.prototype[Symbol.dispose] = FheInt1024.prototype.free;
10976
10879
  class FheInt104 {
10977
10880
  static __wrap(ptr) {
10978
- ptr = ptr >>> 0;
10979
10881
  const obj = Object.create(FheInt104.prototype);
10980
10882
  obj.__wbg_ptr = ptr;
10981
10883
  FheInt104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11098,7 +11000,6 @@ class FheInt104 {
11098
11000
  if (Symbol.dispose) FheInt104.prototype[Symbol.dispose] = FheInt104.prototype.free;
11099
11001
  class FheInt112 {
11100
11002
  static __wrap(ptr) {
11101
- ptr = ptr >>> 0;
11102
11003
  const obj = Object.create(FheInt112.prototype);
11103
11004
  obj.__wbg_ptr = ptr;
11104
11005
  FheInt112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11221,7 +11122,6 @@ class FheInt112 {
11221
11122
  if (Symbol.dispose) FheInt112.prototype[Symbol.dispose] = FheInt112.prototype.free;
11222
11123
  class FheInt12 {
11223
11124
  static __wrap(ptr) {
11224
- ptr = ptr >>> 0;
11225
11125
  const obj = Object.create(FheInt12.prototype);
11226
11126
  obj.__wbg_ptr = ptr;
11227
11127
  FheInt12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11344,7 +11244,6 @@ class FheInt12 {
11344
11244
  if (Symbol.dispose) FheInt12.prototype[Symbol.dispose] = FheInt12.prototype.free;
11345
11245
  class FheInt120 {
11346
11246
  static __wrap(ptr) {
11347
- ptr = ptr >>> 0;
11348
11247
  const obj = Object.create(FheInt120.prototype);
11349
11248
  obj.__wbg_ptr = ptr;
11350
11249
  FheInt120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11467,7 +11366,6 @@ class FheInt120 {
11467
11366
  if (Symbol.dispose) FheInt120.prototype[Symbol.dispose] = FheInt120.prototype.free;
11468
11367
  class FheInt128 {
11469
11368
  static __wrap(ptr) {
11470
- ptr = ptr >>> 0;
11471
11369
  const obj = Object.create(FheInt128.prototype);
11472
11370
  obj.__wbg_ptr = ptr;
11473
11371
  FheInt128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11590,7 +11488,6 @@ class FheInt128 {
11590
11488
  if (Symbol.dispose) FheInt128.prototype[Symbol.dispose] = FheInt128.prototype.free;
11591
11489
  class FheInt136 {
11592
11490
  static __wrap(ptr) {
11593
- ptr = ptr >>> 0;
11594
11491
  const obj = Object.create(FheInt136.prototype);
11595
11492
  obj.__wbg_ptr = ptr;
11596
11493
  FheInt136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11713,7 +11610,6 @@ class FheInt136 {
11713
11610
  if (Symbol.dispose) FheInt136.prototype[Symbol.dispose] = FheInt136.prototype.free;
11714
11611
  class FheInt14 {
11715
11612
  static __wrap(ptr) {
11716
- ptr = ptr >>> 0;
11717
11613
  const obj = Object.create(FheInt14.prototype);
11718
11614
  obj.__wbg_ptr = ptr;
11719
11615
  FheInt14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11836,7 +11732,6 @@ class FheInt14 {
11836
11732
  if (Symbol.dispose) FheInt14.prototype[Symbol.dispose] = FheInt14.prototype.free;
11837
11733
  class FheInt144 {
11838
11734
  static __wrap(ptr) {
11839
- ptr = ptr >>> 0;
11840
11735
  const obj = Object.create(FheInt144.prototype);
11841
11736
  obj.__wbg_ptr = ptr;
11842
11737
  FheInt144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -11959,7 +11854,6 @@ class FheInt144 {
11959
11854
  if (Symbol.dispose) FheInt144.prototype[Symbol.dispose] = FheInt144.prototype.free;
11960
11855
  class FheInt152 {
11961
11856
  static __wrap(ptr) {
11962
- ptr = ptr >>> 0;
11963
11857
  const obj = Object.create(FheInt152.prototype);
11964
11858
  obj.__wbg_ptr = ptr;
11965
11859
  FheInt152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12082,7 +11976,6 @@ class FheInt152 {
12082
11976
  if (Symbol.dispose) FheInt152.prototype[Symbol.dispose] = FheInt152.prototype.free;
12083
11977
  class FheInt16 {
12084
11978
  static __wrap(ptr) {
12085
- ptr = ptr >>> 0;
12086
11979
  const obj = Object.create(FheInt16.prototype);
12087
11980
  obj.__wbg_ptr = ptr;
12088
11981
  FheInt16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12205,7 +12098,6 @@ class FheInt16 {
12205
12098
  if (Symbol.dispose) FheInt16.prototype[Symbol.dispose] = FheInt16.prototype.free;
12206
12099
  class FheInt160 {
12207
12100
  static __wrap(ptr) {
12208
- ptr = ptr >>> 0;
12209
12101
  const obj = Object.create(FheInt160.prototype);
12210
12102
  obj.__wbg_ptr = ptr;
12211
12103
  FheInt160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12328,7 +12220,6 @@ class FheInt160 {
12328
12220
  if (Symbol.dispose) FheInt160.prototype[Symbol.dispose] = FheInt160.prototype.free;
12329
12221
  class FheInt168 {
12330
12222
  static __wrap(ptr) {
12331
- ptr = ptr >>> 0;
12332
12223
  const obj = Object.create(FheInt168.prototype);
12333
12224
  obj.__wbg_ptr = ptr;
12334
12225
  FheInt168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12451,7 +12342,6 @@ class FheInt168 {
12451
12342
  if (Symbol.dispose) FheInt168.prototype[Symbol.dispose] = FheInt168.prototype.free;
12452
12343
  class FheInt176 {
12453
12344
  static __wrap(ptr) {
12454
- ptr = ptr >>> 0;
12455
12345
  const obj = Object.create(FheInt176.prototype);
12456
12346
  obj.__wbg_ptr = ptr;
12457
12347
  FheInt176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12574,7 +12464,6 @@ class FheInt176 {
12574
12464
  if (Symbol.dispose) FheInt176.prototype[Symbol.dispose] = FheInt176.prototype.free;
12575
12465
  class FheInt184 {
12576
12466
  static __wrap(ptr) {
12577
- ptr = ptr >>> 0;
12578
12467
  const obj = Object.create(FheInt184.prototype);
12579
12468
  obj.__wbg_ptr = ptr;
12580
12469
  FheInt184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12697,7 +12586,6 @@ class FheInt184 {
12697
12586
  if (Symbol.dispose) FheInt184.prototype[Symbol.dispose] = FheInt184.prototype.free;
12698
12587
  class FheInt192 {
12699
12588
  static __wrap(ptr) {
12700
- ptr = ptr >>> 0;
12701
12589
  const obj = Object.create(FheInt192.prototype);
12702
12590
  obj.__wbg_ptr = ptr;
12703
12591
  FheInt192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12820,7 +12708,6 @@ class FheInt192 {
12820
12708
  if (Symbol.dispose) FheInt192.prototype[Symbol.dispose] = FheInt192.prototype.free;
12821
12709
  class FheInt2 {
12822
12710
  static __wrap(ptr) {
12823
- ptr = ptr >>> 0;
12824
12711
  const obj = Object.create(FheInt2.prototype);
12825
12712
  obj.__wbg_ptr = ptr;
12826
12713
  FheInt2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -12943,7 +12830,6 @@ class FheInt2 {
12943
12830
  if (Symbol.dispose) FheInt2.prototype[Symbol.dispose] = FheInt2.prototype.free;
12944
12831
  class FheInt200 {
12945
12832
  static __wrap(ptr) {
12946
- ptr = ptr >>> 0;
12947
12833
  const obj = Object.create(FheInt200.prototype);
12948
12834
  obj.__wbg_ptr = ptr;
12949
12835
  FheInt200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13066,7 +12952,6 @@ class FheInt200 {
13066
12952
  if (Symbol.dispose) FheInt200.prototype[Symbol.dispose] = FheInt200.prototype.free;
13067
12953
  class FheInt2048 {
13068
12954
  static __wrap(ptr) {
13069
- ptr = ptr >>> 0;
13070
12955
  const obj = Object.create(FheInt2048.prototype);
13071
12956
  obj.__wbg_ptr = ptr;
13072
12957
  FheInt2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13189,7 +13074,6 @@ class FheInt2048 {
13189
13074
  if (Symbol.dispose) FheInt2048.prototype[Symbol.dispose] = FheInt2048.prototype.free;
13190
13075
  class FheInt208 {
13191
13076
  static __wrap(ptr) {
13192
- ptr = ptr >>> 0;
13193
13077
  const obj = Object.create(FheInt208.prototype);
13194
13078
  obj.__wbg_ptr = ptr;
13195
13079
  FheInt208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13312,7 +13196,6 @@ class FheInt208 {
13312
13196
  if (Symbol.dispose) FheInt208.prototype[Symbol.dispose] = FheInt208.prototype.free;
13313
13197
  class FheInt216 {
13314
13198
  static __wrap(ptr) {
13315
- ptr = ptr >>> 0;
13316
13199
  const obj = Object.create(FheInt216.prototype);
13317
13200
  obj.__wbg_ptr = ptr;
13318
13201
  FheInt216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13435,7 +13318,6 @@ class FheInt216 {
13435
13318
  if (Symbol.dispose) FheInt216.prototype[Symbol.dispose] = FheInt216.prototype.free;
13436
13319
  class FheInt224 {
13437
13320
  static __wrap(ptr) {
13438
- ptr = ptr >>> 0;
13439
13321
  const obj = Object.create(FheInt224.prototype);
13440
13322
  obj.__wbg_ptr = ptr;
13441
13323
  FheInt224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13558,7 +13440,6 @@ class FheInt224 {
13558
13440
  if (Symbol.dispose) FheInt224.prototype[Symbol.dispose] = FheInt224.prototype.free;
13559
13441
  class FheInt232 {
13560
13442
  static __wrap(ptr) {
13561
- ptr = ptr >>> 0;
13562
13443
  const obj = Object.create(FheInt232.prototype);
13563
13444
  obj.__wbg_ptr = ptr;
13564
13445
  FheInt232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13681,7 +13562,6 @@ class FheInt232 {
13681
13562
  if (Symbol.dispose) FheInt232.prototype[Symbol.dispose] = FheInt232.prototype.free;
13682
13563
  class FheInt24 {
13683
13564
  static __wrap(ptr) {
13684
- ptr = ptr >>> 0;
13685
13565
  const obj = Object.create(FheInt24.prototype);
13686
13566
  obj.__wbg_ptr = ptr;
13687
13567
  FheInt24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13804,7 +13684,6 @@ class FheInt24 {
13804
13684
  if (Symbol.dispose) FheInt24.prototype[Symbol.dispose] = FheInt24.prototype.free;
13805
13685
  class FheInt240 {
13806
13686
  static __wrap(ptr) {
13807
- ptr = ptr >>> 0;
13808
13687
  const obj = Object.create(FheInt240.prototype);
13809
13688
  obj.__wbg_ptr = ptr;
13810
13689
  FheInt240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -13927,7 +13806,6 @@ class FheInt240 {
13927
13806
  if (Symbol.dispose) FheInt240.prototype[Symbol.dispose] = FheInt240.prototype.free;
13928
13807
  class FheInt248 {
13929
13808
  static __wrap(ptr) {
13930
- ptr = ptr >>> 0;
13931
13809
  const obj = Object.create(FheInt248.prototype);
13932
13810
  obj.__wbg_ptr = ptr;
13933
13811
  FheInt248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14050,7 +13928,6 @@ class FheInt248 {
14050
13928
  if (Symbol.dispose) FheInt248.prototype[Symbol.dispose] = FheInt248.prototype.free;
14051
13929
  class FheInt256 {
14052
13930
  static __wrap(ptr) {
14053
- ptr = ptr >>> 0;
14054
13931
  const obj = Object.create(FheInt256.prototype);
14055
13932
  obj.__wbg_ptr = ptr;
14056
13933
  FheInt256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14173,7 +14050,6 @@ class FheInt256 {
14173
14050
  if (Symbol.dispose) FheInt256.prototype[Symbol.dispose] = FheInt256.prototype.free;
14174
14051
  class FheInt32 {
14175
14052
  static __wrap(ptr) {
14176
- ptr = ptr >>> 0;
14177
14053
  const obj = Object.create(FheInt32.prototype);
14178
14054
  obj.__wbg_ptr = ptr;
14179
14055
  FheInt32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14296,7 +14172,6 @@ class FheInt32 {
14296
14172
  if (Symbol.dispose) FheInt32.prototype[Symbol.dispose] = FheInt32.prototype.free;
14297
14173
  class FheInt4 {
14298
14174
  static __wrap(ptr) {
14299
- ptr = ptr >>> 0;
14300
14175
  const obj = Object.create(FheInt4.prototype);
14301
14176
  obj.__wbg_ptr = ptr;
14302
14177
  FheInt4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14419,7 +14294,6 @@ class FheInt4 {
14419
14294
  if (Symbol.dispose) FheInt4.prototype[Symbol.dispose] = FheInt4.prototype.free;
14420
14295
  class FheInt40 {
14421
14296
  static __wrap(ptr) {
14422
- ptr = ptr >>> 0;
14423
14297
  const obj = Object.create(FheInt40.prototype);
14424
14298
  obj.__wbg_ptr = ptr;
14425
14299
  FheInt40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14542,7 +14416,6 @@ class FheInt40 {
14542
14416
  if (Symbol.dispose) FheInt40.prototype[Symbol.dispose] = FheInt40.prototype.free;
14543
14417
  class FheInt48 {
14544
14418
  static __wrap(ptr) {
14545
- ptr = ptr >>> 0;
14546
14419
  const obj = Object.create(FheInt48.prototype);
14547
14420
  obj.__wbg_ptr = ptr;
14548
14421
  FheInt48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14665,7 +14538,6 @@ class FheInt48 {
14665
14538
  if (Symbol.dispose) FheInt48.prototype[Symbol.dispose] = FheInt48.prototype.free;
14666
14539
  class FheInt512 {
14667
14540
  static __wrap(ptr) {
14668
- ptr = ptr >>> 0;
14669
14541
  const obj = Object.create(FheInt512.prototype);
14670
14542
  obj.__wbg_ptr = ptr;
14671
14543
  FheInt512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14788,7 +14660,6 @@ class FheInt512 {
14788
14660
  if (Symbol.dispose) FheInt512.prototype[Symbol.dispose] = FheInt512.prototype.free;
14789
14661
  class FheInt56 {
14790
14662
  static __wrap(ptr) {
14791
- ptr = ptr >>> 0;
14792
14663
  const obj = Object.create(FheInt56.prototype);
14793
14664
  obj.__wbg_ptr = ptr;
14794
14665
  FheInt56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -14911,7 +14782,6 @@ class FheInt56 {
14911
14782
  if (Symbol.dispose) FheInt56.prototype[Symbol.dispose] = FheInt56.prototype.free;
14912
14783
  class FheInt6 {
14913
14784
  static __wrap(ptr) {
14914
- ptr = ptr >>> 0;
14915
14785
  const obj = Object.create(FheInt6.prototype);
14916
14786
  obj.__wbg_ptr = ptr;
14917
14787
  FheInt6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15034,7 +14904,6 @@ class FheInt6 {
15034
14904
  if (Symbol.dispose) FheInt6.prototype[Symbol.dispose] = FheInt6.prototype.free;
15035
14905
  class FheInt64 {
15036
14906
  static __wrap(ptr) {
15037
- ptr = ptr >>> 0;
15038
14907
  const obj = Object.create(FheInt64.prototype);
15039
14908
  obj.__wbg_ptr = ptr;
15040
14909
  FheInt64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15157,7 +15026,6 @@ class FheInt64 {
15157
15026
  if (Symbol.dispose) FheInt64.prototype[Symbol.dispose] = FheInt64.prototype.free;
15158
15027
  class FheInt72 {
15159
15028
  static __wrap(ptr) {
15160
- ptr = ptr >>> 0;
15161
15029
  const obj = Object.create(FheInt72.prototype);
15162
15030
  obj.__wbg_ptr = ptr;
15163
15031
  FheInt72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15280,7 +15148,6 @@ class FheInt72 {
15280
15148
  if (Symbol.dispose) FheInt72.prototype[Symbol.dispose] = FheInt72.prototype.free;
15281
15149
  class FheInt8 {
15282
15150
  static __wrap(ptr) {
15283
- ptr = ptr >>> 0;
15284
15151
  const obj = Object.create(FheInt8.prototype);
15285
15152
  obj.__wbg_ptr = ptr;
15286
15153
  FheInt8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15403,7 +15270,6 @@ class FheInt8 {
15403
15270
  if (Symbol.dispose) FheInt8.prototype[Symbol.dispose] = FheInt8.prototype.free;
15404
15271
  class FheInt80 {
15405
15272
  static __wrap(ptr) {
15406
- ptr = ptr >>> 0;
15407
15273
  const obj = Object.create(FheInt80.prototype);
15408
15274
  obj.__wbg_ptr = ptr;
15409
15275
  FheInt80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15526,7 +15392,6 @@ class FheInt80 {
15526
15392
  if (Symbol.dispose) FheInt80.prototype[Symbol.dispose] = FheInt80.prototype.free;
15527
15393
  class FheInt88 {
15528
15394
  static __wrap(ptr) {
15529
- ptr = ptr >>> 0;
15530
15395
  const obj = Object.create(FheInt88.prototype);
15531
15396
  obj.__wbg_ptr = ptr;
15532
15397
  FheInt88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15649,7 +15514,6 @@ class FheInt88 {
15649
15514
  if (Symbol.dispose) FheInt88.prototype[Symbol.dispose] = FheInt88.prototype.free;
15650
15515
  class FheInt96 {
15651
15516
  static __wrap(ptr) {
15652
- ptr = ptr >>> 0;
15653
15517
  const obj = Object.create(FheInt96.prototype);
15654
15518
  obj.__wbg_ptr = ptr;
15655
15519
  FheInt96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -15942,7 +15806,6 @@ const FheTypes = Object.freeze({
15942
15806
  });
15943
15807
  class FheUint10 {
15944
15808
  static __wrap(ptr) {
15945
- ptr = ptr >>> 0;
15946
15809
  const obj = Object.create(FheUint10.prototype);
15947
15810
  obj.__wbg_ptr = ptr;
15948
15811
  FheUint10Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16065,7 +15928,6 @@ class FheUint10 {
16065
15928
  if (Symbol.dispose) FheUint10.prototype[Symbol.dispose] = FheUint10.prototype.free;
16066
15929
  class FheUint1024 {
16067
15930
  static __wrap(ptr) {
16068
- ptr = ptr >>> 0;
16069
15931
  const obj = Object.create(FheUint1024.prototype);
16070
15932
  obj.__wbg_ptr = ptr;
16071
15933
  FheUint1024Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16188,7 +16050,6 @@ class FheUint1024 {
16188
16050
  if (Symbol.dispose) FheUint1024.prototype[Symbol.dispose] = FheUint1024.prototype.free;
16189
16051
  class FheUint104 {
16190
16052
  static __wrap(ptr) {
16191
- ptr = ptr >>> 0;
16192
16053
  const obj = Object.create(FheUint104.prototype);
16193
16054
  obj.__wbg_ptr = ptr;
16194
16055
  FheUint104Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16311,7 +16172,6 @@ class FheUint104 {
16311
16172
  if (Symbol.dispose) FheUint104.prototype[Symbol.dispose] = FheUint104.prototype.free;
16312
16173
  class FheUint112 {
16313
16174
  static __wrap(ptr) {
16314
- ptr = ptr >>> 0;
16315
16175
  const obj = Object.create(FheUint112.prototype);
16316
16176
  obj.__wbg_ptr = ptr;
16317
16177
  FheUint112Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16434,7 +16294,6 @@ class FheUint112 {
16434
16294
  if (Symbol.dispose) FheUint112.prototype[Symbol.dispose] = FheUint112.prototype.free;
16435
16295
  class FheUint12 {
16436
16296
  static __wrap(ptr) {
16437
- ptr = ptr >>> 0;
16438
16297
  const obj = Object.create(FheUint12.prototype);
16439
16298
  obj.__wbg_ptr = ptr;
16440
16299
  FheUint12Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16557,7 +16416,6 @@ class FheUint12 {
16557
16416
  if (Symbol.dispose) FheUint12.prototype[Symbol.dispose] = FheUint12.prototype.free;
16558
16417
  class FheUint120 {
16559
16418
  static __wrap(ptr) {
16560
- ptr = ptr >>> 0;
16561
16419
  const obj = Object.create(FheUint120.prototype);
16562
16420
  obj.__wbg_ptr = ptr;
16563
16421
  FheUint120Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16680,7 +16538,6 @@ class FheUint120 {
16680
16538
  if (Symbol.dispose) FheUint120.prototype[Symbol.dispose] = FheUint120.prototype.free;
16681
16539
  class FheUint128 {
16682
16540
  static __wrap(ptr) {
16683
- ptr = ptr >>> 0;
16684
16541
  const obj = Object.create(FheUint128.prototype);
16685
16542
  obj.__wbg_ptr = ptr;
16686
16543
  FheUint128Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16803,7 +16660,6 @@ class FheUint128 {
16803
16660
  if (Symbol.dispose) FheUint128.prototype[Symbol.dispose] = FheUint128.prototype.free;
16804
16661
  class FheUint136 {
16805
16662
  static __wrap(ptr) {
16806
- ptr = ptr >>> 0;
16807
16663
  const obj = Object.create(FheUint136.prototype);
16808
16664
  obj.__wbg_ptr = ptr;
16809
16665
  FheUint136Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -16926,7 +16782,6 @@ class FheUint136 {
16926
16782
  if (Symbol.dispose) FheUint136.prototype[Symbol.dispose] = FheUint136.prototype.free;
16927
16783
  class FheUint14 {
16928
16784
  static __wrap(ptr) {
16929
- ptr = ptr >>> 0;
16930
16785
  const obj = Object.create(FheUint14.prototype);
16931
16786
  obj.__wbg_ptr = ptr;
16932
16787
  FheUint14Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17049,7 +16904,6 @@ class FheUint14 {
17049
16904
  if (Symbol.dispose) FheUint14.prototype[Symbol.dispose] = FheUint14.prototype.free;
17050
16905
  class FheUint144 {
17051
16906
  static __wrap(ptr) {
17052
- ptr = ptr >>> 0;
17053
16907
  const obj = Object.create(FheUint144.prototype);
17054
16908
  obj.__wbg_ptr = ptr;
17055
16909
  FheUint144Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17172,7 +17026,6 @@ class FheUint144 {
17172
17026
  if (Symbol.dispose) FheUint144.prototype[Symbol.dispose] = FheUint144.prototype.free;
17173
17027
  class FheUint152 {
17174
17028
  static __wrap(ptr) {
17175
- ptr = ptr >>> 0;
17176
17029
  const obj = Object.create(FheUint152.prototype);
17177
17030
  obj.__wbg_ptr = ptr;
17178
17031
  FheUint152Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17295,7 +17148,6 @@ class FheUint152 {
17295
17148
  if (Symbol.dispose) FheUint152.prototype[Symbol.dispose] = FheUint152.prototype.free;
17296
17149
  class FheUint16 {
17297
17150
  static __wrap(ptr) {
17298
- ptr = ptr >>> 0;
17299
17151
  const obj = Object.create(FheUint16.prototype);
17300
17152
  obj.__wbg_ptr = ptr;
17301
17153
  FheUint16Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17418,7 +17270,6 @@ class FheUint16 {
17418
17270
  if (Symbol.dispose) FheUint16.prototype[Symbol.dispose] = FheUint16.prototype.free;
17419
17271
  class FheUint160 {
17420
17272
  static __wrap(ptr) {
17421
- ptr = ptr >>> 0;
17422
17273
  const obj = Object.create(FheUint160.prototype);
17423
17274
  obj.__wbg_ptr = ptr;
17424
17275
  FheUint160Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17541,7 +17392,6 @@ class FheUint160 {
17541
17392
  if (Symbol.dispose) FheUint160.prototype[Symbol.dispose] = FheUint160.prototype.free;
17542
17393
  class FheUint168 {
17543
17394
  static __wrap(ptr) {
17544
- ptr = ptr >>> 0;
17545
17395
  const obj = Object.create(FheUint168.prototype);
17546
17396
  obj.__wbg_ptr = ptr;
17547
17397
  FheUint168Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17664,7 +17514,6 @@ class FheUint168 {
17664
17514
  if (Symbol.dispose) FheUint168.prototype[Symbol.dispose] = FheUint168.prototype.free;
17665
17515
  class FheUint176 {
17666
17516
  static __wrap(ptr) {
17667
- ptr = ptr >>> 0;
17668
17517
  const obj = Object.create(FheUint176.prototype);
17669
17518
  obj.__wbg_ptr = ptr;
17670
17519
  FheUint176Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17787,7 +17636,6 @@ class FheUint176 {
17787
17636
  if (Symbol.dispose) FheUint176.prototype[Symbol.dispose] = FheUint176.prototype.free;
17788
17637
  class FheUint184 {
17789
17638
  static __wrap(ptr) {
17790
- ptr = ptr >>> 0;
17791
17639
  const obj = Object.create(FheUint184.prototype);
17792
17640
  obj.__wbg_ptr = ptr;
17793
17641
  FheUint184Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -17910,7 +17758,6 @@ class FheUint184 {
17910
17758
  if (Symbol.dispose) FheUint184.prototype[Symbol.dispose] = FheUint184.prototype.free;
17911
17759
  class FheUint192 {
17912
17760
  static __wrap(ptr) {
17913
- ptr = ptr >>> 0;
17914
17761
  const obj = Object.create(FheUint192.prototype);
17915
17762
  obj.__wbg_ptr = ptr;
17916
17763
  FheUint192Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18033,7 +17880,6 @@ class FheUint192 {
18033
17880
  if (Symbol.dispose) FheUint192.prototype[Symbol.dispose] = FheUint192.prototype.free;
18034
17881
  class FheUint2 {
18035
17882
  static __wrap(ptr) {
18036
- ptr = ptr >>> 0;
18037
17883
  const obj = Object.create(FheUint2.prototype);
18038
17884
  obj.__wbg_ptr = ptr;
18039
17885
  FheUint2Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18156,7 +18002,6 @@ class FheUint2 {
18156
18002
  if (Symbol.dispose) FheUint2.prototype[Symbol.dispose] = FheUint2.prototype.free;
18157
18003
  class FheUint200 {
18158
18004
  static __wrap(ptr) {
18159
- ptr = ptr >>> 0;
18160
18005
  const obj = Object.create(FheUint200.prototype);
18161
18006
  obj.__wbg_ptr = ptr;
18162
18007
  FheUint200Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18279,7 +18124,6 @@ class FheUint200 {
18279
18124
  if (Symbol.dispose) FheUint200.prototype[Symbol.dispose] = FheUint200.prototype.free;
18280
18125
  class FheUint2048 {
18281
18126
  static __wrap(ptr) {
18282
- ptr = ptr >>> 0;
18283
18127
  const obj = Object.create(FheUint2048.prototype);
18284
18128
  obj.__wbg_ptr = ptr;
18285
18129
  FheUint2048Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18402,7 +18246,6 @@ class FheUint2048 {
18402
18246
  if (Symbol.dispose) FheUint2048.prototype[Symbol.dispose] = FheUint2048.prototype.free;
18403
18247
  class FheUint208 {
18404
18248
  static __wrap(ptr) {
18405
- ptr = ptr >>> 0;
18406
18249
  const obj = Object.create(FheUint208.prototype);
18407
18250
  obj.__wbg_ptr = ptr;
18408
18251
  FheUint208Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18525,7 +18368,6 @@ class FheUint208 {
18525
18368
  if (Symbol.dispose) FheUint208.prototype[Symbol.dispose] = FheUint208.prototype.free;
18526
18369
  class FheUint216 {
18527
18370
  static __wrap(ptr) {
18528
- ptr = ptr >>> 0;
18529
18371
  const obj = Object.create(FheUint216.prototype);
18530
18372
  obj.__wbg_ptr = ptr;
18531
18373
  FheUint216Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18648,7 +18490,6 @@ class FheUint216 {
18648
18490
  if (Symbol.dispose) FheUint216.prototype[Symbol.dispose] = FheUint216.prototype.free;
18649
18491
  class FheUint224 {
18650
18492
  static __wrap(ptr) {
18651
- ptr = ptr >>> 0;
18652
18493
  const obj = Object.create(FheUint224.prototype);
18653
18494
  obj.__wbg_ptr = ptr;
18654
18495
  FheUint224Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18771,7 +18612,6 @@ class FheUint224 {
18771
18612
  if (Symbol.dispose) FheUint224.prototype[Symbol.dispose] = FheUint224.prototype.free;
18772
18613
  class FheUint232 {
18773
18614
  static __wrap(ptr) {
18774
- ptr = ptr >>> 0;
18775
18615
  const obj = Object.create(FheUint232.prototype);
18776
18616
  obj.__wbg_ptr = ptr;
18777
18617
  FheUint232Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -18894,7 +18734,6 @@ class FheUint232 {
18894
18734
  if (Symbol.dispose) FheUint232.prototype[Symbol.dispose] = FheUint232.prototype.free;
18895
18735
  class FheUint24 {
18896
18736
  static __wrap(ptr) {
18897
- ptr = ptr >>> 0;
18898
18737
  const obj = Object.create(FheUint24.prototype);
18899
18738
  obj.__wbg_ptr = ptr;
18900
18739
  FheUint24Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19017,7 +18856,6 @@ class FheUint24 {
19017
18856
  if (Symbol.dispose) FheUint24.prototype[Symbol.dispose] = FheUint24.prototype.free;
19018
18857
  class FheUint240 {
19019
18858
  static __wrap(ptr) {
19020
- ptr = ptr >>> 0;
19021
18859
  const obj = Object.create(FheUint240.prototype);
19022
18860
  obj.__wbg_ptr = ptr;
19023
18861
  FheUint240Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19140,7 +18978,6 @@ class FheUint240 {
19140
18978
  if (Symbol.dispose) FheUint240.prototype[Symbol.dispose] = FheUint240.prototype.free;
19141
18979
  class FheUint248 {
19142
18980
  static __wrap(ptr) {
19143
- ptr = ptr >>> 0;
19144
18981
  const obj = Object.create(FheUint248.prototype);
19145
18982
  obj.__wbg_ptr = ptr;
19146
18983
  FheUint248Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19263,7 +19100,6 @@ class FheUint248 {
19263
19100
  if (Symbol.dispose) FheUint248.prototype[Symbol.dispose] = FheUint248.prototype.free;
19264
19101
  class FheUint256 {
19265
19102
  static __wrap(ptr) {
19266
- ptr = ptr >>> 0;
19267
19103
  const obj = Object.create(FheUint256.prototype);
19268
19104
  obj.__wbg_ptr = ptr;
19269
19105
  FheUint256Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19386,7 +19222,6 @@ class FheUint256 {
19386
19222
  if (Symbol.dispose) FheUint256.prototype[Symbol.dispose] = FheUint256.prototype.free;
19387
19223
  class FheUint32 {
19388
19224
  static __wrap(ptr) {
19389
- ptr = ptr >>> 0;
19390
19225
  const obj = Object.create(FheUint32.prototype);
19391
19226
  obj.__wbg_ptr = ptr;
19392
19227
  FheUint32Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19509,7 +19344,6 @@ class FheUint32 {
19509
19344
  if (Symbol.dispose) FheUint32.prototype[Symbol.dispose] = FheUint32.prototype.free;
19510
19345
  class FheUint4 {
19511
19346
  static __wrap(ptr) {
19512
- ptr = ptr >>> 0;
19513
19347
  const obj = Object.create(FheUint4.prototype);
19514
19348
  obj.__wbg_ptr = ptr;
19515
19349
  FheUint4Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19632,7 +19466,6 @@ class FheUint4 {
19632
19466
  if (Symbol.dispose) FheUint4.prototype[Symbol.dispose] = FheUint4.prototype.free;
19633
19467
  class FheUint40 {
19634
19468
  static __wrap(ptr) {
19635
- ptr = ptr >>> 0;
19636
19469
  const obj = Object.create(FheUint40.prototype);
19637
19470
  obj.__wbg_ptr = ptr;
19638
19471
  FheUint40Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19755,7 +19588,6 @@ class FheUint40 {
19755
19588
  if (Symbol.dispose) FheUint40.prototype[Symbol.dispose] = FheUint40.prototype.free;
19756
19589
  class FheUint48 {
19757
19590
  static __wrap(ptr) {
19758
- ptr = ptr >>> 0;
19759
19591
  const obj = Object.create(FheUint48.prototype);
19760
19592
  obj.__wbg_ptr = ptr;
19761
19593
  FheUint48Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -19878,7 +19710,6 @@ class FheUint48 {
19878
19710
  if (Symbol.dispose) FheUint48.prototype[Symbol.dispose] = FheUint48.prototype.free;
19879
19711
  class FheUint512 {
19880
19712
  static __wrap(ptr) {
19881
- ptr = ptr >>> 0;
19882
19713
  const obj = Object.create(FheUint512.prototype);
19883
19714
  obj.__wbg_ptr = ptr;
19884
19715
  FheUint512Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20001,7 +19832,6 @@ class FheUint512 {
20001
19832
  if (Symbol.dispose) FheUint512.prototype[Symbol.dispose] = FheUint512.prototype.free;
20002
19833
  class FheUint56 {
20003
19834
  static __wrap(ptr) {
20004
- ptr = ptr >>> 0;
20005
19835
  const obj = Object.create(FheUint56.prototype);
20006
19836
  obj.__wbg_ptr = ptr;
20007
19837
  FheUint56Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20124,7 +19954,6 @@ class FheUint56 {
20124
19954
  if (Symbol.dispose) FheUint56.prototype[Symbol.dispose] = FheUint56.prototype.free;
20125
19955
  class FheUint6 {
20126
19956
  static __wrap(ptr) {
20127
- ptr = ptr >>> 0;
20128
19957
  const obj = Object.create(FheUint6.prototype);
20129
19958
  obj.__wbg_ptr = ptr;
20130
19959
  FheUint6Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20247,7 +20076,6 @@ class FheUint6 {
20247
20076
  if (Symbol.dispose) FheUint6.prototype[Symbol.dispose] = FheUint6.prototype.free;
20248
20077
  class FheUint64 {
20249
20078
  static __wrap(ptr) {
20250
- ptr = ptr >>> 0;
20251
20079
  const obj = Object.create(FheUint64.prototype);
20252
20080
  obj.__wbg_ptr = ptr;
20253
20081
  FheUint64Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20370,7 +20198,6 @@ class FheUint64 {
20370
20198
  if (Symbol.dispose) FheUint64.prototype[Symbol.dispose] = FheUint64.prototype.free;
20371
20199
  class FheUint72 {
20372
20200
  static __wrap(ptr) {
20373
- ptr = ptr >>> 0;
20374
20201
  const obj = Object.create(FheUint72.prototype);
20375
20202
  obj.__wbg_ptr = ptr;
20376
20203
  FheUint72Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20493,7 +20320,6 @@ class FheUint72 {
20493
20320
  if (Symbol.dispose) FheUint72.prototype[Symbol.dispose] = FheUint72.prototype.free;
20494
20321
  class FheUint8 {
20495
20322
  static __wrap(ptr) {
20496
- ptr = ptr >>> 0;
20497
20323
  const obj = Object.create(FheUint8.prototype);
20498
20324
  obj.__wbg_ptr = ptr;
20499
20325
  FheUint8Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20616,7 +20442,6 @@ class FheUint8 {
20616
20442
  if (Symbol.dispose) FheUint8.prototype[Symbol.dispose] = FheUint8.prototype.free;
20617
20443
  class FheUint80 {
20618
20444
  static __wrap(ptr) {
20619
- ptr = ptr >>> 0;
20620
20445
  const obj = Object.create(FheUint80.prototype);
20621
20446
  obj.__wbg_ptr = ptr;
20622
20447
  FheUint80Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20739,7 +20564,6 @@ class FheUint80 {
20739
20564
  if (Symbol.dispose) FheUint80.prototype[Symbol.dispose] = FheUint80.prototype.free;
20740
20565
  class FheUint88 {
20741
20566
  static __wrap(ptr) {
20742
- ptr = ptr >>> 0;
20743
20567
  const obj = Object.create(FheUint88.prototype);
20744
20568
  obj.__wbg_ptr = ptr;
20745
20569
  FheUint88Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20862,7 +20686,6 @@ class FheUint88 {
20862
20686
  if (Symbol.dispose) FheUint88.prototype[Symbol.dispose] = FheUint88.prototype.free;
20863
20687
  class FheUint96 {
20864
20688
  static __wrap(ptr) {
20865
- ptr = ptr >>> 0;
20866
20689
  const obj = Object.create(FheUint96.prototype);
20867
20690
  obj.__wbg_ptr = ptr;
20868
20691
  FheUint96Finalization.register(obj, obj.__wbg_ptr, obj);
@@ -20985,7 +20808,6 @@ class FheUint96 {
20985
20808
  if (Symbol.dispose) FheUint96.prototype[Symbol.dispose] = FheUint96.prototype.free;
20986
20809
  class ProvenCompactCiphertextList {
20987
20810
  static __wrap(ptr) {
20988
- ptr = ptr >>> 0;
20989
20811
  const obj = Object.create(ProvenCompactCiphertextList.prototype);
20990
20812
  obj.__wbg_ptr = ptr;
20991
20813
  ProvenCompactCiphertextListFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21452,7 +21274,6 @@ class Shortint {
21452
21274
  if (Symbol.dispose) Shortint.prototype[Symbol.dispose] = Shortint.prototype.free;
21453
21275
  class ShortintCiphertext {
21454
21276
  static __wrap(ptr) {
21455
- ptr = ptr >>> 0;
21456
21277
  const obj = Object.create(ShortintCiphertext.prototype);
21457
21278
  obj.__wbg_ptr = ptr;
21458
21279
  ShortintCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21472,7 +21293,6 @@ class ShortintCiphertext {
21472
21293
  if (Symbol.dispose) ShortintCiphertext.prototype[Symbol.dispose] = ShortintCiphertext.prototype.free;
21473
21294
  class ShortintClientKey {
21474
21295
  static __wrap(ptr) {
21475
- ptr = ptr >>> 0;
21476
21296
  const obj = Object.create(ShortintClientKey.prototype);
21477
21297
  obj.__wbg_ptr = ptr;
21478
21298
  ShortintClientKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21492,7 +21312,6 @@ class ShortintClientKey {
21492
21312
  if (Symbol.dispose) ShortintClientKey.prototype[Symbol.dispose] = ShortintClientKey.prototype.free;
21493
21313
  class ShortintCompactPublicKeyEncryptionParameters {
21494
21314
  static __wrap(ptr) {
21495
- ptr = ptr >>> 0;
21496
21315
  const obj = Object.create(ShortintCompactPublicKeyEncryptionParameters.prototype);
21497
21316
  obj.__wbg_ptr = ptr;
21498
21317
  ShortintCompactPublicKeyEncryptionParametersFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21513,7 +21332,7 @@ class ShortintCompactPublicKeyEncryptionParameters {
21513
21332
  */
21514
21333
  constructor(name) {
21515
21334
  const ret = wasm.shortintcompactpublickeyencryptionparameters_new(name);
21516
- this.__wbg_ptr = ret >>> 0;
21335
+ this.__wbg_ptr = ret;
21517
21336
  ShortintCompactPublicKeyEncryptionParametersFinalization.register(this, this.__wbg_ptr, this);
21518
21337
  return this;
21519
21338
  }
@@ -21576,7 +21395,6 @@ const ShortintCompactPublicKeyEncryptionParametersName = Object.freeze({
21576
21395
  });
21577
21396
  class ShortintCompressedCiphertext {
21578
21397
  static __wrap(ptr) {
21579
- ptr = ptr >>> 0;
21580
21398
  const obj = Object.create(ShortintCompressedCiphertext.prototype);
21581
21399
  obj.__wbg_ptr = ptr;
21582
21400
  ShortintCompressedCiphertextFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21596,7 +21414,6 @@ class ShortintCompressedCiphertext {
21596
21414
  if (Symbol.dispose) ShortintCompressedCiphertext.prototype[Symbol.dispose] = ShortintCompressedCiphertext.prototype.free;
21597
21415
  class ShortintCompressedPublicKey {
21598
21416
  static __wrap(ptr) {
21599
- ptr = ptr >>> 0;
21600
21417
  const obj = Object.create(ShortintCompressedPublicKey.prototype);
21601
21418
  obj.__wbg_ptr = ptr;
21602
21419
  ShortintCompressedPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21616,7 +21433,6 @@ class ShortintCompressedPublicKey {
21616
21433
  if (Symbol.dispose) ShortintCompressedPublicKey.prototype[Symbol.dispose] = ShortintCompressedPublicKey.prototype.free;
21617
21434
  class ShortintCompressedServerKey {
21618
21435
  static __wrap(ptr) {
21619
- ptr = ptr >>> 0;
21620
21436
  const obj = Object.create(ShortintCompressedServerKey.prototype);
21621
21437
  obj.__wbg_ptr = ptr;
21622
21438
  ShortintCompressedServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21642,7 +21458,6 @@ const ShortintEncryptionKeyChoice = Object.freeze({
21642
21458
  });
21643
21459
  class ShortintNoiseDistribution {
21644
21460
  static __wrap(ptr) {
21645
- ptr = ptr >>> 0;
21646
21461
  const obj = Object.create(ShortintNoiseDistribution.prototype);
21647
21462
  obj.__wbg_ptr = ptr;
21648
21463
  ShortintNoiseDistributionFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21668,7 +21483,6 @@ const ShortintPBSOrder = Object.freeze({
21668
21483
  });
21669
21484
  class ShortintParameters {
21670
21485
  static __wrap(ptr) {
21671
- ptr = ptr >>> 0;
21672
21486
  const obj = Object.create(ShortintParameters.prototype);
21673
21487
  obj.__wbg_ptr = ptr;
21674
21488
  ShortintParametersFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -21755,7 +21569,7 @@ class ShortintParameters {
21755
21569
  if (ret[2]) {
21756
21570
  throw takeFromExternrefTable0(ret[1]);
21757
21571
  }
21758
- this.__wbg_ptr = ret[0] >>> 0;
21572
+ this.__wbg_ptr = ret[0];
21759
21573
  ShortintParametersFinalization.register(this, this.__wbg_ptr, this);
21760
21574
  return this;
21761
21575
  }
@@ -22998,7 +22812,6 @@ const ShortintParametersName = Object.freeze({
22998
22812
  });
22999
22813
  class ShortintPublicKey {
23000
22814
  static __wrap(ptr) {
23001
- ptr = ptr >>> 0;
23002
22815
  const obj = Object.create(ShortintPublicKey.prototype);
23003
22816
  obj.__wbg_ptr = ptr;
23004
22817
  ShortintPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23018,7 +22831,6 @@ class ShortintPublicKey {
23018
22831
  if (Symbol.dispose) ShortintPublicKey.prototype[Symbol.dispose] = ShortintPublicKey.prototype.free;
23019
22832
  class TfheClientKey {
23020
22833
  static __wrap(ptr) {
23021
- ptr = ptr >>> 0;
23022
22834
  const obj = Object.create(TfheClientKey.prototype);
23023
22835
  obj.__wbg_ptr = ptr;
23024
22836
  TfheClientKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23115,7 +22927,6 @@ class TfheClientKey {
23115
22927
  if (Symbol.dispose) TfheClientKey.prototype[Symbol.dispose] = TfheClientKey.prototype.free;
23116
22928
  class TfheCompactPublicKey {
23117
22929
  static __wrap(ptr) {
23118
- ptr = ptr >>> 0;
23119
22930
  const obj = Object.create(TfheCompactPublicKey.prototype);
23120
22931
  obj.__wbg_ptr = ptr;
23121
22932
  TfheCompactPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23215,7 +23026,6 @@ class TfheCompactPublicKey {
23215
23026
  if (Symbol.dispose) TfheCompactPublicKey.prototype[Symbol.dispose] = TfheCompactPublicKey.prototype.free;
23216
23027
  class TfheCompressedCompactPublicKey {
23217
23028
  static __wrap(ptr) {
23218
- ptr = ptr >>> 0;
23219
23029
  const obj = Object.create(TfheCompressedCompactPublicKey.prototype);
23220
23030
  obj.__wbg_ptr = ptr;
23221
23031
  TfheCompressedCompactPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23325,7 +23135,6 @@ class TfheCompressedCompactPublicKey {
23325
23135
  if (Symbol.dispose) TfheCompressedCompactPublicKey.prototype[Symbol.dispose] = TfheCompressedCompactPublicKey.prototype.free;
23326
23136
  class TfheCompressedPublicKey {
23327
23137
  static __wrap(ptr) {
23328
- ptr = ptr >>> 0;
23329
23138
  const obj = Object.create(TfheCompressedPublicKey.prototype);
23330
23139
  obj.__wbg_ptr = ptr;
23331
23140
  TfheCompressedPublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23419,7 +23228,6 @@ class TfheCompressedPublicKey {
23419
23228
  if (Symbol.dispose) TfheCompressedPublicKey.prototype[Symbol.dispose] = TfheCompressedPublicKey.prototype.free;
23420
23229
  class TfheCompressedServerKey {
23421
23230
  static __wrap(ptr) {
23422
- ptr = ptr >>> 0;
23423
23231
  const obj = Object.create(TfheCompressedServerKey.prototype);
23424
23232
  obj.__wbg_ptr = ptr;
23425
23233
  TfheCompressedServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23503,7 +23311,6 @@ class TfheCompressedServerKey {
23503
23311
  if (Symbol.dispose) TfheCompressedServerKey.prototype[Symbol.dispose] = TfheCompressedServerKey.prototype.free;
23504
23312
  class TfheConfig {
23505
23313
  static __wrap(ptr) {
23506
- ptr = ptr >>> 0;
23507
23314
  const obj = Object.create(TfheConfig.prototype);
23508
23315
  obj.__wbg_ptr = ptr;
23509
23316
  TfheConfigFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23523,7 +23330,6 @@ class TfheConfig {
23523
23330
  if (Symbol.dispose) TfheConfig.prototype[Symbol.dispose] = TfheConfig.prototype.free;
23524
23331
  class TfheConfigBuilder {
23525
23332
  static __wrap(ptr) {
23526
- ptr = ptr >>> 0;
23527
23333
  const obj = Object.create(TfheConfigBuilder.prototype);
23528
23334
  obj.__wbg_ptr = ptr;
23529
23335
  TfheConfigBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23587,7 +23393,6 @@ class TfheConfigBuilder {
23587
23393
  if (Symbol.dispose) TfheConfigBuilder.prototype[Symbol.dispose] = TfheConfigBuilder.prototype.free;
23588
23394
  class TfhePublicKey {
23589
23395
  static __wrap(ptr) {
23590
- ptr = ptr >>> 0;
23591
23396
  const obj = Object.create(TfhePublicKey.prototype);
23592
23397
  obj.__wbg_ptr = ptr;
23593
23398
  TfhePublicKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23671,7 +23476,6 @@ class TfhePublicKey {
23671
23476
  if (Symbol.dispose) TfhePublicKey.prototype[Symbol.dispose] = TfhePublicKey.prototype.free;
23672
23477
  class TfheServerKey {
23673
23478
  static __wrap(ptr) {
23674
- ptr = ptr >>> 0;
23675
23479
  const obj = Object.create(TfheServerKey.prototype);
23676
23480
  obj.__wbg_ptr = ptr;
23677
23481
  TfheServerKeyFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23767,7 +23571,6 @@ class tfhe {
23767
23571
  if (Symbol.dispose) tfhe.prototype[Symbol.dispose] = tfhe.prototype.free;
23768
23572
  class wbg_rayon_PoolBuilder {
23769
23573
  static __wrap(ptr) {
23770
- ptr = ptr >>> 0;
23771
23574
  const obj = Object.create(wbg_rayon_PoolBuilder.prototype);
23772
23575
  obj.__wbg_ptr = ptr;
23773
23576
  wbg_rayon_PoolBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
@@ -23808,87 +23611,87 @@ function wbg_rayon_start_worker(receiver) {
23808
23611
  function __wbg_get_imports(memory) {
23809
23612
  const import0 = {
23810
23613
  __proto__: null,
23811
- __wbg_BigInt_65bcea251e788083: function(arg0) {
23614
+ __wbg_BigInt_590a7bb99baad06a: function(arg0) {
23812
23615
  const ret = BigInt(arg0);
23813
23616
  return ret;
23814
23617
  },
23815
- __wbg_BigInt_ccbca793f456e582: function() {
23618
+ __wbg_BigInt_d576983233c6e0d1: function() {
23816
23619
  return handleError(function(arg0) {
23817
23620
  const ret = BigInt(arg0);
23818
23621
  return ret;
23819
23622
  }, arguments);
23820
23623
  },
23821
- __wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
23624
+ __wbg_Error_ef53bc310eb298a0: function(arg0, arg1) {
23822
23625
  const ret = Error(getStringFromWasm0(arg0, arg1));
23823
23626
  return ret;
23824
23627
  },
23825
- __wbg___wbindgen_bigint_get_as_i64_3d3aba5d616c6a51: function(arg0, arg1) {
23628
+ __wbg___wbindgen_bigint_get_as_i64_38130e98eecd467d: function(arg0, arg1) {
23826
23629
  const v = arg1;
23827
23630
  const ret = typeof v === "bigint" ? v : void 0;
23828
23631
  getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
23829
23632
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
23830
23633
  },
23831
- __wbg___wbindgen_bit_and_96f696c56b4950d5: function(arg0, arg1) {
23634
+ __wbg___wbindgen_bit_and_c3ff9328af026c6b: function(arg0, arg1) {
23832
23635
  const ret = arg0 & arg1;
23833
23636
  return ret;
23834
23637
  },
23835
- __wbg___wbindgen_bit_or_d564c2751fdac6c9: function(arg0, arg1) {
23638
+ __wbg___wbindgen_bit_or_df5d1a36f9eb4d41: function(arg0, arg1) {
23836
23639
  const ret = arg0 | arg1;
23837
23640
  return ret;
23838
23641
  },
23839
- __wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
23642
+ __wbg___wbindgen_debug_string_0accd80f45e5faa2: function(arg0, arg1) {
23840
23643
  const ret = debugString(arg1);
23841
23644
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
23842
23645
  const len1 = WASM_VECTOR_LEN;
23843
23646
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
23844
23647
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
23845
23648
  },
23846
- __wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) {
23649
+ __wbg___wbindgen_is_function_754e9f305ff6029e: function(arg0) {
23847
23650
  const ret = typeof arg0 === "function";
23848
23651
  return ret;
23849
23652
  },
23850
- __wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) {
23653
+ __wbg___wbindgen_is_object_56732c2bc353f41d: function(arg0) {
23851
23654
  const val = arg0;
23852
23655
  const ret = typeof val === "object" && val !== null;
23853
23656
  return ret;
23854
23657
  },
23855
- __wbg___wbindgen_is_string_6df3bf7ef1164ed3: function(arg0) {
23658
+ __wbg___wbindgen_is_string_c236cabd84a4d769: function(arg0) {
23856
23659
  const ret = typeof arg0 === "string";
23857
23660
  return ret;
23858
23661
  },
23859
- __wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) {
23662
+ __wbg___wbindgen_is_undefined_67b456be8673d3d7: function(arg0) {
23860
23663
  const ret = arg0 === void 0;
23861
23664
  return ret;
23862
23665
  },
23863
- __wbg___wbindgen_jsval_eq_d3465d8a07697228: function(arg0, arg1) {
23666
+ __wbg___wbindgen_jsval_eq_1068e624fa87f6ab: function(arg0, arg1) {
23864
23667
  const ret = arg0 === arg1;
23865
23668
  return ret;
23866
23669
  },
23867
- __wbg___wbindgen_lt_78bab382628fb48f: function(arg0, arg1) {
23670
+ __wbg___wbindgen_lt_b4bcf1fdfe2e41fe: function(arg0, arg1) {
23868
23671
  const ret = arg0 < arg1;
23869
23672
  return ret;
23870
23673
  },
23871
- __wbg___wbindgen_memory_dfa12096f400c9bd: function() {
23674
+ __wbg___wbindgen_memory_fbc4c3e30b409f08: function() {
23872
23675
  const ret = wasm.memory;
23873
23676
  return ret;
23874
23677
  },
23875
- __wbg___wbindgen_module_b5e6fb95dbdb7d7e: function() {
23678
+ __wbg___wbindgen_module_5dcc25d553a4424f: function() {
23876
23679
  const ret = wasmModule;
23877
23680
  return ret;
23878
23681
  },
23879
- __wbg___wbindgen_neg_8d39d23ef65c9fdb: function(arg0) {
23682
+ __wbg___wbindgen_neg_c5be7a95a9dd509c: function(arg0) {
23880
23683
  const ret = -arg0;
23881
23684
  return ret;
23882
23685
  },
23883
- __wbg___wbindgen_shl_c7ea4173387a1669: function(arg0, arg1) {
23686
+ __wbg___wbindgen_shl_9f0bde039d054e42: function(arg0, arg1) {
23884
23687
  const ret = arg0 << arg1;
23885
23688
  return ret;
23886
23689
  },
23887
- __wbg___wbindgen_shr_436553cbaef41a66: function(arg0, arg1) {
23690
+ __wbg___wbindgen_shr_b5893fce8492f5d9: function(arg0, arg1) {
23888
23691
  const ret = arg0 >> arg1;
23889
23692
  return ret;
23890
23693
  },
23891
- __wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
23694
+ __wbg___wbindgen_string_get_72bdf95d3ae505b1: function(arg0, arg1) {
23892
23695
  const obj = arg1;
23893
23696
  const ret = typeof obj === "string" ? obj : void 0;
23894
23697
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -23896,10 +23699,10 @@ function __wbg_get_imports(memory) {
23896
23699
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
23897
23700
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
23898
23701
  },
23899
- __wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
23702
+ __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
23900
23703
  throw new Error(getStringFromWasm0(arg0, arg1));
23901
23704
  },
23902
- __wbg_call_a24592a6f349a97e: function() {
23705
+ __wbg_call_9c758de292015997: function() {
23903
23706
  return handleError(function(arg0, arg1, arg2) {
23904
23707
  const ret = arg0.call(arg1, arg2);
23905
23708
  return ret;
@@ -23925,11 +23728,11 @@ function __wbg_get_imports(memory) {
23925
23728
  arg0.getRandomValues(arg1);
23926
23729
  }, arguments);
23927
23730
  },
23928
- __wbg_getTime_da7c55f52b71e8c6: function(arg0) {
23731
+ __wbg_getTime_00b3f7db575e4ef5: function(arg0) {
23929
23732
  const ret = arg0.getTime();
23930
23733
  return ret;
23931
23734
  },
23932
- __wbg_instanceof_Window_cc64c86c8ef9e02b: function(arg0) {
23735
+ __wbg_instanceof_Window_e093be59ee9a8e14: function(arg0) {
23933
23736
  let result;
23934
23737
  try {
23935
23738
  result = arg0 instanceof Window;
@@ -23939,7 +23742,7 @@ function __wbg_get_imports(memory) {
23939
23742
  const ret = result;
23940
23743
  return ret;
23941
23744
  },
23942
- __wbg_length_9f1775224cf1d815: function(arg0) {
23745
+ __wbg_length_4a591ecaa01354d9: function(arg0) {
23943
23746
  const ret = arg0.length;
23944
23747
  return ret;
23945
23748
  },
@@ -23947,7 +23750,7 @@ function __wbg_get_imports(memory) {
23947
23750
  const ret = arg0.msCrypto;
23948
23751
  return ret;
23949
23752
  },
23950
- __wbg_new_0_4d657201ced14de3: function() {
23753
+ __wbg_new_0_445c13a750296eb6: function() {
23951
23754
  const ret = /* @__PURE__ */ new Date();
23952
23755
  return ret;
23953
23756
  },
@@ -23955,7 +23758,7 @@ function __wbg_get_imports(memory) {
23955
23758
  const ret = new Error();
23956
23759
  return ret;
23957
23760
  },
23958
- __wbg_new_with_length_8c854e41ea4dae9b: function(arg0) {
23761
+ __wbg_new_with_length_36a4998e27b014c5: function(arg0) {
23959
23762
  const ret = new Uint8Array(arg0 >>> 0);
23960
23763
  return ret;
23961
23764
  },
@@ -23967,7 +23770,7 @@ function __wbg_get_imports(memory) {
23967
23770
  const ret = arg0.process;
23968
23771
  return ret;
23969
23772
  },
23970
- __wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
23773
+ __wbg_prototypesetcall_3249fc62a0fafa30: function(arg0, arg1, arg2) {
23971
23774
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
23972
23775
  },
23973
23776
  __wbg_randomFillSync_6c25eac9869eb53c: function() {
@@ -23992,37 +23795,37 @@ function __wbg_get_imports(memory) {
23992
23795
  const ret = (0, import_startWorkers.startWorkers)(arg0, arg1, wbg_rayon_PoolBuilder.__wrap(arg2));
23993
23796
  return ret;
23994
23797
  },
23995
- __wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() {
23798
+ __wbg_static_accessor_GLOBAL_9d53f2689e622ca1: function() {
23996
23799
  const ret = typeof global === "undefined" ? null : global;
23997
23800
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
23998
23801
  },
23999
- __wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf: function() {
23802
+ __wbg_static_accessor_GLOBAL_THIS_a1a35cec07001a8a: function() {
24000
23803
  const ret = typeof globalThis === "undefined" ? null : globalThis;
24001
23804
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
24002
23805
  },
24003
- __wbg_static_accessor_SELF_e445c1c7484aecc3: function() {
23806
+ __wbg_static_accessor_SELF_4c59f6c7ea29a144: function() {
24004
23807
  const ret = typeof self === "undefined" ? null : self;
24005
23808
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
24006
23809
  },
24007
- __wbg_static_accessor_WINDOW_f20e8576ef1e0f17: function() {
23810
+ __wbg_static_accessor_WINDOW_e70ae9f2eb052253: function() {
24008
23811
  const ret = typeof window === "undefined" ? null : window;
24009
23812
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
24010
23813
  },
24011
- __wbg_subarray_f8ca46a25b1f5e0d: function(arg0, arg1, arg2) {
23814
+ __wbg_subarray_4aa221f6a4f5ab22: function(arg0, arg1, arg2) {
24012
23815
  const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
24013
23816
  return ret;
24014
23817
  },
24015
- __wbg_toString_6dc1a94e0bdba378: function(arg0) {
24016
- const ret = arg0.toString();
24017
- return ret;
24018
- },
24019
- __wbg_toString_c96dc76d5547a715: function(arg0, arg1, arg2) {
23818
+ __wbg_toString_0fa9821f840aaf09: function(arg0, arg1, arg2) {
24020
23819
  const ret = arg1.toString(arg2);
24021
23820
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
24022
23821
  const len1 = WASM_VECTOR_LEN;
24023
23822
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
24024
23823
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
24025
23824
  },
23825
+ __wbg_toString_ceaa3435e9077b9a: function(arg0) {
23826
+ const ret = arg0.toString();
23827
+ return ret;
23828
+ },
24026
23829
  __wbg_versions_276b2795b1c6a219: function(arg0) {
24027
23830
  const ret = arg0.versions;
24028
23831
  return ret;
@@ -24073,604 +23876,604 @@ function __wbg_get_imports(memory) {
24073
23876
  }
24074
23877
  const BooleanFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24075
23878
  }, unregister: () => {
24076
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_boolean_free(ptr >>> 0, 1));
23879
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_boolean_free(ptr, 1));
24077
23880
  const BooleanCiphertextFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24078
23881
  }, unregister: () => {
24079
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanciphertext_free(ptr >>> 0, 1));
23882
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanciphertext_free(ptr, 1));
24080
23883
  const BooleanClientKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24081
23884
  }, unregister: () => {
24082
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanclientkey_free(ptr >>> 0, 1));
23885
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanclientkey_free(ptr, 1));
24083
23886
  const BooleanCompressedCiphertextFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24084
23887
  }, unregister: () => {
24085
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleancompressedciphertext_free(ptr >>> 0, 1));
23888
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleancompressedciphertext_free(ptr, 1));
24086
23889
  const BooleanCompressedServerKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24087
23890
  }, unregister: () => {
24088
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleancompressedserverkey_free(ptr >>> 0, 1));
23891
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleancompressedserverkey_free(ptr, 1));
24089
23892
  const BooleanNoiseDistributionFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24090
23893
  }, unregister: () => {
24091
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleannoisedistribution_free(ptr >>> 0, 1));
23894
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleannoisedistribution_free(ptr, 1));
24092
23895
  const BooleanParametersFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24093
23896
  }, unregister: () => {
24094
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanparameters_free(ptr >>> 0, 1));
23897
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanparameters_free(ptr, 1));
24095
23898
  const BooleanPublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24096
23899
  }, unregister: () => {
24097
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanpublickey_free(ptr >>> 0, 1));
23900
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_booleanpublickey_free(ptr, 1));
24098
23901
  const CompactCiphertextListFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24099
23902
  }, unregister: () => {
24100
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactciphertextlist_free(ptr >>> 0, 1));
23903
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactciphertextlist_free(ptr, 1));
24101
23904
  const CompactCiphertextListBuilderFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24102
23905
  }, unregister: () => {
24103
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactciphertextlistbuilder_free(ptr >>> 0, 1));
23906
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactciphertextlistbuilder_free(ptr, 1));
24104
23907
  const CompactCiphertextListExpanderFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24105
23908
  }, unregister: () => {
24106
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactciphertextlistexpander_free(ptr >>> 0, 1));
23909
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactciphertextlistexpander_free(ptr, 1));
24107
23910
  const CompactPkeCrsFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24108
23911
  }, unregister: () => {
24109
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactpkecrs_free(ptr >>> 0, 1));
23912
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compactpkecrs_free(ptr, 1));
24110
23913
  const CompressedFheBoolFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24111
23914
  }, unregister: () => {
24112
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfhebool_free(ptr >>> 0, 1));
23915
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfhebool_free(ptr, 1));
24113
23916
  const CompressedFheInt10Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24114
23917
  }, unregister: () => {
24115
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint10_free(ptr >>> 0, 1));
23918
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint10_free(ptr, 1));
24116
23919
  const CompressedFheInt1024Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24117
23920
  }, unregister: () => {
24118
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint1024_free(ptr >>> 0, 1));
23921
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint1024_free(ptr, 1));
24119
23922
  const CompressedFheInt104Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24120
23923
  }, unregister: () => {
24121
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint104_free(ptr >>> 0, 1));
23924
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint104_free(ptr, 1));
24122
23925
  const CompressedFheInt112Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24123
23926
  }, unregister: () => {
24124
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint112_free(ptr >>> 0, 1));
23927
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint112_free(ptr, 1));
24125
23928
  const CompressedFheInt12Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24126
23929
  }, unregister: () => {
24127
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint12_free(ptr >>> 0, 1));
23930
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint12_free(ptr, 1));
24128
23931
  const CompressedFheInt120Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24129
23932
  }, unregister: () => {
24130
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint120_free(ptr >>> 0, 1));
23933
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint120_free(ptr, 1));
24131
23934
  const CompressedFheInt128Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24132
23935
  }, unregister: () => {
24133
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint128_free(ptr >>> 0, 1));
23936
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint128_free(ptr, 1));
24134
23937
  const CompressedFheInt136Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24135
23938
  }, unregister: () => {
24136
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint136_free(ptr >>> 0, 1));
23939
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint136_free(ptr, 1));
24137
23940
  const CompressedFheInt14Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24138
23941
  }, unregister: () => {
24139
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint14_free(ptr >>> 0, 1));
23942
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint14_free(ptr, 1));
24140
23943
  const CompressedFheInt144Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24141
23944
  }, unregister: () => {
24142
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint144_free(ptr >>> 0, 1));
23945
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint144_free(ptr, 1));
24143
23946
  const CompressedFheInt152Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24144
23947
  }, unregister: () => {
24145
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint152_free(ptr >>> 0, 1));
23948
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint152_free(ptr, 1));
24146
23949
  const CompressedFheInt16Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24147
23950
  }, unregister: () => {
24148
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint16_free(ptr >>> 0, 1));
23951
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint16_free(ptr, 1));
24149
23952
  const CompressedFheInt160Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24150
23953
  }, unregister: () => {
24151
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint160_free(ptr >>> 0, 1));
23954
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint160_free(ptr, 1));
24152
23955
  const CompressedFheInt168Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24153
23956
  }, unregister: () => {
24154
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint168_free(ptr >>> 0, 1));
23957
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint168_free(ptr, 1));
24155
23958
  const CompressedFheInt176Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24156
23959
  }, unregister: () => {
24157
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint176_free(ptr >>> 0, 1));
23960
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint176_free(ptr, 1));
24158
23961
  const CompressedFheInt184Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24159
23962
  }, unregister: () => {
24160
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint184_free(ptr >>> 0, 1));
23963
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint184_free(ptr, 1));
24161
23964
  const CompressedFheInt192Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24162
23965
  }, unregister: () => {
24163
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint192_free(ptr >>> 0, 1));
23966
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint192_free(ptr, 1));
24164
23967
  const CompressedFheInt2Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24165
23968
  }, unregister: () => {
24166
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint2_free(ptr >>> 0, 1));
23969
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint2_free(ptr, 1));
24167
23970
  const CompressedFheInt200Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24168
23971
  }, unregister: () => {
24169
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint200_free(ptr >>> 0, 1));
23972
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint200_free(ptr, 1));
24170
23973
  const CompressedFheInt2048Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24171
23974
  }, unregister: () => {
24172
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint2048_free(ptr >>> 0, 1));
23975
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint2048_free(ptr, 1));
24173
23976
  const CompressedFheInt208Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24174
23977
  }, unregister: () => {
24175
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint208_free(ptr >>> 0, 1));
23978
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint208_free(ptr, 1));
24176
23979
  const CompressedFheInt216Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24177
23980
  }, unregister: () => {
24178
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint216_free(ptr >>> 0, 1));
23981
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint216_free(ptr, 1));
24179
23982
  const CompressedFheInt224Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24180
23983
  }, unregister: () => {
24181
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint224_free(ptr >>> 0, 1));
23984
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint224_free(ptr, 1));
24182
23985
  const CompressedFheInt232Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24183
23986
  }, unregister: () => {
24184
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint232_free(ptr >>> 0, 1));
23987
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint232_free(ptr, 1));
24185
23988
  const CompressedFheInt24Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24186
23989
  }, unregister: () => {
24187
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint24_free(ptr >>> 0, 1));
23990
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint24_free(ptr, 1));
24188
23991
  const CompressedFheInt240Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24189
23992
  }, unregister: () => {
24190
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint240_free(ptr >>> 0, 1));
23993
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint240_free(ptr, 1));
24191
23994
  const CompressedFheInt248Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24192
23995
  }, unregister: () => {
24193
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint248_free(ptr >>> 0, 1));
23996
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint248_free(ptr, 1));
24194
23997
  const CompressedFheInt256Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24195
23998
  }, unregister: () => {
24196
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint256_free(ptr >>> 0, 1));
23999
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint256_free(ptr, 1));
24197
24000
  const CompressedFheInt32Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24198
24001
  }, unregister: () => {
24199
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint32_free(ptr >>> 0, 1));
24002
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint32_free(ptr, 1));
24200
24003
  const CompressedFheInt4Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24201
24004
  }, unregister: () => {
24202
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint4_free(ptr >>> 0, 1));
24005
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint4_free(ptr, 1));
24203
24006
  const CompressedFheInt40Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24204
24007
  }, unregister: () => {
24205
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint40_free(ptr >>> 0, 1));
24008
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint40_free(ptr, 1));
24206
24009
  const CompressedFheInt48Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24207
24010
  }, unregister: () => {
24208
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint48_free(ptr >>> 0, 1));
24011
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint48_free(ptr, 1));
24209
24012
  const CompressedFheInt512Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24210
24013
  }, unregister: () => {
24211
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint512_free(ptr >>> 0, 1));
24014
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint512_free(ptr, 1));
24212
24015
  const CompressedFheInt56Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24213
24016
  }, unregister: () => {
24214
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint56_free(ptr >>> 0, 1));
24017
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint56_free(ptr, 1));
24215
24018
  const CompressedFheInt6Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24216
24019
  }, unregister: () => {
24217
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint6_free(ptr >>> 0, 1));
24020
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint6_free(ptr, 1));
24218
24021
  const CompressedFheInt64Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24219
24022
  }, unregister: () => {
24220
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint64_free(ptr >>> 0, 1));
24023
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint64_free(ptr, 1));
24221
24024
  const CompressedFheInt72Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24222
24025
  }, unregister: () => {
24223
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint72_free(ptr >>> 0, 1));
24026
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint72_free(ptr, 1));
24224
24027
  const CompressedFheInt8Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24225
24028
  }, unregister: () => {
24226
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint8_free(ptr >>> 0, 1));
24029
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint8_free(ptr, 1));
24227
24030
  const CompressedFheInt80Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24228
24031
  }, unregister: () => {
24229
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint80_free(ptr >>> 0, 1));
24032
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint80_free(ptr, 1));
24230
24033
  const CompressedFheInt88Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24231
24034
  }, unregister: () => {
24232
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint88_free(ptr >>> 0, 1));
24035
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint88_free(ptr, 1));
24233
24036
  const CompressedFheInt96Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24234
24037
  }, unregister: () => {
24235
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint96_free(ptr >>> 0, 1));
24038
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheint96_free(ptr, 1));
24236
24039
  const CompressedFheUint10Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24237
24040
  }, unregister: () => {
24238
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint10_free(ptr >>> 0, 1));
24041
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint10_free(ptr, 1));
24239
24042
  const CompressedFheUint1024Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24240
24043
  }, unregister: () => {
24241
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint1024_free(ptr >>> 0, 1));
24044
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint1024_free(ptr, 1));
24242
24045
  const CompressedFheUint104Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24243
24046
  }, unregister: () => {
24244
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint104_free(ptr >>> 0, 1));
24047
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint104_free(ptr, 1));
24245
24048
  const CompressedFheUint112Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24246
24049
  }, unregister: () => {
24247
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint112_free(ptr >>> 0, 1));
24050
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint112_free(ptr, 1));
24248
24051
  const CompressedFheUint12Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24249
24052
  }, unregister: () => {
24250
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint12_free(ptr >>> 0, 1));
24053
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint12_free(ptr, 1));
24251
24054
  const CompressedFheUint120Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24252
24055
  }, unregister: () => {
24253
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint120_free(ptr >>> 0, 1));
24056
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint120_free(ptr, 1));
24254
24057
  const CompressedFheUint128Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24255
24058
  }, unregister: () => {
24256
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint128_free(ptr >>> 0, 1));
24059
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint128_free(ptr, 1));
24257
24060
  const CompressedFheUint136Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24258
24061
  }, unregister: () => {
24259
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint136_free(ptr >>> 0, 1));
24062
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint136_free(ptr, 1));
24260
24063
  const CompressedFheUint14Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24261
24064
  }, unregister: () => {
24262
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint14_free(ptr >>> 0, 1));
24065
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint14_free(ptr, 1));
24263
24066
  const CompressedFheUint144Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24264
24067
  }, unregister: () => {
24265
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint144_free(ptr >>> 0, 1));
24068
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint144_free(ptr, 1));
24266
24069
  const CompressedFheUint152Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24267
24070
  }, unregister: () => {
24268
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint152_free(ptr >>> 0, 1));
24071
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint152_free(ptr, 1));
24269
24072
  const CompressedFheUint16Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24270
24073
  }, unregister: () => {
24271
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint16_free(ptr >>> 0, 1));
24074
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint16_free(ptr, 1));
24272
24075
  const CompressedFheUint160Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24273
24076
  }, unregister: () => {
24274
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint160_free(ptr >>> 0, 1));
24077
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint160_free(ptr, 1));
24275
24078
  const CompressedFheUint168Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24276
24079
  }, unregister: () => {
24277
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint168_free(ptr >>> 0, 1));
24080
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint168_free(ptr, 1));
24278
24081
  const CompressedFheUint176Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24279
24082
  }, unregister: () => {
24280
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint176_free(ptr >>> 0, 1));
24083
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint176_free(ptr, 1));
24281
24084
  const CompressedFheUint184Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24282
24085
  }, unregister: () => {
24283
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint184_free(ptr >>> 0, 1));
24086
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint184_free(ptr, 1));
24284
24087
  const CompressedFheUint192Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24285
24088
  }, unregister: () => {
24286
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint192_free(ptr >>> 0, 1));
24089
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint192_free(ptr, 1));
24287
24090
  const CompressedFheUint2Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24288
24091
  }, unregister: () => {
24289
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint2_free(ptr >>> 0, 1));
24092
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint2_free(ptr, 1));
24290
24093
  const CompressedFheUint200Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24291
24094
  }, unregister: () => {
24292
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint200_free(ptr >>> 0, 1));
24095
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint200_free(ptr, 1));
24293
24096
  const CompressedFheUint2048Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24294
24097
  }, unregister: () => {
24295
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint2048_free(ptr >>> 0, 1));
24098
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint2048_free(ptr, 1));
24296
24099
  const CompressedFheUint208Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24297
24100
  }, unregister: () => {
24298
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint208_free(ptr >>> 0, 1));
24101
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint208_free(ptr, 1));
24299
24102
  const CompressedFheUint216Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24300
24103
  }, unregister: () => {
24301
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint216_free(ptr >>> 0, 1));
24104
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint216_free(ptr, 1));
24302
24105
  const CompressedFheUint224Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24303
24106
  }, unregister: () => {
24304
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint224_free(ptr >>> 0, 1));
24107
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint224_free(ptr, 1));
24305
24108
  const CompressedFheUint232Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24306
24109
  }, unregister: () => {
24307
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint232_free(ptr >>> 0, 1));
24110
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint232_free(ptr, 1));
24308
24111
  const CompressedFheUint24Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24309
24112
  }, unregister: () => {
24310
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint24_free(ptr >>> 0, 1));
24113
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint24_free(ptr, 1));
24311
24114
  const CompressedFheUint240Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24312
24115
  }, unregister: () => {
24313
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint240_free(ptr >>> 0, 1));
24116
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint240_free(ptr, 1));
24314
24117
  const CompressedFheUint248Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24315
24118
  }, unregister: () => {
24316
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint248_free(ptr >>> 0, 1));
24119
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint248_free(ptr, 1));
24317
24120
  const CompressedFheUint256Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24318
24121
  }, unregister: () => {
24319
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint256_free(ptr >>> 0, 1));
24122
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint256_free(ptr, 1));
24320
24123
  const CompressedFheUint32Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24321
24124
  }, unregister: () => {
24322
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint32_free(ptr >>> 0, 1));
24125
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint32_free(ptr, 1));
24323
24126
  const CompressedFheUint4Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24324
24127
  }, unregister: () => {
24325
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint4_free(ptr >>> 0, 1));
24128
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint4_free(ptr, 1));
24326
24129
  const CompressedFheUint40Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24327
24130
  }, unregister: () => {
24328
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint40_free(ptr >>> 0, 1));
24131
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint40_free(ptr, 1));
24329
24132
  const CompressedFheUint48Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24330
24133
  }, unregister: () => {
24331
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint48_free(ptr >>> 0, 1));
24134
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint48_free(ptr, 1));
24332
24135
  const CompressedFheUint512Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24333
24136
  }, unregister: () => {
24334
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint512_free(ptr >>> 0, 1));
24137
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint512_free(ptr, 1));
24335
24138
  const CompressedFheUint56Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24336
24139
  }, unregister: () => {
24337
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint56_free(ptr >>> 0, 1));
24140
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint56_free(ptr, 1));
24338
24141
  const CompressedFheUint6Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24339
24142
  }, unregister: () => {
24340
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint6_free(ptr >>> 0, 1));
24143
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint6_free(ptr, 1));
24341
24144
  const CompressedFheUint64Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24342
24145
  }, unregister: () => {
24343
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint64_free(ptr >>> 0, 1));
24146
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint64_free(ptr, 1));
24344
24147
  const CompressedFheUint72Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24345
24148
  }, unregister: () => {
24346
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint72_free(ptr >>> 0, 1));
24149
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint72_free(ptr, 1));
24347
24150
  const CompressedFheUint8Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24348
24151
  }, unregister: () => {
24349
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint8_free(ptr >>> 0, 1));
24152
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint8_free(ptr, 1));
24350
24153
  const CompressedFheUint80Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24351
24154
  }, unregister: () => {
24352
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint80_free(ptr >>> 0, 1));
24155
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint80_free(ptr, 1));
24353
24156
  const CompressedFheUint88Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24354
24157
  }, unregister: () => {
24355
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint88_free(ptr >>> 0, 1));
24158
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint88_free(ptr, 1));
24356
24159
  const CompressedFheUint96Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24357
24160
  }, unregister: () => {
24358
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint96_free(ptr >>> 0, 1));
24161
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_compressedfheuint96_free(ptr, 1));
24359
24162
  const FheBoolFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24360
24163
  }, unregister: () => {
24361
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fhebool_free(ptr >>> 0, 1));
24164
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fhebool_free(ptr, 1));
24362
24165
  const FheInt10Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24363
24166
  }, unregister: () => {
24364
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint10_free(ptr >>> 0, 1));
24167
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint10_free(ptr, 1));
24365
24168
  const FheInt1024Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24366
24169
  }, unregister: () => {
24367
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint1024_free(ptr >>> 0, 1));
24170
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint1024_free(ptr, 1));
24368
24171
  const FheInt104Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24369
24172
  }, unregister: () => {
24370
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint104_free(ptr >>> 0, 1));
24173
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint104_free(ptr, 1));
24371
24174
  const FheInt112Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24372
24175
  }, unregister: () => {
24373
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint112_free(ptr >>> 0, 1));
24176
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint112_free(ptr, 1));
24374
24177
  const FheInt12Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24375
24178
  }, unregister: () => {
24376
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint12_free(ptr >>> 0, 1));
24179
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint12_free(ptr, 1));
24377
24180
  const FheInt120Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24378
24181
  }, unregister: () => {
24379
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint120_free(ptr >>> 0, 1));
24182
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint120_free(ptr, 1));
24380
24183
  const FheInt128Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24381
24184
  }, unregister: () => {
24382
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint128_free(ptr >>> 0, 1));
24185
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint128_free(ptr, 1));
24383
24186
  const FheInt136Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24384
24187
  }, unregister: () => {
24385
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint136_free(ptr >>> 0, 1));
24188
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint136_free(ptr, 1));
24386
24189
  const FheInt14Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24387
24190
  }, unregister: () => {
24388
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint14_free(ptr >>> 0, 1));
24191
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint14_free(ptr, 1));
24389
24192
  const FheInt144Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24390
24193
  }, unregister: () => {
24391
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint144_free(ptr >>> 0, 1));
24194
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint144_free(ptr, 1));
24392
24195
  const FheInt152Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24393
24196
  }, unregister: () => {
24394
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint152_free(ptr >>> 0, 1));
24197
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint152_free(ptr, 1));
24395
24198
  const FheInt16Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24396
24199
  }, unregister: () => {
24397
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint16_free(ptr >>> 0, 1));
24200
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint16_free(ptr, 1));
24398
24201
  const FheInt160Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24399
24202
  }, unregister: () => {
24400
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint160_free(ptr >>> 0, 1));
24203
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint160_free(ptr, 1));
24401
24204
  const FheInt168Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24402
24205
  }, unregister: () => {
24403
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint168_free(ptr >>> 0, 1));
24206
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint168_free(ptr, 1));
24404
24207
  const FheInt176Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24405
24208
  }, unregister: () => {
24406
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint176_free(ptr >>> 0, 1));
24209
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint176_free(ptr, 1));
24407
24210
  const FheInt184Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24408
24211
  }, unregister: () => {
24409
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint184_free(ptr >>> 0, 1));
24212
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint184_free(ptr, 1));
24410
24213
  const FheInt192Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24411
24214
  }, unregister: () => {
24412
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint192_free(ptr >>> 0, 1));
24215
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint192_free(ptr, 1));
24413
24216
  const FheInt2Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24414
24217
  }, unregister: () => {
24415
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint2_free(ptr >>> 0, 1));
24218
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint2_free(ptr, 1));
24416
24219
  const FheInt200Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24417
24220
  }, unregister: () => {
24418
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint200_free(ptr >>> 0, 1));
24221
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint200_free(ptr, 1));
24419
24222
  const FheInt2048Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24420
24223
  }, unregister: () => {
24421
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint2048_free(ptr >>> 0, 1));
24224
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint2048_free(ptr, 1));
24422
24225
  const FheInt208Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24423
24226
  }, unregister: () => {
24424
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint208_free(ptr >>> 0, 1));
24227
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint208_free(ptr, 1));
24425
24228
  const FheInt216Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24426
24229
  }, unregister: () => {
24427
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint216_free(ptr >>> 0, 1));
24230
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint216_free(ptr, 1));
24428
24231
  const FheInt224Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24429
24232
  }, unregister: () => {
24430
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint224_free(ptr >>> 0, 1));
24233
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint224_free(ptr, 1));
24431
24234
  const FheInt232Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24432
24235
  }, unregister: () => {
24433
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint232_free(ptr >>> 0, 1));
24236
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint232_free(ptr, 1));
24434
24237
  const FheInt24Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24435
24238
  }, unregister: () => {
24436
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint24_free(ptr >>> 0, 1));
24239
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint24_free(ptr, 1));
24437
24240
  const FheInt240Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24438
24241
  }, unregister: () => {
24439
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint240_free(ptr >>> 0, 1));
24242
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint240_free(ptr, 1));
24440
24243
  const FheInt248Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24441
24244
  }, unregister: () => {
24442
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint248_free(ptr >>> 0, 1));
24245
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint248_free(ptr, 1));
24443
24246
  const FheInt256Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24444
24247
  }, unregister: () => {
24445
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint256_free(ptr >>> 0, 1));
24248
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint256_free(ptr, 1));
24446
24249
  const FheInt32Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24447
24250
  }, unregister: () => {
24448
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint32_free(ptr >>> 0, 1));
24251
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint32_free(ptr, 1));
24449
24252
  const FheInt4Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24450
24253
  }, unregister: () => {
24451
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint4_free(ptr >>> 0, 1));
24254
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint4_free(ptr, 1));
24452
24255
  const FheInt40Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24453
24256
  }, unregister: () => {
24454
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint40_free(ptr >>> 0, 1));
24257
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint40_free(ptr, 1));
24455
24258
  const FheInt48Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24456
24259
  }, unregister: () => {
24457
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint48_free(ptr >>> 0, 1));
24260
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint48_free(ptr, 1));
24458
24261
  const FheInt512Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24459
24262
  }, unregister: () => {
24460
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint512_free(ptr >>> 0, 1));
24263
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint512_free(ptr, 1));
24461
24264
  const FheInt56Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24462
24265
  }, unregister: () => {
24463
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint56_free(ptr >>> 0, 1));
24266
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint56_free(ptr, 1));
24464
24267
  const FheInt6Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24465
24268
  }, unregister: () => {
24466
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint6_free(ptr >>> 0, 1));
24269
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint6_free(ptr, 1));
24467
24270
  const FheInt64Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24468
24271
  }, unregister: () => {
24469
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint64_free(ptr >>> 0, 1));
24272
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint64_free(ptr, 1));
24470
24273
  const FheInt72Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24471
24274
  }, unregister: () => {
24472
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint72_free(ptr >>> 0, 1));
24275
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint72_free(ptr, 1));
24473
24276
  const FheInt8Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24474
24277
  }, unregister: () => {
24475
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint8_free(ptr >>> 0, 1));
24278
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint8_free(ptr, 1));
24476
24279
  const FheInt80Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24477
24280
  }, unregister: () => {
24478
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint80_free(ptr >>> 0, 1));
24281
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint80_free(ptr, 1));
24479
24282
  const FheInt88Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24480
24283
  }, unregister: () => {
24481
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint88_free(ptr >>> 0, 1));
24284
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint88_free(ptr, 1));
24482
24285
  const FheInt96Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24483
24286
  }, unregister: () => {
24484
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint96_free(ptr >>> 0, 1));
24287
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheint96_free(ptr, 1));
24485
24288
  const FheUint10Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24486
24289
  }, unregister: () => {
24487
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint10_free(ptr >>> 0, 1));
24290
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint10_free(ptr, 1));
24488
24291
  const FheUint1024Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24489
24292
  }, unregister: () => {
24490
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint1024_free(ptr >>> 0, 1));
24293
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint1024_free(ptr, 1));
24491
24294
  const FheUint104Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24492
24295
  }, unregister: () => {
24493
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint104_free(ptr >>> 0, 1));
24296
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint104_free(ptr, 1));
24494
24297
  const FheUint112Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24495
24298
  }, unregister: () => {
24496
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint112_free(ptr >>> 0, 1));
24299
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint112_free(ptr, 1));
24497
24300
  const FheUint12Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24498
24301
  }, unregister: () => {
24499
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint12_free(ptr >>> 0, 1));
24302
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint12_free(ptr, 1));
24500
24303
  const FheUint120Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24501
24304
  }, unregister: () => {
24502
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint120_free(ptr >>> 0, 1));
24305
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint120_free(ptr, 1));
24503
24306
  const FheUint128Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24504
24307
  }, unregister: () => {
24505
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint128_free(ptr >>> 0, 1));
24308
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint128_free(ptr, 1));
24506
24309
  const FheUint136Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24507
24310
  }, unregister: () => {
24508
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint136_free(ptr >>> 0, 1));
24311
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint136_free(ptr, 1));
24509
24312
  const FheUint14Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24510
24313
  }, unregister: () => {
24511
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint14_free(ptr >>> 0, 1));
24314
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint14_free(ptr, 1));
24512
24315
  const FheUint144Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24513
24316
  }, unregister: () => {
24514
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint144_free(ptr >>> 0, 1));
24317
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint144_free(ptr, 1));
24515
24318
  const FheUint152Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24516
24319
  }, unregister: () => {
24517
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint152_free(ptr >>> 0, 1));
24320
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint152_free(ptr, 1));
24518
24321
  const FheUint16Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24519
24322
  }, unregister: () => {
24520
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint16_free(ptr >>> 0, 1));
24323
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint16_free(ptr, 1));
24521
24324
  const FheUint160Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24522
24325
  }, unregister: () => {
24523
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint160_free(ptr >>> 0, 1));
24326
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint160_free(ptr, 1));
24524
24327
  const FheUint168Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24525
24328
  }, unregister: () => {
24526
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint168_free(ptr >>> 0, 1));
24329
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint168_free(ptr, 1));
24527
24330
  const FheUint176Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24528
24331
  }, unregister: () => {
24529
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint176_free(ptr >>> 0, 1));
24332
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint176_free(ptr, 1));
24530
24333
  const FheUint184Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24531
24334
  }, unregister: () => {
24532
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint184_free(ptr >>> 0, 1));
24335
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint184_free(ptr, 1));
24533
24336
  const FheUint192Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24534
24337
  }, unregister: () => {
24535
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint192_free(ptr >>> 0, 1));
24338
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint192_free(ptr, 1));
24536
24339
  const FheUint2Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24537
24340
  }, unregister: () => {
24538
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint2_free(ptr >>> 0, 1));
24341
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint2_free(ptr, 1));
24539
24342
  const FheUint200Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24540
24343
  }, unregister: () => {
24541
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint200_free(ptr >>> 0, 1));
24344
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint200_free(ptr, 1));
24542
24345
  const FheUint2048Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24543
24346
  }, unregister: () => {
24544
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint2048_free(ptr >>> 0, 1));
24347
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint2048_free(ptr, 1));
24545
24348
  const FheUint208Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24546
24349
  }, unregister: () => {
24547
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint208_free(ptr >>> 0, 1));
24350
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint208_free(ptr, 1));
24548
24351
  const FheUint216Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24549
24352
  }, unregister: () => {
24550
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint216_free(ptr >>> 0, 1));
24353
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint216_free(ptr, 1));
24551
24354
  const FheUint224Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24552
24355
  }, unregister: () => {
24553
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint224_free(ptr >>> 0, 1));
24356
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint224_free(ptr, 1));
24554
24357
  const FheUint232Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24555
24358
  }, unregister: () => {
24556
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint232_free(ptr >>> 0, 1));
24359
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint232_free(ptr, 1));
24557
24360
  const FheUint24Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24558
24361
  }, unregister: () => {
24559
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint24_free(ptr >>> 0, 1));
24362
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint24_free(ptr, 1));
24560
24363
  const FheUint240Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24561
24364
  }, unregister: () => {
24562
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint240_free(ptr >>> 0, 1));
24365
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint240_free(ptr, 1));
24563
24366
  const FheUint248Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24564
24367
  }, unregister: () => {
24565
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint248_free(ptr >>> 0, 1));
24368
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint248_free(ptr, 1));
24566
24369
  const FheUint256Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24567
24370
  }, unregister: () => {
24568
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint256_free(ptr >>> 0, 1));
24371
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint256_free(ptr, 1));
24569
24372
  const FheUint32Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24570
24373
  }, unregister: () => {
24571
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint32_free(ptr >>> 0, 1));
24374
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint32_free(ptr, 1));
24572
24375
  const FheUint4Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24573
24376
  }, unregister: () => {
24574
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint4_free(ptr >>> 0, 1));
24377
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint4_free(ptr, 1));
24575
24378
  const FheUint40Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24576
24379
  }, unregister: () => {
24577
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint40_free(ptr >>> 0, 1));
24380
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint40_free(ptr, 1));
24578
24381
  const FheUint48Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24579
24382
  }, unregister: () => {
24580
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint48_free(ptr >>> 0, 1));
24383
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint48_free(ptr, 1));
24581
24384
  const FheUint512Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24582
24385
  }, unregister: () => {
24583
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint512_free(ptr >>> 0, 1));
24386
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint512_free(ptr, 1));
24584
24387
  const FheUint56Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24585
24388
  }, unregister: () => {
24586
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint56_free(ptr >>> 0, 1));
24389
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint56_free(ptr, 1));
24587
24390
  const FheUint6Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24588
24391
  }, unregister: () => {
24589
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint6_free(ptr >>> 0, 1));
24392
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint6_free(ptr, 1));
24590
24393
  const FheUint64Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24591
24394
  }, unregister: () => {
24592
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint64_free(ptr >>> 0, 1));
24395
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint64_free(ptr, 1));
24593
24396
  const FheUint72Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24594
24397
  }, unregister: () => {
24595
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint72_free(ptr >>> 0, 1));
24398
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint72_free(ptr, 1));
24596
24399
  const FheUint8Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24597
24400
  }, unregister: () => {
24598
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint8_free(ptr >>> 0, 1));
24401
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint8_free(ptr, 1));
24599
24402
  const FheUint80Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24600
24403
  }, unregister: () => {
24601
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint80_free(ptr >>> 0, 1));
24404
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint80_free(ptr, 1));
24602
24405
  const FheUint88Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24603
24406
  }, unregister: () => {
24604
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint88_free(ptr >>> 0, 1));
24407
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint88_free(ptr, 1));
24605
24408
  const FheUint96Finalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24606
24409
  }, unregister: () => {
24607
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint96_free(ptr >>> 0, 1));
24410
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_fheuint96_free(ptr, 1));
24608
24411
  const ProvenCompactCiphertextListFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24609
24412
  }, unregister: () => {
24610
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_provencompactciphertextlist_free(ptr >>> 0, 1));
24413
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_provencompactciphertextlist_free(ptr, 1));
24611
24414
  const ShortintFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24612
24415
  }, unregister: () => {
24613
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortint_free(ptr >>> 0, 1));
24416
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortint_free(ptr, 1));
24614
24417
  const ShortintCiphertextFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24615
24418
  }, unregister: () => {
24616
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintciphertext_free(ptr >>> 0, 1));
24419
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintciphertext_free(ptr, 1));
24617
24420
  const ShortintClientKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24618
24421
  }, unregister: () => {
24619
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintclientkey_free(ptr >>> 0, 1));
24422
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintclientkey_free(ptr, 1));
24620
24423
  const ShortintCompactPublicKeyEncryptionParametersFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24621
24424
  }, unregister: () => {
24622
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompactpublickeyencryptionparameters_free(ptr >>> 0, 1));
24425
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompactpublickeyencryptionparameters_free(ptr, 1));
24623
24426
  const ShortintCompressedCiphertextFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24624
24427
  }, unregister: () => {
24625
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompressedciphertext_free(ptr >>> 0, 1));
24428
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompressedciphertext_free(ptr, 1));
24626
24429
  const ShortintCompressedPublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24627
24430
  }, unregister: () => {
24628
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompressedpublickey_free(ptr >>> 0, 1));
24431
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompressedpublickey_free(ptr, 1));
24629
24432
  const ShortintCompressedServerKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24630
24433
  }, unregister: () => {
24631
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompressedserverkey_free(ptr >>> 0, 1));
24434
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintcompressedserverkey_free(ptr, 1));
24632
24435
  const ShortintNoiseDistributionFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24633
24436
  }, unregister: () => {
24634
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintnoisedistribution_free(ptr >>> 0, 1));
24437
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintnoisedistribution_free(ptr, 1));
24635
24438
  const ShortintParametersFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24636
24439
  }, unregister: () => {
24637
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintparameters_free(ptr >>> 0, 1));
24440
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintparameters_free(ptr, 1));
24638
24441
  const ShortintPublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24639
24442
  }, unregister: () => {
24640
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintpublickey_free(ptr >>> 0, 1));
24443
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_shortintpublickey_free(ptr, 1));
24641
24444
  const TfheClientKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24642
24445
  }, unregister: () => {
24643
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheclientkey_free(ptr >>> 0, 1));
24446
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheclientkey_free(ptr, 1));
24644
24447
  const TfheCompactPublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24645
24448
  }, unregister: () => {
24646
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompactpublickey_free(ptr >>> 0, 1));
24449
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompactpublickey_free(ptr, 1));
24647
24450
  const TfheCompressedCompactPublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24648
24451
  }, unregister: () => {
24649
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompressedcompactpublickey_free(ptr >>> 0, 1));
24452
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompressedcompactpublickey_free(ptr, 1));
24650
24453
  const TfheCompressedPublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24651
24454
  }, unregister: () => {
24652
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompressedpublickey_free(ptr >>> 0, 1));
24455
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompressedpublickey_free(ptr, 1));
24653
24456
  const TfheCompressedServerKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24654
24457
  }, unregister: () => {
24655
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompressedserverkey_free(ptr >>> 0, 1));
24458
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhecompressedserverkey_free(ptr, 1));
24656
24459
  const TfheConfigFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24657
24460
  }, unregister: () => {
24658
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheconfig_free(ptr >>> 0, 1));
24461
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheconfig_free(ptr, 1));
24659
24462
  const TfheConfigBuilderFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24660
24463
  }, unregister: () => {
24661
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheconfigbuilder_free(ptr >>> 0, 1));
24464
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheconfigbuilder_free(ptr, 1));
24662
24465
  const TfhePublicKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24663
24466
  }, unregister: () => {
24664
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhepublickey_free(ptr >>> 0, 1));
24467
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhepublickey_free(ptr, 1));
24665
24468
  const TfheServerKeyFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24666
24469
  }, unregister: () => {
24667
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheserverkey_free(ptr >>> 0, 1));
24470
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfheserverkey_free(ptr, 1));
24668
24471
  const tfheFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24669
24472
  }, unregister: () => {
24670
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhe_free(ptr >>> 0, 1));
24473
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_tfhe_free(ptr, 1));
24671
24474
  const wbg_rayon_PoolBuilderFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
24672
24475
  }, unregister: () => {
24673
- } } : new FinalizationRegistry((ptr) => wasm.__wbg_wbg_rayon_poolbuilder_free(ptr >>> 0, 1));
24476
+ } } : new FinalizationRegistry((ptr) => wasm.__wbg_wbg_rayon_poolbuilder_free(ptr, 1));
24674
24477
  function addToExternrefTable0(obj) {
24675
24478
  const idx = wasm.__externref_table_alloc();
24676
24479
  wasm.__wbindgen_externrefs.set(idx, obj);
@@ -24749,8 +24552,7 @@ function getDataViewMemory0() {
24749
24552
  return cachedDataViewMemory0;
24750
24553
  }
24751
24554
  function getStringFromWasm0(ptr, len) {
24752
- ptr = ptr >>> 0;
24753
- return decodeText(ptr, len);
24555
+ return decodeText(ptr >>> 0, len);
24754
24556
  }
24755
24557
  let cachedUint8ArrayMemory0 = null;
24756
24558
  function getUint8ArrayMemory0() {
@@ -24836,8 +24638,9 @@ if (cachedTextEncoder) {
24836
24638
  };
24837
24639
  }
24838
24640
  let WASM_VECTOR_LEN = 0;
24839
- let wasmModule, wasm;
24641
+ let wasmModule, wasmInstance, wasm;
24840
24642
  function __wbg_finalize_init(instance, module2, thread_stack_size) {
24643
+ wasmInstance = instance;
24841
24644
  wasm = instance.exports;
24842
24645
  wasmModule = module2;
24843
24646
  cachedDataViewMemory0 = null;
@@ -24917,15 +24720,15 @@ function getWasmInfo() {
24917
24720
  const memory = wasm?.memory;
24918
24721
  return {
24919
24722
  name: "tfhe",
24920
- version: "1.6.1",
24723
+ version: "1.6.2",
24921
24724
  downloadFiles: [
24922
24725
  {
24923
24726
  filename: "tfhe_bg.wasm",
24924
- sha256: "d470dc00347cdc83135e29700abe54c6a7ee9ba4ad58449bfc2494dfa4423f38"
24727
+ sha256: "ecd1841ad42226629c1a665ba784e073f2e780137f7986b00088c9227acb9760"
24925
24728
  },
24926
24729
  {
24927
24730
  filename: "tfhe-worker.mjs",
24928
- sha256: "348fe6c2e77bafe0cbfb9c0a512af99b5f97de1119ceadf07cc34620dbc5690e"
24731
+ sha256: "2c648dd89132bb63d37e8b47c6fe1f53b06abb1389faeb9b3f671eea9a0db5dd"
24929
24732
  }
24930
24733
  ],
24931
24734
  memory: memory === void 0 ? void 0 : {